Hi,

I've managed to cimpile ossmixer. The thing that was missing from my
Makefile was the -lXext (I've seen this in the Makefile for qtez, a nice
RAD tool for qt). So, my Makefile has these lines now:

####### Makefile for ossmixer 1.0 KDE Version
#######    

INCDIR  =       /usr/include/qt -I/usr/include/kde
CFLAGS  =       -O2 
LFLAGS  =       -L/usr/X11R6/lib -lqt -lkdecore -lkdeui -lXext 
CC      =       g++
MOC     =       moc

Ionutz


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to