-
I still use xmms and do not use bmp. Just Makefile* fix is enough to resolve xmms problem by excluding it from compilation. Also --disable-xmms fixes compilation problem. I use xmp on console now and I'm happy this project is alive now.
2007-08-21 14:05:19 UTC in Extended Module Player
-
xmp-2.2.0-pre3.tar.gz
gcc -o xmp getopt.o getopt1.o options.o main.o -L../../lib -lxmp -lm -lasound
make[2]: Leaving directory `/usr/src/xmp-2.2.0-pre3/src/main'
/bin/sh: line 1: cd: xmms: No such file or directory
make[1]: *** [all] Error 1
make[1]: Leaving directory `/usr/src/xmp-2.2.0-pre3/src'
make: *** [xmp] Error 2
Compilation fails because make script looks for non existing...
2007-08-21 11:19:23 UTC in Extended Module Player
-
Thank you Glenn for your help.
Have a nice day :)
2007-07-19 22:44:19 UTC in PNG reference library: libpng
-
libpng-1.2.19beta28 works! Thank you.
However I have march=athlon64 I still use it in 32bit mode (changing to athlon,athlon-xp gives the same effect in turning off MMX in libpng1.2.18 so this is rather not connected with 64bits).
If I run configure and it will say:
checking if assembler code in pnggccrd.c can be compiled without PNG_NO_MMX_CODE... yes
Do I need to do something more to have...
2007-07-19 19:21:13 UTC in PNG reference library: libpng
-
libpng 1.2.18 built from source on Linux, gcc 4.1.2, binutils 2.17
If CFLAGS has one or more such arguments:
-march=athlon64 (or other cpu type greater than i686 with simd instructions supported like athlon,athlon-xp)
-mmmx
-msse
-msse2
-msse3
-m3dnow
-mfpmath=sse
-mfpmath=sse,387
MMX will be turned off during configure:
checking if assembler code in pnggccrd.c can be compiled...
2007-07-19 14:25:31 UTC in PNG reference library: libpng