From: Francisco O. <fra...@gm...> - 2012-12-28 06:34:46
|
Hi, I'm building the project with make in Linux Mint 14 cinnamon running with nvidia drivers. I have been able to find many of the dependencies. However, I'm a bit stock. In statecopytest , I get some undefined errors : ------------------------------------------------------------------------------- Building spheres for Linux (RELEASE) ------------------------------------------------------------------------------- Done! ------------------------------------------------------------------------------- Building statecopytest for Linux (RELEASE) ------------------------------------------------------------------------------- Linking statecopytest for Linux ../../lib/Linux/libcrstate.a(state_flush.o): In function `crStateDiffAPI': state_flush.c:(.text+0x71): undefined reference to `crSPUInitDispatchTable' state_flush.c:(.text+0x5f): undefined reference to `crSPUCopyDispatchTable' state_flush.c:(.text+0x83): undefined reference to `crSPUCopyDispatchTable' collect2: error: ld returned 1 exit status gmake[3]: *** [../../bin/Linux/statecopytest] Error 1 gmake[2]: *** [dep] Error 2 gmake[1]: *** [statecopytest.subdir] Error 2 make: *** [progs.subdir] Error 2 Can you please tell me what do I need. I did install the package libcr-dev but I'm not sure if this is the correct package. Thanks, Francisco |