Ns3WimaxQoSTestSuite::Ns3WimaxQoSTestSuite ()
: TestSuite ("wimax-qos", SYSTEM)
../src/wimax/test/wimax-fragmentation-test.cc:30:10: fatal error: 'ns3/packet-sink-helper.h' file not found
#include "ns3/packet-sink-helper.h"
^
1 error generated.
../src/wimax/test/ss-mac-test.cc:32:10: fatal error: 'ns3/packet-sink-helper.h' file not found
#include "ns3/packet-sink-helper.h"
^
1 error generated.
../src/wimax/test/wimax-tlv-test.cc:31:10: fatal error: 'ns3/packet-sink-helper.h' file not found
#include "ns3/packet-sink-helper.h"
^
1 error generated.Which should make you think that apart from wimax you need to enable the applications module since you are using it. Perhaps this is a 'bug' in the wscript file that applications has not been included as dependency. So try this command
$./waf configure --enable-tests --enable-modules=wimax,applications --enable-examples
and then ./waf and ./test.py
--
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/8J8ZuP1Ba0g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+unsubscribe@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
Is there any thing possible to do to obtain an output!?But,this test has no output in order to analyze it.Thank you very much,I can now run the test.
On Wed, Feb 25, 2015 at 4:52 PM, Tom Henderson <to...@tomh.org> wrote:
On 02/25/2015 04:38 AM, Alice Rizk wrote:
i have done these steps :
$./waf configure --enable-tests --enable-modules=wimax --enable-examples
$./test.py
and I got
Waf died. Not running tests.
In ns-3-dev, I have just pushed a fix to the wimax test program headers that should fix the problems encountered with the above commands.
When using an older version of ns-3 than the current tip of ns-3-dev, please follow Konstantinos's advice of including also 'applications' module:
$./waf configure --enable-tests --enable-modules=wimax,applications --enable-examples
$ ./waf build
$./test.py
Please note that you must be in the top ns-3 directory to run waf commands; if you recurse into e.g. src/wimax/test and try to run the above, you will get the 'waf does not exist' error.
- Tom
--
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/8J8ZuP1Ba0g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.