Ticket #20798: ode_debug_build.txt

File ode_debug_build.txt, 7.5 KB (added by nerdling (Jeremy Lavergne), 15 years ago)
Line 
1--->  Computing dependencies for ode
2--->  Building ode
3Making all in include
4Making all in ode
5/usr/bin/gnumake  all-am
6gnumake[3]: Nothing to be done for `all-am'.
7gnumake[2]: Nothing to be done for `all-am'.
8Making all in drawstuff
9Making all in src
10/usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../../include/ode   -I/opt/local/include -fomit-frame-pointer -ffast-math -g -I../../include -I../../include -fomit-frame-pointer -ffast-math -g -I -L -MT libdrawstuff_a-drawstuff.o -MD -MP -MF .deps/libdrawstuff_a-drawstuff.Tpo -c -o libdrawstuff_a-drawstuff.o `test -f 'drawstuff.cpp' || echo './'`drawstuff.cpp
11/usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../../include/ode   -I/opt/local/include -fomit-frame-pointer -ffast-math -g -I../../include -I../../include -fomit-frame-pointer -ffast-math -g -I -L -MT libdrawstuff_a-osx.o -MD -MP -MF .deps/libdrawstuff_a-osx.Tpo -c -o libdrawstuff_a-osx.o `test -f 'osx.cpp' || echo './'`osx.cpp
12drawstuff.cpp: In function 'void skipWhiteSpace(char*, FILE*)':
13drawstuff.cpp:142: warning: deprecated conversion from string constant to 'char*'
14drawstuff.cpp:148: warning: deprecated conversion from string constant to 'char*'
15drawstuff.cpp: In function 'int readNumber(char*, FILE*)':
16drawstuff.cpp:169: warning: deprecated conversion from string constant to 'char*'
17drawstuff.cpp: In constructor 'Image::Image(char*)':
18drawstuff.cpp:182: warning: deprecated conversion from string constant to 'char*'
19drawstuff.cpp:186: warning: deprecated conversion from string constant to 'char*'
20drawstuff.cpp:198: warning: deprecated conversion from string constant to 'char*'
21drawstuff.cpp:200: warning: deprecated conversion from string constant to 'char*'
22drawstuff.cpp:217: warning: deprecated conversion from string constant to 'char*'
23drawstuff.cpp: In function 'void dsStartGraphics(int, int, dsFunctions*)':
24drawstuff.cpp:893: warning: deprecated conversion from string constant to 'char*'
25drawstuff.cpp: In function 'void dsDrawFrame(int, int, dsFunctions*, int)':
26drawstuff.cpp:1079: warning: deprecated conversion from string constant to 'char*'
27drawstuff.cpp: In function 'void dsSimulationLoop(int, char**, int, int, dsFunctions*)':
28drawstuff.cpp:1260: warning: deprecated conversion from string constant to 'char*'
29drawstuff.cpp:1273: warning: deprecated conversion from string constant to 'char*'
30drawstuff.cpp: In function 'void dsSetViewpoint(float*, float*)':
31drawstuff.cpp:1284: warning: deprecated conversion from string constant to 'char*'
32drawstuff.cpp: In function 'void dsGetViewpoint(float*, float*)':
33drawstuff.cpp:1301: warning: deprecated conversion from string constant to 'char*'
34drawstuff.cpp: In function 'void dsSetTexture(int)':
35drawstuff.cpp:1317: warning: deprecated conversion from string constant to 'char*'
36drawstuff.cpp: In function 'void dsSetColor(float, float, float)':
37drawstuff.cpp:1324: warning: deprecated conversion from string constant to 'char*'
38drawstuff.cpp: In function 'void dsSetColorAlpha(float, float, float, float)':
39drawstuff.cpp:1335: warning: deprecated conversion from string constant to 'char*'
40drawstuff.cpp: In function 'void dsDrawBox(const float*, const float*, const float*)':
41drawstuff.cpp:1346: warning: deprecated conversion from string constant to 'char*'
42drawstuff.cpp: In function 'void dsDrawConvex(const float*, const float*, float*, unsigned int, float*, unsigned int, unsigned int*)':
43drawstuff.cpp:1370: warning: deprecated conversion from string constant to 'char*'
44drawstuff.cpp: In function 'void dsDrawSphere(const float*, const float*, float)':
45drawstuff.cpp:1391: warning: deprecated conversion from string constant to 'char*'
46drawstuff.cpp: In function 'void dsDrawTriangle(const float*, const float*, const float*, const float*, const float*, int)':
47drawstuff.cpp:1428: warning: deprecated conversion from string constant to 'char*'
48drawstuff.cpp: In function 'void dsDrawCylinder(const float*, const float*, float, float)':
49drawstuff.cpp:1440: warning: deprecated conversion from string constant to 'char*'
50drawstuff.cpp: In function 'void dsDrawCapsule(const float*, const float*, float, float)':
51drawstuff.cpp:1462: warning: deprecated conversion from string constant to 'char*'
52drawstuff.cpp: In function 'void dsDrawConvexD(const double*, const double*, double*, unsigned int, double*, unsigned int, unsigned int*)':
53drawstuff.cpp:1512: warning: deprecated conversion from string constant to 'char*'
54mv -f .deps/libdrawstuff_a-drawstuff.Tpo .deps/libdrawstuff_a-drawstuff.Po
55In file included from /System/Library/Frameworks/Security.framework/Headers/cssmtype.h:29,
56                 from /System/Library/Frameworks/Security.framework/Headers/SecIdentity.h:35,
57                 from /System/Library/Frameworks/Carbon.framework/Frameworks/SecurityHI.framework/Headers/SecCertificateSupport.h:39,
58                 from /System/Library/Frameworks/Carbon.framework/Frameworks/SecurityHI.framework/Headers/SecurityHI.h:33,
59                 from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:70,
60                 from osx.cpp:42:
61/System/Library/Frameworks/Security.framework/Headers/cssmconfig.h:69: error: conflicting declaration 'typedef uint32_t uint32'
62../../include/ode/config.h:348: error: 'uint32' has a previous declaration as 'typedef short unsigned int uint32'
63osx.cpp:71: error: 'kEventWindowDrawContent' was not declared in this scope
64osx.cpp: In function 'void dsError(char*, ...)':
65osx.cpp:106: warning: deprecated conversion from string constant to 'char*'
66osx.cpp: In function 'void dsDebug(char*, ...)':
67osx.cpp:115: warning: deprecated conversion from string constant to 'char*'
68osx.cpp: In function 'void captureFrame(int)':
69osx.cpp:136: warning: deprecated conversion from string constant to 'char*'
70osx.cpp: In function 'OSStatus osxKeyEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)':
71osx.cpp:183: error: 'GetScriptVariable' was not declared in this scope
72osx.cpp:184: error: 'KeyTranslate' was not declared in this scope
73osx.cpp:186: error: 'UppercaseText' was not declared in this scope
74osx.cpp: In function 'void osxCloseMainWindow()':
75osx.cpp:318: warning: 'aglSetDrawable' is deprecated (declared at /System/Library/Frameworks/AGL.framework/Headers/agl.h:313)
76osx.cpp:318: warning: 'aglSetDrawable' is deprecated (declared at /System/Library/Frameworks/AGL.framework/Headers/agl.h:313)
77osx.cpp:324: error: 'ReleaseWindow' was not declared in this scope
78osx.cpp: In function 'OSStatus osxWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)':
79osx.cpp:337: error: 'GetWindowPortBounds' was not declared in this scope
80osx.cpp:346: error: 'kEventWindowDrawContent' was not declared in this scope
81osx.cpp: In function 'void osxCreateMainWindow(int, int)':
82osx.cpp:387: warning: 'AGLDevice' is deprecated (declared at /System/Library/Frameworks/AGL.framework/Headers/agl.h:40)
83osx.cpp:387: error: 'GetMainDevice' was not declared in this scope
84osx.cpp:415: error: 'CreateNewWindow' was not declared in this scope
85osx.cpp:423: error: 'GetWindowEventTarget' was not declared in this scope
86osx.cpp:437: error: 'SetWindowTitleWithCFString' was not declared in this scope
87osx.cpp:438: error: 'RepositionWindow' was not declared in this scope
88osx.cpp:440: error: 'ShowWindow' was not declared in this scope
89osx.cpp:442: warning: 'aglSetDrawable' is deprecated (declared at /System/Library/Frameworks/AGL.framework/Headers/agl.h:313)
90osx.cpp:442: error: 'GetWindowPort' was not declared in this scope
91gnumake[2]: *** [libdrawstuff_a-osx.o] Error 1
92gnumake[1]: *** [all-recursive] Error 1
93gnumake: *** [all-recursive] Error 1
94Warning: the following items did not execute (for ode): org.macports.build