czaloj / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

CellSpuDemo compile breaks gTotalContactPoints and rename #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make -C Demos/CellSpuDemo/ibmsdk/

What is the expected output? What do you see instead?
Working compilation. 

I'm seeing: 
BasicDemo2.o: In function `BasicDemo::clientMoveAndDisplay()':
BasicDemo2.cpp:(.text+0x44e): undefined reference to `gTotalContactPoints'
BasicDemo2.cpp:(.text+0x476): undefined reference to `gTotalContactPoints'
BasicDemo2.cpp:(.text+0x492): undefined reference to `gTotalContactPoints'

What version of the product are you using? On what operating system?
svn rev. 1539

Original issue reported on code.google.com by pinhighw...@googlemail.com on 26 Nov 2008 at 10:48

GoogleCodeExporter commented 9 years ago
This patch removes the gTotalContactPoints and renames BasicDemo2.cpp and .h to
CellSpuDemo. 

Original comment by pinhighw...@googlemail.com on 26 Nov 2008 at 10:49

Attachments:

GoogleCodeExporter commented 9 years ago
thanks for the patch. it has been fixed. Let's do the rename later (I'm in a 
rush 
now, but wanted this commit done).

Original comment by erwin.coumans on 26 Nov 2008 at 7:42