SourceForge.net | 28 Jul 19:21
Favicon

[ swig-Bugs-1604332 ] Swig ca't determine architecture correctly

Bugs item #1604332, was opened at 2006-11-28 10:03
Message generated for change (Comment added) made by atkac
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101645&aid=1604332&group_id=1645

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: preprocessor
Group: None
>Status: Open
>Resolution: None
Priority: 1
Private: No
Submitted By: Adam Tkac (atkac)
Assigned to: David M. Beazley (beazley)
Summary: Swig ca't determine architecture correctly

Initial Comment:
64bit machines swig can't include correctly files. I've created patch for this problem

---Steps to Reproduce---
> cat > test.i
%module test
# Make __NR_syscall names available
%include <sys/syscall.h>

> swig -python -I/usr/include -includeall test.i
/usr/include/asm/unistd.h:9: Warning(204): CPP #warning, This machine appears to
be neither x86_64 nor i386.
(Continue reading)

SourceForge.net | 31 Jul 22:35
Favicon

[ swig-Bugs-1604332 ] Swig ca't determine architecture correctly

Bugs item #1604332, was opened at 2006-11-28 09:03
Message generated for change (Comment added) made by wsfulton
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101645&aid=1604332&group_id=1645

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: preprocessor
Group: None
Status: Open
Resolution: None
Priority: 1
Private: No
Submitted By: Adam Tkac (atkac)
Assigned to: David M. Beazley (beazley)
Summary: Swig ca't determine architecture correctly

Initial Comment:
64bit machines swig can't include correctly files. I've created patch for this problem

---Steps to Reproduce---
> cat > test.i
%module test
# Make __NR_syscall names available
%include <sys/syscall.h>

> swig -python -I/usr/include -includeall test.i
/usr/include/asm/unistd.h:9: Warning(204): CPP #warning, This machine appears to
be neither x86_64 nor i386.
(Continue reading)


Gmane