Bug 2100 - /src/lte/test/lte-test-rlc-am-e2e.cc:304:3: error: unknown type name 'uint'
/src/lte/test/lte-test-rlc-am-e2e.cc:304:3: error: unknown type name 'uint'
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: lte
ns-3-dev
PC Mac OS
: P5 critical
Assigned To: Nicola Baldo
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-04-17 22:56 UTC by John Abraham
Modified: 2015-04-18 11:31 UTC (History)
2 users (show)

See Also:


Attachments
config.log (47.94 KB, text/plain)
2015-04-17 22:56 UTC, John Abraham
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Abraham 2015-04-17 22:56:43 UTC
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
Comment 1 Tom Henderson 2015-04-18 11:31:50 UTC
changeset 11335:bf6a695737d8 removes uint type