-
Turns out, according to http://navigationshilfe.t-online.de/dtag/html/dnsephelp.php it's possible to have that redirection service disabled. That's probably the real fix, sorry for the noise.
2009-07-07 10:10:54 UTC in curl and libcurl
-
$ sudo perl ./runtests.pl -v -a 20 507
********* System characteristics ********
* curl 7.19.5 (x86_64-pc-linux-gnu)
* libcurl/7.19.5 OpenSSL/0.9.8k zlib/1.2.3
* Features: Largefile NTLM SSL libz
* Host: knoten
* System: Linux knoten 2.6.30 #1 SMP Wed Jun 10 19:46:09 CEST 2009 x86_64
GNU/Linux
* Server SSL: OFF
* libcurl SSL: ON
* libcurl debug: OFF
* valgrind: OFF
*...
2009-07-07 09:49:09 UTC in curl and libcurl
-
apparently I'm not allowed to attach anything, so I've uploaded the log here:
http://page.mi.fu-berlin.de/pipping/sourceforge/libspiff_universal_instruction.txt.
2007-07-02 17:48:52 UTC in libxspf: XSPF playlist handling library
-
I've just compiled universal expat, uriparser and libspiff on an intel mac without any problems.
You're most likely only missing the --disable-dependency-tracking parameter when configuring.
I'll attach a log (with the output removed), showing what I did.
2007-07-02 17:44:00 UTC in libxspf: XSPF playlist handling library
-
i've tried it with the latest version from cvs and the error no longer occurs.
kind regards,
elias pipping.
2007-05-09 18:49:45 UTC in Expat XML Parser
-
.
2007-05-08 20:17:58 UTC in Expat XML Parser
-
> I am using Mac ports (MacPorts 1.320). I know that expat builds correctly
> on PPC machines, as I use it on my G4 Powerbook.
I'm on an intel mac, too (see above).
2007-05-02 13:20:03 UTC in Expat XML Parser
-
You might want to consider running a selfupdate via 'sudo port selfupdate' to get MacPorts 1.4.3. The portfile itself basically hasn't changed for nearly a year, but the base-code has (significantly).
Also, make sure you have the latest version of the Developer Tools installed, (on an intel mac the output of 'gcc --version' should be: i686-apple-darwin8-gcc-4.0.1 ... build 5367)
2007-05-02 13:17:06 UTC in Expat XML Parser
-
works fine on my mac (Mac OS X 10.4.9, i386-apple-darwin8.9.1, latest version from cvs, developer tools 2.4.1)
/bin/sh ./libtool --silent --mode=compile gcc -std=gnu99 -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmlparse.lo -c lib/xmlparse.c
/bin/sh ./libtool --silent --mode=compile gcc -std=gnu99 -I./lib -I. -g -O2 -Wall...
2007-05-02 12:55:48 UTC in Expat XML Parser
-
Hi.
DEST_BIN=/usr/local/bin
DEST_SHARE=/usr/local/lib/p7zip
DEST_MAN=/usr/local/man
install:
./install.sh $(DEST_BIN) $(DEST_SHARE) $(DEST_MAN)
DEST_HOME=/usr/local
DEST_BIN=${DEST_HOME}/bin
DEST_SHARE=${DEST_HOME}/lib/p7zip...
2007-04-23 16:19:53 UTC in p7zip