Opened 15 years ago
Closed 15 years ago
#23851 closed defect (fixed)
GTK+ universal fails to build
Reported by: | martijn@… | Owned by: | nox@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | gtk2 |
Description
Log attached
Attachments (1)
Change History (6)
Changed 15 years ago by martijn@…
Attachment: | config.log added |
---|
comment:2 Changed 15 years ago by jmroot (Joshua Root)
Keywords: | gtk+ universal removed |
---|---|
Owner: | changed from macports-tickets@… to nox@… |
Port: | gtk2 added; GTK+ removed |
Please remember to cc the maintainer. There is no port called "GTK+", I'm assuming you mean gtk2.
comment:4 Changed 15 years ago by martijn@…
Someone pointed me to the following link, which seems to be the a similar bug (with solution) as mine.
https://lists.gnumonks.org/pipermail/openezx-devel/2006-June/000533.html
Ok, this may be ancient news for you pros, but it took me a while to sort out so I thought I would share it. If you are trying to cross-compiled something for one of these phones (or any cross-compiling for that matter) and you run across this error: checking whether setvbuf arguments are reversed... configure: error: cannot run test program while cross compiling You have to rebuild the configure script with autoconf 2.53b or later. I ran into this building the bash 3.1. They used autoconf 2.53 to make the configure script and this bug is fixed in 2.53b. It's actually somewhat of an assumption however (since it can't call a cross-compiled executable to see if setvbuf arguments are reversed, it assumes they are not).
comment:5 Changed 15 years ago by nox@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 1.8.2 |
should works now with r64762
Note: See
TracTickets for help on using
tickets.