On Sun, Dec 03, 2000 at 06:22:26PM -0800, Scott L. Baker wrote:
> Hello,
>
> I am trying to build Electric (a CAD tool that uses LessTif widgets).
> I get the following error from make.
>
> >make
> gcc -Isrc/include -c src/cons/conlay.c -o src/cons/conlay.o
> In file included from src/include/global.h:31,
> from src/cons/conlay.c:30:
> src/include/config.h:92: X11/Intrinsic.h: No such file or directory
> make: *** [src/cons/conlay.o] Error 1
>
>
> The author of Electric tells me that Intrinsic.h is part if the LessTif
> development package but I installed lesstif-devel-0.91.4-1.i386.rpm
> from: ftp://ftp.hungry.com/pub/hungry/lesstif/bindist/
>
>
> and it does not appear to contain Intrinsic.h
>
> What am I missing?
>
> Thanks,
> Scott L. Baker
I wonder how this guy managed to write the program if he
has no idea where a 'famous' headers belongs to ...
X11/Intrinsic.h
is part of the X11 development stuff, not of LessTif/Motif and
given it is installed it should be in something like
/usr/X11R6/include or similar.
Use 'find' to dig out this header and add the missing include
statement.
--
Alexander Mai
[EMAIL PROTECTED]