Xcode가 바나나를 사용하고 컴파일을 중단하기로 결정할 때까지이 https://github.com/Morpheu5/SecondStudy-touch에서 작업했습니다. 글쎄요, 잘 모르겠습니다. 이것은 신참 실수로 인한 것 같지만 실제로 볼 수는 없습니다.libcinder에서 선언되지 않은 식별자를 사용합니다.
가 뱉어 오류 정확하게 TUIO 및 OSC 포함 I가 사용하고 도서관, 콘크리트를 의미
In file included from /Users/af6539/src/SecondStudy/xcode/../src/TouchPoint.cpp:1:
In file included from /Users/af6539/src/SecondStudy/xcode/../include/TouchPoint.h:4:
/Users/af6539/src/SecondStudy/xcode/../../cinder_0.8.5_mac/blocks/TUIO/include/TuioCursor.h:51:44: error: use of undeclared identifier 'osc'
static Cursor createFromSetMessage(const osc::Message &message) {
^
/Users/af6539/src/SecondStudy/xcode/../../cinder_0.8.5_mac/blocks/TUIO/include/TuioCursor.h:87:47: error: use of undeclared identifier 'osc'
static Cursor25d createFromSetMessage(const osc::Message &message) {
^
이다. 내가 말했듯이, 작동 중이었고, MusicStroke 전체 사업에 착수했을 때 모든 것이 남쪽으로 바뀌기 시작 했으므로 그 파일이 몇 가지 단서를 줄 수 있습니까? 만약 그렇다면 나는 그들을 볼 수 없다.
'# include' 헤더 파일이 누락되지 않았습니까? –
osc :: Message는 어디에 선언 되었습니까? – doctorlove
@Joachim 무엇이라도 있으면, 나는 너무 많이 포함시켰다. 나는 그들을 통해 반지 deps을 못하도록 할거야,하지만 #pragma 한번 돌봐야한다. 내가 말했듯이, 그들은 제 3 자 도서관 (cinder)에서 왔습니다. 자신의 웹 사이트에서 소스 코드를 얻을 수 있습니다. osc :: Message가 정의되어 있습니다. – Morpheu5