Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Gazelle (http://www.bvlist.com/forumdisplay.php?f=40)
-   -   Ocelot configure (http://www.bvlist.com/showthread.php?t=10300)

Deimos 10th March 2015 22:05

Ocelot configure
 
Hello,
I have a problem when i'm trying to configure Ocelot.
I have this error:
HTML Code:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking whether C compiler accepts -std=c++11... yes
checking for boostlib >= 1.37... yes
checking whether the Boost::IOStreams library is available... yes
configure: error: Could not find a version of the library!

I don't understand why because i already have installed Libboost-all-dev...
Can someone help me ?
Thank in advance :)

DND 10th March 2015 22:10

what distro are you using ?

Deimos 10th March 2015 22:13

Quote:

Originally Posted by DND (Post 46582)
what distro are you using ?

I'm using Ubuntu 14.04 LTS.

DND 10th March 2015 22:16

did you install ?

libmysql++-dev libmysqld-dev libpng-dev libmcrypt-dev
libxml2-dev libev-dev
and
sudo apt-get install make g++ libbz2-dev libtcmalloc-minimal4
and also did you Create link for TCMalloc library file

sudo ln -s /usr/lib/libtcmalloc_minimal.so.4 /usr/lib/libtcmalloc.so

and the latest boost libraries from sourceforge ?

Deimos 10th March 2015 22:27

Quote:

Originally Posted by DND (Post 46584)
did you install ?

libmysql++-dev libmysqld-dev libpng-dev libmcrypt-dev
libxml2-dev libev-dev
and
sudo apt-get install make g++ libbz2-dev libtcmalloc-minimal4
and also did you Create link for TCMalloc library file

sudo ln -s /usr/lib/libtcmalloc_minimal.so.4 /usr/lib/libtcmalloc.so

and the latest boost libraries from sourceforge ?

Yep, i have all of that...

DND 10th March 2015 22:29

and with the boost libraries ? you compile the source code from sourceforge.net ?
1.57.0 version ?

Deimos 10th March 2015 22:37

Quote:

Originally Posted by DND (Post 46587)
and with the boost libraries ? you compile the source code from sourceforge.net ?
1.57.0 version ?

I'll retry the compilation.

firefly007 11th March 2015 15:33

Tell me is your box 86bit or 64bit?

Deimos 11th March 2015 15:43

Quote:

Originally Posted by firefly007 (Post 46590)
Tell me is your box 86bit or 64bit?

It's 64bit.

ArcticWolf 11th March 2015 16:19

my .02 cents but checking on google people say you need to install boost-devel to do it..


To develop with the Boost libraries in Ubuntu/Debian, you need to install the libboost-all-dev package:
sudo apt-get install libboost-all-dev
it could help people here.


All times are GMT +2. The time now is 09:55.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.