PCH error

CodeLite installation/troubleshooting forum
tankist02
CodeLite Veteran
Posts: 56
Joined: Thu Sep 22, 2011 11:29 pm
Genuine User: Yes
IDE Question: c++
Contact:

PCH error

Post by tankist02 »

When I run 'make clean' on Ubuntu 12.04 x86_64 I always get the following error:

Code: Select all

make[1]: Entering directory `/data/andrew/software/codelite/PCH'
make[1]: *** No rule to make target `clean'.  Stop.
make[1]: Leaving directory `/data/andrew/software/codelite/PCH'
make: *** [clean] Error 2
I still can build and run CodeLite, but I am wondering if I can fix the error.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: PCH error

Post by eranif »

tankist02 wrote:hen I run 'make clean' on Ubuntu 12.04 x86_64 I always get the following error:
Fixed in trunk

You can configure with PCH ;)

Code: Select all

./configure --enable-pch
Eran
Make sure you have read the HOW TO POST thread
Post Reply