Yes, boost are linked by the system. Boost 1.46 is installed as default
packages from ubuntu repo.
This is seems because I am using Ubuntu 12.04 and 12.10 which provides
boost 1.46 and 1.48.
Thanks.
Le 12/05/2013 17:18, Zoltán Lajos Kis a écrit :
There is definitely a solution; and it is more likely to be found in the boost
community... I guess you are using a newer boost version than the one used for
NOX. You could try downgrading to 1.42. Are the boost_system and
boost_filesystem libraries linked by the build system when you get this error?
Zoltan
-----Original Message-----
From: Akram Hakiri [mailto:[email protected]]
Sent: Sunday, May 12, 2013 5:04 PM
To: Zoltán Lajos Kis
Cc: [email protected]
Subject: Re: [nox-dev] building nox and nox1.3
I have all the dependencies installed, but I still have the same problem and
the same output errors when trying $make for noxcore and nox13.
How can I do, is there any other solution to solve this !
Thanks
Le 12/05/2013 14:34, Zoltán Lajos Kis a écrit :
Hi,
Do you have the Boost libraries installed? You probably need at least
libboost-dev and libboost-filesystem-dev.
Check out https://github.com/CPqD/ofsoftswitch13/wiki/OpenFlow-1.3-
Tutorial for some info on building this NOX.
Regards,
Zoltan.
-----Original Message-----
From: [email protected] [mailto:nox-dev-
[email protected]] On Behalf Of Akram Hakiri
Sent: Sunday, May 12, 2013 12:47 PM
To: [email protected]
Subject: [nox-dev] building nox and nox1.3
Hi folks,
I want to build nox and nox1.3 on ubuntu 12.04 but all the time I
found the below errors. Someone can help me to fix this.
thanks,
Hakiri
./builtin/.libs/libbuiltin.so: undefined reference to
`boost::filesystem::directory_entry::m_get_status(boost::system::erro
r_code
*)
const'
./builtin/.libs/libbuiltin.so: undefined reference to
`boost::filesystem::path::codecvt()'
collect2: ld returned 1 exit status
make[3]: *** [nox_core] Error 1
make[3]: Leaving directory `/home/hakiri/nox13oflib/build/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/hakiri/nox13oflib/build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/hakiri/nox13oflib/build'
make: *** [all] Error 2