Re: [linux-audio-dev] compiling Mix

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

Subject: Re: [linux-audio-dev] compiling Mix
From: Erik Steffl (esteffl_AT_pbi.net)
Date: Mon May 01 2000 - 20:57:27 EEST


  send us the command line and first few errors.

  if all else fails, you can try to check the output of preprocessor
(-E) to see if the proper include files were indeed included (and if
they were included properly).

  undefined reference looks more like a linker problem - it should
complain about library not found or something like that.

        erik

Paul Winkler wrote:
>
> 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 : Mon May 01 2000 - 23:29:59 EEST