Opened 15 months ago

Last modified 15 months ago

#66792 assigned defect

ode @0.16.3+Universal: Build fail on PPC OS X 10.5.8

Reported by: ChrisBushman (Christopher Bushman) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.8.0
Keywords: Cc:
Port: ode

Description

When trying to build on PPC OS X Leopard, there is a build break in collision_trimesh_internal.cpp at lines 177, 178, 187, and 188:

:info:build collision_trimesh_internal.cpp: In static member function ‘static sizeint FaceAnglesWrapper<TStorageCodec>::calculateStorageSizeForTriangleCount(unsigned int)’:
:info:build collision_trimesh_internal.cpp:178: error: expected primary-expression before ‘)’ token
:info:build collision_trimesh_internal.cpp:178: error: expected `)' before ‘sizeof’
:info:build collision_trimesh_internal.cpp:178: error: expected `)' before ‘;’ token
:info:build collision_trimesh_internal.cpp:178: error: expected `)' before ‘;’ token
:info:build collision_trimesh_internal.cpp:179: error: expected primary-expression before ‘)’ token
:info:build collision_trimesh_internal.cpp:179: error: expected `)' before numeric constant
:info:build collision_trimesh_internal.cpp:179: error: expected `)' before ‘;’ token
:info:build collision_trimesh_internal.cpp:179: error: expected `)' before ‘;’ token
:info:build collision_trimesh_internal.cpp: In static member function ‘static sizeint FaceAnglesWrapper<TStorageCodec>::calculateTriangleCountForStorageSize(sizeint)’:
:info:build collision_trimesh_internal.cpp:187: error: expected primary-expression before ‘)’ token
:info:build collision_trimesh_internal.cpp:187: error: expected `)' before ‘sizeof’
:info:build collision_trimesh_internal.cpp:187: error: expected `)' before ‘;’ token
:info:build collision_trimesh_internal.cpp:187: error: expected `)' before ‘;’ token
:info:build collision_trimesh_internal.cpp:188: error: expected primary-expression before ‘)’ token
:info:build collision_trimesh_internal.cpp:188: error: expected `)' before numeric constant
:info:build collision_trimesh_internal.cpp:188: error: expected `)' before ‘;’ token
:info:build collision_trimesh_internal.cpp:188: error: expected `)' before ‘;’ token
:info:build collision_trimesh_internal.cpp: In static member function ‘static sizeint }}}

Attachments (1)

main.log (240.8 KB) - added by ChrisBushman (Christopher Bushman) 15 months ago.
log file of ode build on OS X 10.5.8

Download all attachments as: .zip

Change History (2)

Changed 15 months ago by ChrisBushman (Christopher Bushman)

Attachment: main.log added

log file of ode build on OS X 10.5.8

comment:1 Changed 15 months ago by jmroot (Joshua Root)

Cc: ryandesign@… removed
Owner: set to ryandesign
Status: newassigned
Note: See TracTickets for help on using tickets.