-
This isn't really a patch, but I've rewritten the entire code base to be a bit easier to read, and more object oriented in design.
It provides the same functionality as the previous version, so it should be almost a drop in replacement.
I've also got the tarball posted up on my website: http://shlrm.org/wordpress/2008/02/10/jaimlib-20/
I think this project is pretty much dead, but I...
2008-02-10 16:05:11 UTC in Jaim - Java AIM Protocol library
-
Logged In: YES
user_id=682016
Yep pure x86_64 :)
Luckily (or unluckily as it may be) I don't have a
/usr/lib64 really, it's just a symlink to /usr/lib. The
32-bit compatibility stuff is isoloated to /opt/emul32
root@raziel:~# ls -dl /usr/lib
drwxr-xr-x 83 root root 125248 Sep 22 09:42 /usr/lib
root@raziel:~# ls -dl /usr/lib64
lrwxrwxrwx 1 root root 3 Aug 13 12:52 /usr/lib64 -> lib.
2006-09-22 14:55:02 UTC in LAME (Lame Aint an MP3 Encoder)
-
Logged In: YES
user_id=682016
gcc -o conftest -std=iso9899:1990 -W
-Wall -Wchar-subscripts -Wshadow -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O
-march=k8 -mmmx -mfpmath=sse -msse -msse2 -m3dnow -m64
-fPIC -DPIC -pipe -DPIC -fPIC -Os -Wformat-security
-Wmissing-format-attribute -DQT_THREAD_SUPPORT
-D_REENTRANT -z combreloc...
2006-09-22 14:25:57 UTC in LAME (Lame Aint an MP3 Encoder)
-
Logged In: YES
user_id=682016
Oh, btw, I did get this to compile by adding by -lm to the
LDFLAGS as I built it. (well technically as the package
manager built it, but the end result is the same :) )
2006-09-19 18:48:44 UTC in LAME (Lame Aint an MP3 Encoder)
-
This evidenced itself in the config.log while
configuring kdemultimedia.
checking for lame/lame.h... yes
checking for lame_init in -lmp3lame... no
configure: error: --with-lame was given, but test for
lame failed
configure:35824: checking for lame/lame.h
configure:35831: result: yes
configure:35860...
2006-09-19 18:45:58 UTC in LAME (Lame Aint an MP3 Encoder)