You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working inside the ndnSIM-sample-topologies directory. when i tried compiling with command "./waf configure" , i got the following error..
root@ubuntu:/home/sandhya/ndnSIM/ndnSIM-sample-topologies# ./waf configure
Setting top to : /home/sandhya/ndnSIM/ndnSIM-sample-topologies
Setting out to : /home/sandhya/ndnSIM/ndnSIM-sample-topologies/build
Checking for 'g++' (c++ compiler) : /usr/bin/g++
Checking boost includes : 1_46_1
Checking boost libs : lib iostreams not found in /usr/lib
(complete log in /home/sandhya/ndnSIM/ndnSIM-sample-topologies/build/config.log)
This occurs even with PKG_CONFIG_PATH.
The text was updated successfully, but these errors were encountered:
you need point out boost libs
there may be in /usr/lib/i386-linux-gnu (ubuntu 14.04 32bit) or /usr/lib/x86_64-linux-gnu
so you need to compiling with command:
./waf configure --boost-libs /usr/lib/i386-linux-gnu
or
./waf configure --boost-libs /usr/lib/x86_64-linux-gnu
e..
in http://ndnsim.net/getting-started.html, points out that ndnSIM requires boost version at least 1.48
Checking boost includes : 1_46_1 may be the problem
I am working inside the ndnSIM-sample-topologies directory. when i tried compiling with command "./waf configure" , i got the following error..
root@ubuntu:/home/sandhya/ndnSIM/ndnSIM-sample-topologies# ./waf configure
Setting top to : /home/sandhya/ndnSIM/ndnSIM-sample-topologies
Setting out to : /home/sandhya/ndnSIM/ndnSIM-sample-topologies/build
Checking for 'g++' (c++ compiler) : /usr/bin/g++
Checking boost includes : 1_46_1
Checking boost libs : lib iostreams not found in /usr/lib
(complete log in /home/sandhya/ndnSIM/ndnSIM-sample-topologies/build/config.log)
This occurs even with PKG_CONFIG_PATH.
The text was updated successfully, but these errors were encountered: