From looking at the posts, this doesn't seem to be a very lively forum, but I thought I'd pose a question anyway ...
I just downloaded the most recent source (as of 7/01/02) and tried to compile it, and I get a linking error during the compilation of tilesortspu.dll. I had originally downloaded the "beta source" from April, and it compiled fine. Is there something I'm doing wrong? It looks like it isn't getting the crmothership.dll or perhaps the crmothership.lib. Here's the exact error I get ...
Hey,
From looking at the posts, this doesn't seem to be a very lively forum, but I thought I'd pose a question anyway ...
I just downloaded the most recent source (as of 7/01/02) and tried to compile it, and I get a linking error during the compilation of tilesortspu.dll. I had originally downloaded the "beta source" from April, and it compiled fine. Is there something I'm doing wrong? It looks like it isn't getting the crmothership.dll or perhaps the crmothership.lib. Here's the exact error I get ...
Linking ../../built/tilesortspu/WIN_NT/tilesortspu.dll
Creating library ../../built/tilesortspu/WIN_NT/tilesortspu.lib and object .. /../built/tilesortspu/WIN_NT/tilesortspu.exp
tilesortspu_misc.obj : error LNK2001: unresolved external symbol _crMothershipRequestTileLayout
../../built/tilesortspu/WIN_NT/tilesortspu.dll : fatal error LNK1120: 1 unresolved externals
make[4]: *** ../../built/tilesortspu/WIN_NT/tilesortspu.dll] Error 2
make[3]: *** [dep] Error 2
make[2]: *** [tilesort.subdir] Error 2
make[1]: *** [spu.subdir] Error 2
make: *** [threadsafe] Error 2
Any help or insights are much appreciated. Thanks!
you're not nuts, someone developing on Linux broke the Windows build by not adding a function to the .def file. I'll fix this this morning.
-Greg
Wow that was fast! Thanks a lot, Greg!
tom
no problem. It's fixed now.