Hi,
I've tried autogen.sh after updating and am getting this problem when running make:
make: *** No rule to make target `src/map/baseentity.cpp', needed by `dsgame-baseentity.o'. Stop.
Any thoughts? I'm on the latest revision (3896)
Compiling on linux - baseentity.cpp issues
Re: Compiling on linux - baseentity.cpp issues
Please ignore the above but if anyone has an issue similar, I just did the following:
svn status
I then deleted everything marked as ? that I didn't place. Not entirely sure what the fix was but none the less, it's fixed.
svn status
I then deleted everything marked as ? that I didn't place. Not entirely sure what the fix was but none the less, it's fixed.
Re: Compiling on linux - baseentity.cpp issues
Delete .deps folder and run source autogen.sh. then make.