View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0003726 | Spring engine | (No Category) | public | 2013-04-20 14:03 | 2013-04-21 10:07 | ||||
Reporter | abma | ||||||||
Assigned To | zerver | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0003726: gml doesn't compile with clang: gmlcls.h:238:20: error: use of undeclared identifier 'boost' | ||||||||
Description | In file included from /home/buildbot/slave/full-clang/build/rts/Game/Camera.cpp:5: In file included from /home/buildbot/slave/full-clang/build/rts/Game/Camera.h:6: In file included from /home/buildbot/slave/full-clang/build/rts/Rendering/GL/myGL.h:17: In file included from /home/buildbot/slave/full-clang/build/rts/lib/gml/gml.h:31: /home/buildbot/slave/full-clang/build/rts/lib/gml/gmlcls.h:238:20: error: use of undeclared identifier 'boost' ((T*)lockdata)->boost::template unique_lock::~unique_lock(); ^ /home/buildbot/slave/full-clang/build/rts/Game/Camera.h:34:21: note: in instantiation of member function 'gmlBaseMutexLock<boost::unique_lock<boost::recursive_mutex>, boost::recursive_mutex>::~gmlBaseMutexLock' requested here GML_RECMUTEX_LOCK(cam); // ClearFrustumSides ^ /home/buildbot/slave/full-clang/build/rts/lib/gml/gmlmut.h:161:62: note: expanded from macro 'GML_RECMUTEX_LOCK' # define GML_RECMUTEX_LOCK(name) gmlRecursiveMutexScopedLock name##lock(name##mutex) ^ <scratch space>:134:1: note: expanded from macro 'cam' camlock ^ 1 error generated. | ||||||||
Steps To Reproduce | run clang buildslave | ||||||||
Additional Information | http://buildbot.springrts.com/builders/full-clang/builds/16/steps/buildConfig/logs/stdio | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
zerver (reporter) 2013-04-20 19:48 |
better? |
abma (administrator) 2013-04-21 10:07 |
thanks, works! it still doesn't compile, but this specific error is gone. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-04-20 14:03 | abma | New Issue | |
2013-04-20 19:31 | zerver | Assigned To | => zerver |
2013-04-20 19:31 | zerver | Status | new => assigned |
2013-04-20 19:48 | zerver | Note Added: 0010515 | |
2013-04-21 10:07 | abma | Note Added: 0010517 | |
2013-04-21 10:07 | abma | Status | assigned => resolved |
2013-04-21 10:07 | abma | Resolution | open => fixed |
2014-01-16 16:06 | abma | Category | Spring MT => (No Category) |