GrandK / companion9x

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

Changes in gruvin9x has broken the companion9x build #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I checked out a fresh cophy of the whole source tree (including the external 
references). I then tried to build (on Ubuntu). This resulted in the following 
error:

~/src/companion9x/trunk/src$ make
Scanning dependencies of target companion9x
[  1%] Building CXX object CMakeFiles/companion9x.dir/gruvin9ximport.cpp.o
[  1%] Building CXX object CMakeFiles/companion9x.dir/gruvin9xv4import.cpp.o
Linking CXX executable companion9x
CMakeFiles/companion9x.dir/gruvin9xv4import.cpp.o: In function 
`Gruvin9xV4::per10ms()':
gruvin9xv4import.cpp:(.text+0x16b88): undefined reference to 
`Gruvin9xV4::g_pdTimer'
gruvin9xv4import.cpp:(.text+0x16b98): undefined reference to 
`Gruvin9xV4::g_pdTimer'
gruvin9xv4import.cpp:(.text+0x16ba0): undefined reference to 
`Gruvin9xV4::g_pdTimer'
collect2: ld returnerade avslutningsstatus 1
make[2]: *** [companion9x] Fel 1
make[1]: *** [CMakeFiles/companion9x.dir/all] Fel 2
make: *** [all] Fel 2

Someone has obviously renamed or removed g_pdTimer. I did not feel like 
tracking down the actual change so I looked in the log for gruvin9x and saw 
that a number of changes had been checked in the last days, but little else has 
happened for the last two months. I backed the gruvin9x source tree to the last 
revision in March and after that companion9x builds again

Original issue reported on code.google.com by kjell.kernen on 30 May 2012 at 12:05

GoogleCodeExporter commented 9 years ago

Original comment by bson...@gmail.com on 30 May 2012 at 7:23