compile errors on Linux with makepanda (CVS)

I’ve been trying to compile the latest CVS version with makepanda on openSUSE 10.2 (32 bits) and I can’t seem to get it working.
The error is this:

g++ -o built/bin/apply_patch -Lbuilt/lib -L/usr/X11R6/lib built/tmp/apply_patch_apply_patch.o -lpandaexpress -lpanda -lp3dtoolconfig -lp3dtool -lp3pystub -lz -lssl -lpthread
built/lib/libpandaexpress.so: undefined reference to `panda_version_1_4_0'
collect2: ld returned 1 exit status

If anyone can help me figure this one out I’d be really grateful.

That means it’s accidentally linking with an older version of libdtool.so. You’ll probably have the best results if you uninstall any previous version of Panda before you try to compile the new one.

David

Thanks, I read that on another similar post, but unfortunately I’ve done just that and it still hasn’t solved the problem. Even if I do a complete search for libdtool.so or libpandaexpress.so I can’t find any other copies besides the one in the built/lib directory.

Weird, the CVS version built successfully for me.

Well, apparently my checkout tree was fubar. I did a clean checkout and that built just fine. Anyway, thanks for your help.