http://bugs.winehq.org/show_bug.cgi?id=2005
Summary: make depend problem with KDE 3.2 (arts 1.2.0) Product: Wine Version: 20040121 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P3 Component: wine-tools AssignedTo: wine-bugs@winehq.org ReportedBy: jim@dishaw.org
The artsc-config --cflags returns the following string on my machine
-I/opt/kde/include/artsc -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
and the makedep program is unhappy with the "-pthread" flag. I was able to work around this problem by modifying the dlls/winmm/Makefile and removing the offending flag.