Code::Blocks Forums

User forums => Help => Topic started by: mbc2000 on July 10, 2010, 02:49:33 am

Title: [SOLVED] Adding boost dir to make settings for NassiShneiderman plugin
Post by: mbc2000 on July 10, 2010, 02:49:33 am
edit:  Nevermind.  I added the boost path to INCLUDES in makefile.am for the plugin.


I'm building C::B with "./configure --with-contrib-plugins=all" on Ubuntu with GCC 4.4.3.  When I execute make, I get an error building the NassiShneiderman plugin:  CParser.cpp:5:44: error: boost/spirit/include/classic.hpp: No such file or directory.

I have boost installed locally in my projects directory and I can build the NassiShneiderman plugin after adding the boost dir to NassiShneiderman-unix.cbp.  How do I add the boost dir to the makefile?

Thanks,

Michael
Title: Re: [SOLVED] Adding boost dir to make settings for NassiShneiderman plugin
Post by: killerbot on July 10, 2010, 10:06:24 am
thing is we will never now where you installed boost though. Or is something similare like wx-config available ?

I think on windows it is done with a globar var.
Title: Re: [SOLVED] Adding boost dir to make settings for NassiShneiderman plugin
Post by: oBFusCATed on July 10, 2010, 10:54:58 pm
As far as I know there is no pkg-config/boost-config for boost :(