cd `dirname winmm/winearts/__depend__` && /usr/bin/make depend
make[2]: Entering directory `/usr/src/redhat/BUILD/wine-20031212/dlls/winmm/wine arts'
../../../tools/makedep -I. -I. -I../../../include -I../../../include -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -C. a rts.c audio.c
Unknown option '-pthread'
It fails because configure goes to artsc-config to get the includes by calling
artsc-config --cflags
which gives ALL the cflags - not just includes:
-I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
I hacked artsc-config to delete -pthread ( it's just a shell script).
artsc-config is from the kde-3.2 beta: arts-1.1.94-0.2. Maybe kde-3.1 didn't have the same problem.
Obviously it's not just an rpm problem. Any build with kde-3.2 will have the same problem.
sean
_______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.com/mailman/listinfo/wine-users