[comp.windows.x] xview2 build problem.

jmck@norge.Eng.Sun.COM (John McKernan) (09/17/90)

Your build is not finding the X11 include libraries it needs to
compile. It expects to find them in /usr/include/X11, so the simplest
thing to do is to make a link from there to the X11 include files.  If
you don't have X11, OpenWindows also has those include files.  As an
alternative, you can set one of the Imake include-file variables, such
as StandardIncludes, to -I<path to the X11 include files>.

John L. McKernan.                                                  jmck@sun.com
-------------------------------------------------------------------------------

In article <1108@soleil.UUCP> dipaola@soleil.UUCP (Len DiPaola) writes:
>Does someone under stand this error message?
>grep error make.world
>+ rm -f xv_error.h
>+ ln -s ../../../..//./lib/libxvin/base/xv_error.h .
>../../.././util/makedepend/makedepend -s "# DO NOT DELETE" --  -I../../../. -I../../.././build/usr/include      -- xv.c xv_init.c xv_init_x.c generic.c drawable.c xv_debug.c xv_parse.c xv_list.c xv_error.c base_data.c xv_usage.c
>make: Fatal error: Don't know how to make target `X11/Xlib.h'
>make: Fatal error: Command failed for target `all'
>make: Fatal error: Command failed for target `all'
>make: Fatal error: Command failed for target `World'
>
>I have tried several link attempts to correct this.
>I am building this in my own account first to see if it
>is worthwhile to us. So far it is not.
>Thanks for listening.
>Lennyd