User forums > Help

configure: error: Could not find a version of the library!

<< < (3/3)

Jenna:

--- Quote from: jimbo on September 27, 2018, 02:32:59 pm ---
--- Quote from: BlueHazzard on September 27, 2018, 02:23:55 pm ---Isn't boost needed only for the Nassi-Shneiderman plugin? Do you need this plugin?

--- End quote ---

No idea what it is or does, so probably no! (Going to look it up now...)

edit; No, don't need that one. I pressume that the configure will need editing to remove the boost::system check, then exclude the plugin from the build?

--- End quote ---
No editing necessary.
Just tell the configure-script you don't want to build NAssiShneiderman should be enough, e.g.:


--- Code: ---./configure --with-contrib-plugins=all,-NassiShneiderman
--- End code ---

would create the makfiles to build all contrib-plugins except for the NAssiShneidermann-plugin.
The boost-check should not be run in this case.

jimbo:

--- Quote from: jens on September 28, 2018, 06:28:23 am ---
--- Quote from: jimbo on September 27, 2018, 02:32:59 pm ---
--- Quote from: BlueHazzard on September 27, 2018, 02:23:55 pm ---Isn't boost needed only for the Nassi-Shneiderman plugin? Do you need this plugin?

--- End quote ---

No idea what it is or does, so probably no! (Going to look it up now...)

edit; No, don't need that one. I pressume that the configure will need editing to remove the boost::system check, then exclude the plugin from the build?

--- End quote ---
No editing necessary.
Just tell the configure-script you don't want to build NAssiShneiderman should be enough, e.g.:


--- Code: ---./configure --with-contrib-plugins=all,-NassiShneiderman
--- End code ---

would create the makfiles to build all contrib-plugins except for the NAssiShneidermann-plugin.
The boost-check should not be run in this case.

--- End quote ---

Thanks, will give that a go.

OS/Distro.  Raspberry Pi running latest Raspbian, a Debian Stretch derivative, uses Kernel 4.14.x running on an Armv7 processor.

jimbo:
Great, that has fixed the build on the Pi and also on my LUbuntu VM (17.10) which was showing a boost::system error during compile rather than during configure. Defo. something screwy with that boost::system stuff.

Thanks.

Navigation

[0] Message Index

[*] Previous page

Go to full version