Page 1 of 1

Compilation fails on Linux

Posted: 30 May 2015, 14:53
by void.pointer
Running latest in trunk, I get the following error after invoking `make`:

Code: Select all

make[1]: *** No rule to make target 'daemon/postprocess/PostScript.cpp', needed by 'PostScript.o'.  Stop.
make[1]: Leaving directory '/home/robert/nzbget-code'
Makefile:641: recipe for target 'all' failed
make: *** [all] Error 2
Just looked briefly but it seems like source files were restructured but the makefile was not updated.

Re: Compilation fails on Linux

Posted: 30 May 2015, 15:00
by hugbug
"make distclean" helps.

Re: Compilation fails on Linux

Posted: 30 May 2015, 16:02
by void.pointer
Thanks, that fixed it!