News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

wx/wxprec.h "No such file or directory" in plugin wizard created project.

Started by LonelySTar, January 17, 2006, 11:15:08 PM

Previous topic - Next topic

LonelySTar

Hello together,
I created a plugin using the wizard. After setting the sdk path and inserting the sample "Hello world" code, I tried to compile it:

wx/wxprec.h No such file or directory.

:shock:
In "Project->Build options -> Compiler -> other options" it says very correctly: `wx-config --cflags`
If I compile the source file by hand: g++ plugin.cpp `wx-config --cflags`
It seems to find "wx/wxprec.h".
Could it be, that compilation is not using the `wx-config --cflags` parameter? Why not?
Thanks! Nathan

ghostrifle