Opened 14 years ago

Closed 14 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)

desproxy-output.txt (6.3 KB) - added by naturaltwig@… 14 years ago.
fix_libintl_inclusion.patch (483 bytes) - added by hashar@… 14 years ago.
add CPPFLAGS and libintl in the Makefile.
desproxy_add_patch.diff (271 bytes) - added by hashar@… 14 years ago.
Add patch to the Portfile

Download all attachments as: .zip

Change History (7)

Changed 14 years ago by naturaltwig@…

Attachment: desproxy-output.txt added

comment:1 Changed 14 years ago by naturaltwig@…

I should add that I have gettext version 0.17_4 installed.

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Cc: naturaltwig@… removed
Keywords: desproxy SOCKS tcp removed

comment:3 Changed 14 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 14 years ago by hashar@…

Attachment: fix_libintl_inclusion.patch added

add CPPFLAGS and libintl in the Makefile.

Changed 14 years ago by hashar@…

Attachment: desproxy_add_patch.diff added

Add patch to the Portfile

comment:4 Changed 14 years ago by blb@…

Resolution: fixed
Status: newclosed

Thanks for the patches, should be fixed in r67236.

Note: See TracTickets for help on using tickets.