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

Build problem for : NassiShneiderman

Started by killerbot, October 31, 2017, 02:59:02 PM

Previous topic - Next topic

oBFusCATed

@killerbot: Could you try the attached patch?
(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!]

killerbot

For Windows I would try to avoid that a boost library is needed. Since this will make things to build on windows much more complex.
On linux, it's much easier, people can just install it from the repository.
If indeed that thread security can be disabled, I will also have a look around for that matter.

killerbot

#17
   BOOST_CPPFLAGS:         -I/usr/include
   BOOST_LDFLAGS:         -L/usr/lib64
   BOOST_SYSTEM_LIB:         -lboost_system

Build succeeded.

Feel free to commit, I would suggest that this gets merged to our RC branch.

oBFusCATed

Can you try to make a source package and use it to build from it?
The steps are run make dist in your current build folder.
Then unpack the generated package somewhere else and then do ./configure && make && make install (you could probably skip the install).
(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!]

killerbot


oBFusCATed

Yes, use a patched version of the source to generate the tar.gz file and then do not apply the patch.
(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!]

killerbot

Did the experiment : all build well.

And your commit was also nicely accepted by svn up :-)