Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in compiling #1

Open
SandhyaGiri opened this issue Jan 10, 2014 · 2 comments
Open

error in compiling #1

SandhyaGiri opened this issue Jan 10, 2014 · 2 comments

Comments

@SandhyaGiri
Copy link

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.

@woniu17
Copy link

woniu17 commented Nov 12, 2014

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

@woniu17
Copy link

woniu17 commented Nov 12, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants