#23621 closed defect (invalid)
xorg-libXaw will not build with +universal variants on 10.5.8
Reported by: | liampg72@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia) | |
Port: | xorg-libXaw |
Description
Macports version 1.8.2 Mac OS X version 10.5.8
Config and debug are attahced
Attachments (2)
Change History (10)
Changed 15 years ago by liampg72@…
Attachment: | xorg-libXaw_debug.txt added |
---|
Changed 15 years ago by liampg72@…
Attachment: | xorg-libXaw_config.log added |
---|
comment:1 follow-up: 2 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)
comment:2 Changed 15 years ago by liampg72@…
Replying to jeremyhu@…:
Ok, it looks like you have a rogue header file somewhere. Please do the following and tell me the output:
find /{usr,usr/local,opt/local}/include -name widec.h
find /{usr,usr/local,opt/local}/include -name widec.h /usr/include/widec.h
comment:3 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Where the heck did /usr/include/widec.h come from? That's not distributed with Leopard. Please attach it.
comment:4 Changed 15 years ago by liampg72@…
God only knows!
/* DO NOT EDIT THIS FILE. It has been auto-edited by fixincludes from: "fixinc/tests/inc/widec.h" This had to be done to correct non-standard usages in the original, manufacturer supplied header file. */ #if defined( SOLARIS_WIDEC_CHECK ) #include <euc.h> #include <wchar.h> #endif /* SOLARIS_WIDEC_CHECK */
comment:5 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Ok, well you borked your system with this "fixincludes" tool.
Delete it.
comment:7 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)
I'd grep for "auto-edited by fixincludes" in /usr/include and try cleaning it all up. You might want to just do:
mv /usr/include /usr/include.bak
Then re-install XCode.
Good luck.
comment:8 Changed 15 years ago by jmroot (Joshua Root)
Cc: | openmaintainer@… removed |
---|
Note: See
TracTickets for help on using
tickets.
Ok, it looks like you have a rogue header file somewhere. Please do the following and tell me the output:
find /{usr,usr/local,opt/local}/include -name widec.h