Jim Robinson <[EMAIL PROTECTED]> writes:

> Hi,
>
> I am having difficulty with installing xcircuit under ubuntu 6.10.
>
> ./configure seems to work
> but the make fails very quickly with errors
>
>   BBoard.c:27:28: error: X11/IntrinsicP.h: No such file or directory
> BBoard.c:28:27: error: X11/Intrinsic.h: No such file or directory
> BBoard.c:29:23: error: X11/Xutil.h: No such file or directory
> BBoard.c:30:28: error: X11/StringDefs.h: No such file or directory
>
> I have noticed the following errors in the ./configure output or should 
> I say they could be errors
>
> checking X11/xpm.h usability... no
> checking X11/xpm.h presence... no
> checking for X11/xpm.h... no
> configure: WARNING: Xpm header not found
>
> Since I am knew to this I not sure of what to do next

I see several solutions:

* The easiest way is to install the ubuntu xcircuit package:
  sudo apt-get install xcircuit

* You can use apt-file to find the package that contains a needed file
  sudo apt-get install apt-file
  sudo apt-file update
  apt-file search Intrinsic.h
    libxt-dev: usr/include/X11/Intrinsic.h
    llvm-doc: 
usr/share/doc/llvm-doc/html/doxygen/namespacellvm_1_1Intrinsic.html
    llvm-doc: 
usr/share/doc/llvm-doc/html/doxygen/structllvm_1_1DbgInfoIntrinsic.html
    llvm-doc: 
usr/share/doc/llvm-doc/html/doxygen/structllvm_1_1MemIntrinsic.html
    tendra: usr/lib/TenDRA/lib/include/x5/t.api/X11/Intrinsic.h
  So you need to install libxt-dev for the Intrinsic.h file

* Use apt-get build-dep:
  apt-get build-dep xcircuit
  - this command should install all needed header files/libraries


Hope this helps,
  Stefan.

_______________________________________________
Xcircuit-dev mailing list
[email protected]
http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev

Reply via email to