cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-1497602 ] libcurl.framework.make file is missing two files

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Tue, 30 May 2006 07:55:51 -0700

Bugs item #1497602, was opened at 2006-05-30 16:51
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1497602&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: compile or build problem
Group: portability problem
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Wade Williams (wadesworld)
Assigned to: Daniel Stenberg (bagder)
Summary: libcurl.framework.make file is missing two files

Initial Comment:
The lib/libcurl.framework.make file is missing the tftp.c and select.c
files in the default distribution and will not build on OSX. Once those
two files are added, libcurl builds fine as a framework using this
makefile.

Here's a diff with the necessary changes:

*** libcurl.framework.make.orig Sun May 28 22:35:59 2006
--- libcurl.framework.make Sun May 28 22:37:26 2006
***************
*** 71,76 ****
--- 71,77 ----
        $(TMP_DIR)/parsedate.o \
        $(TMP_DIR)/progress.o \
        $(TMP_DIR)/security.o \
+ $(TMP_DIR)/select.o \
        $(TMP_DIR)/sendf.o \
        $(TMP_DIR)/share.o \
        $(TMP_DIR)/speedcheck.o \
***************
*** 81,86 ****
--- 82,88 ----
        $(TMP_DIR)/strtok.o \
        $(TMP_DIR)/strtoofft.o \
        $(TMP_DIR)/telnet.o \
+ $(TMP_DIR)/tftp.o \
        $(TMP_DIR)/timeval.o \
        $(TMP_DIR)/transfer.o \
        $(TMP_DIR)/url.o \

For reference:
anagram:~/Development/sickware/sdk/mac/gmp wade$ uname -a
Darwin anagram.local 8.6.0 Darwin Kernel Version 8.6.0: Tue Mar 7
16:58:48 PST 2006; root:xnu-792.6.70.obj~1/RELEASE_PPC Power
Macintosh powerpc

----------------------------------------------------------------------

>Comment By: Daniel Stenberg (bagder)
Date: 2006-05-30 16:55

Message:
Logged In: YES
user_id=1110

Thanks, but this is already fixed in CVS. Please try!

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1497602&group_id=976
Received on 2006-05-30

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET