Opened 15 years ago
Closed 15 years ago
#24497 closed defect (fixed)
desproxy 0.1.0-pre2 build error
Reported by: | naturaltwig@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | desproxy |
Description
OS X 10.5.8 PPC: Xcode 3.1.4
build error for making desproxy: "error: libintl.h: No such file or directory"
I have gettext installed.
Attachments (3)
Change History (7)
Changed 15 years ago by naturaltwig@…
Attachment: | desproxy-output.txt added |
---|
comment:1 Changed 15 years ago by naturaltwig@…
comment:2 Changed 15 years ago by jmroot (Joshua Root)
Cc: | naturaltwig@… removed |
---|---|
Keywords: | desproxy SOCKS tcp removed |
comment:3 Changed 15 years ago by hashar@…
Upstream is obsolete since 2004 :(
Anyway, the issue is that the configure script does not check for libs. We could fix the configure.ac script and regenerate it but it look easier to just hack the make files. The patch attached below make sure we include libintl for linking.
Changed 15 years ago by hashar@…
Attachment: | fix_libintl_inclusion.patch added |
---|
add CPPFLAGS and libintl in the Makefile.
Changed 15 years ago by hashar@…
Attachment: | desproxy_add_patch.diff added |
---|
Add patch to the Portfile
comment:4 Changed 15 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the patches, should be fixed in r67236.
Note: See
TracTickets for help on using
tickets.
I should add that I have gettext version 0.17_4 installed.