Compiling on linux - baseentity.cpp issues

Post Reply
anglos
Posts: 29
Joined: Wed Jul 25, 2012 12:38 pm

Compiling on linux - baseentity.cpp issues

Post by anglos » Thu Aug 01, 2013 9:16 pm

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)

anglos
Posts: 29
Joined: Wed Jul 25, 2012 12:38 pm

Re: Compiling on linux - baseentity.cpp issues

Post by anglos » Thu Aug 01, 2013 10:00 pm

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.

lautan
Developer
Posts: 164
Joined: Mon Jul 30, 2012 6:17 pm

Re: Compiling on linux - baseentity.cpp issues

Post by lautan » Fri Aug 02, 2013 12:29 pm

Delete .deps folder and run source autogen.sh. then make.

Post Reply