Has anyone been able to successfully compile 3.3.4 Xvnc on HP-UX 11.00.  It
appears that when the "make World" runs, it uses a template that adds a
space character instead of a tab character in front of the shell command
lines inside the Makefiles.  This causes the make to fail with a complaint
about a separator on those lines.

Does anyone know how to fix this?

Regards,

Steve
____________
Steve Gordon
Motorola - Engineering Computing
Global Telecom Solutions Sector
(817) 245-6811
[EMAIL PROTECTED]

# make World

Building Release 6.3 of the X Window System.

I hope you checked the configuration parameters in ./config/cf
to see if you need to pass BOOTSTRAPCFLAGS.

Wed Oct  9 11:34:21 CDT 2002

        cd ./config/imake && make  -f Makefile.ini BOOTSTRAPCFLAGS="" clean
        rm -f ccimake imake.o imake
        rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a  tags TAGS
make.log \#*
        rm -f -r Makefile.proto Makefile Makefile.dep bootstrap
        make  Makefile.boot
        cd ./config/imake && make  -f Makefile.ini BOOTSTRAPCFLAGS=""
making imake with BOOTSTRAPCFLAGS= in config/imake
        cc -o ccimake  -O -I../../include -I../../imports/x11/include/X11
ccimake.c
        cc -c  -O -I../../include -I../../imports/x11/include/X11
`./ccimake` imake.c
        cc -o imake  -O -I../../include -I../../imports/x11/include/X11
imake.o
        rm -f ./config/makedepend/Makefile.proto
        ./config/imake/imake -I./config/cf  -s
./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile
-DTOPDIR=../.. -DCURDIR=./config/makedepend
cpp: "./config/cf/hp.cf", line 122: warning 2001: Redefinition of macro
XhpServer.
        cd ./config/makedepend && rm -f -r Makefile Makefile.dep makedepend
*.o bootstrap
        cd ./config/makedepend && make -f Makefile.proto bootstrap
Make: Must be a separator on rules line 511.  Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
# 
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to