|
Bugzilla – Full Text Bug Listing |
| Summary: | /src/lte/test/lte-test-rlc-am-e2e.cc:304:3: error: unknown type name 'uint' | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | John Abraham <john.abraham.in> |
| Component: | lte | Assignee: | Nicola Baldo <nicola> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | PC | ||
| OS: | Mac OS | ||
| Attachments: | config.log | ||
changeset 11335:bf6a695737d8 removes uint type |
Created attachment 2018 [details] config.log we get the following error [1726/2256] cxx: src/lte/test/lte-test-cqi-generation.cc -> build/src/lte/test/lte-test-cqi-generation.cc.3.o ../src/lte/test/lte-test-rlc-am-e2e.cc:304:3: error: unknown type name 'uint' uint txEnbRlcPdus = lteSimpleHelper->m_enbMac->GetTxPdus (); ^ ../src/lte/test/lte-test-rlc-am-e2e.cc:305:3: error: unknown type name 'uint'; did you mean 'int'? uint rxUeRlcPdus = lteSimpleHelper->m_ueMac->GetRxPdus (); ^~~~ int 2 errors generated. Waf: Leaving directory `/Users/john/ns3/ns3push/ns-3-dev/build' This is on OS X yosemite config.log is attached Johns-MacBook-Pro:ns-3-dev john$ g++ -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn) Target: x86_64-apple-darwin14.1.0 Thread model: posix Johns-MacBook-Pro:ns-3-dev john$ gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn) Target: x86_64-apple-darwin14.1.0 Thread model: posix