-
Well, either that or Postscript. Something that makes working with non-Windows vector graphics utilities a little bit easier than dealing with wmf/emf.
2007-04-12 20:21:11 UTC in AutoREALM
-
OK, it's an LD_PRELOADer. Thanks - if anybody wants to test an OS X port, just contact me.
2007-03-27 18:43:30 UTC in ProxyChains - HTTP and SOCKS
-
libproxychains.c:224: error: conflicting types for `connect'
/usr/include/sys/socket.h:513: error: previous declaration of `connect'
libproxychains.c:295: error: conflicting types for `getnameinfo'
/usr/include/netdb.h:257: error: previous declaration of `getnameinfo'
libproxychains.c:313: error: conflicting types for `gethostbyaddr'
/usr/include/netdb.h:225: error: previous declaration of...
2007-03-27 15:37:31 UTC in ProxyChains - HTTP and SOCKS
-
What operating system are you using?
That error normally means that you don't have a C compiler installed, which is most likely on OS X - most Linux/*BSD boxes would have one.
2007-03-27 15:11:35 UTC in ProxyChains - HTTP and SOCKS
-
gtk123 has been upgraded to beta status. Also, There's now a Debian package available. You can download the package directly from SourceForge, or you can install it via apt-get. Instructions for setting up apt-get are available at the project homepage.
2004-08-04 20:21:20 UTC in gtk123
-
If you use Open URL or Open Files/Directories while playing, unpredictable results may occur.
2004-06-22 15:29:54 UTC in gtk123
-
Shuffle randomly plays tracks. It can randomly play the same track twice in a row; some error-checking needs to be done.
2004-06-22 15:27:53 UTC in gtk123
-
haflinger registered the gtk123 project.
2004-06-20 04:01:24 UTC in gtk123
-
Just thought you guys might like to see some code. I'm a tcsh user, and well, the included scripts didn't really work for me.
This does, though. I have this at the start of my .cshrc:
if ($?USER == 0 || $?prompt == 0) exit
if ( $?LD_PRELOAD == "0") then
exec tsocks tcsh
endif
Works like a charm. :) This hack needs the first line, or else non-interactive scripts using csh go...
2004-04-23 00:29:19 UTC in tsocks
-
I suspect that the problem is something different. Winamp-generated m3u files contain comment lines before each mp3; could it be that Streamsicle is trying to interpret the comment line as a filename? Most other mp3 players (all to my knowledge) do not generate comment lines in m3u.
2002-10-07 21:24:22 UTC in Streamsicle