[linux-audio-dev] compiling Mix

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: [linux-audio-dev] compiling Mix
From: Paul Winkler (slinkp23_AT_yahoo.com)
Date: Sun Apr 30 2000 - 03:46:30 EEST


OK, any ideas what _this_ compile problem's about? I don't know
enough about c compilation to really understand this...
I have the lesstif and lesstif-devel packages... but when I try to
compile Mix, I get hundreds of errors like:
/home/pw/Downloads/Apps/mix/plugins.c:370: undefined reference to
`_XmStrings'
/home/pw/Downloads/Apps/mix/plugins.c:372: undefined reference to
`xmSeparatorWidgetClass'
/home/pw/Downloads/Apps/mix/plugins.c:386: undefined reference to
`xmPushButtonWidgetClass'
collect2: ld returned 1 exit status
make: *** [mix] Error 1

But I think it should be finding them; in /usr/X11R6/include/Xm:

[root_AT_slink Xm]# grep "xmPushButtonWidgetClass" *
PushB.h:extern WidgetClass xmPushButtonWidgetClass;
PushB.h:#define XmIsPushButton(w) XtIsSubclass((w),
xmPushButtonWidgetClass)

in the mix Makefile:
INC_CFLAGS = -I/usr/X11R6/include -Istrummin -Itich

Shouldn't it be finding Xm/PushB.h by looking in
/usr/X11R6/include??
I tried adding -I/usr/X11R6/include/Xm but that doesn't help.

-- 
................    paul winkler    ..................
slinkP arts:   music, sound, illustration, design, etc.
A member of ARMS    ----->    http://www.reacharms.com
or http://www.mp3.com/arms or http://www.amp3.net/arms
personal page   ---->    http://www.ulster.net/~abigoo


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sun Apr 30 2000 - 04:08:03 EEST