Page 1 of 1

Compiling on linux - baseentity.cpp issues

Posted: Thu Aug 01, 2013 9:16 pm
by anglos
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)

Re: Compiling on linux - baseentity.cpp issues

Posted: Thu Aug 01, 2013 10:00 pm
by anglos
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.

Re: Compiling on linux - baseentity.cpp issues

Posted: Fri Aug 02, 2013 12:29 pm
by lautan
Delete .deps folder and run source autogen.sh. then make.