Bug 214358

Summary: LTC27655-[LSPP]swig fails to define the architecture correctly when processing C include files
Product: [Fedora] Fedora Reporter: Adam Tkac <atkac>
Component: swigAssignee: Adam Tkac <atkac>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6CC: iboverma, ovasik, tao
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: 1.3.29-2.fc6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-07 08:20:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 211095    
Bug Blocks:    

Comment 1 Adam Tkac 2006-11-07 08:20:46 UTC
---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.
>