Author Topic: [SOLVED] Adding boost dir to make settings for NassiShneiderman plugin  (Read 4881 times)

mbc2000

  • Guest
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
« Last Edit: July 10, 2010, 04:58:19 am by mbc2000 »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
As far as I know there is no pkg-config/boost-config for boost :(
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]