[Ns-bugs] [Bug 734] New: Detection of which apidefs to use fails in some Mac systems
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Mon Nov 2 02:45:41 PST 2009
http://www.nsnam.org/bugzilla/show_bug.cgi?id=734
Summary: Detection of which apidefs to use fails in some Mac
systems
Product: ns-3
Version: ns-3-dev
Platform: Macintosh
OS/Version: Mac OS
Status: NEW
Severity: normal
Priority: P5
Component: python bindings
AssignedTo: ns-bugs at isi.edu
ReportedBy: gjcarneiro at gmail.com
Estimated Hours: 0.0
On some Mac systems, uint64_t is "long long unsigned int" even though "long
unsigned int" is also 64 bits wide.
Need to fix the detection of which apidefs to use by considering gcc
compilation tests (to check how uint64_t is defined, long or long long?),
instead of struct.calcsize.
Reporter thread here:
http://groups.google.com/group/ns-3-users/browse_frm/thread/8e50f28113ef23ba/3c65b2baf01a9f1e?hl=en&tvc=1&q=ns-3.6+does+not+build+on+Mac+OS+10.6+%09%09%09%09#3c65b2baf01a9f1e
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Ns-bugs
mailing list