Opened 22 months ago
Last modified 22 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)
Change History (2)
Changed 22 months ago by ChrisBushman (Christopher Bushman)
comment:1 Changed 22 months ago by jmroot (Joshua Root)
Cc: | ryandesign@… removed |
---|---|
Owner: | set to ryandesign |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
log file of ode build on OS X 10.5.8