I'm having problems just getting either imake or make to
work correctly to start Xvnc 3.3.3R2 compiling on my SGI Indy
running IRIX 6.5.0. The last time I successfully got Xvnc to
compile was with version 3.3.3. I did have to change the
IMAKE macro to point to the SGI/IRIX imake. That didn't
work this time and I'm stumped as to the cause of the problem.
I've followed the guideline to the proper invocation of the
Xvnc server make for IRIX 6.5, that is:
make BOOTSTRAPCFLAGS=-DFIXUP_CPP_WHITESPACE World
Below my signature block is a dump of the terminal output,
though I've left out the output when vncviewer, etc. are
compiled. That appears to go alright. I've also omitted a lot
of file deletions that occur after the initial imake failure.
All of the deletions leave the Xserver source distribution
thoroughly trashed. Any help would be greatly appreciated.
Mac Cody
--
_________________________________________________________________
| | |
| Mac A. Cody | Principal Physics Engineer |
| Raytheon Systems Co., C3I | email: [EMAIL PROTECTED] |
| mail stop HA-36170 | phone: (972) 205-6452 |
| P.O. Box 660023 | or 1-800-752-6163 x6452 |
| Dallas, TX 75266 | fax : (972) 205-7180 |
|_______________________________|_________________________________|
# tar xf vnc-3.3.3r2_unixsrc.tar
# chown -R root:sys vnc_unixsrc
# cd vnc_unixsrc
# xmkmf
imake -DUseInstalled -DBuild64bit=0 -DBuild32bit=1 -DBuildN32=1
-DBuildO32=0 -I/usr/lib/X11/config
# make World
<proceeds with a few compiler warnings, but no problems otherwise>
# make BOOTSTRAPCFLAGS=-DFIXUP_CPP_WHITESPACE World
Building Release 6.3 of the X Window System.
Tue Feb 27 10:21:49 CST 2001
cd ./config/imake && make -f Makefile.ini
BOOTSTRAPCFLAGS="-DFIXUP_CPP_WHITESPACE" 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="-DFIXUP_CPP_WHITESPACE"
making imake with BOOTSTRAPCFLAGS=-DFIXUP_CPP_WHITESPACE in config/imake
cc -o ccimake -DFIXUP_CPP_WHITESPACE -O -I../../include
-I../../imports/x11/include/X11 ccimake.c
cc -c -DFIXUP_CPP_WHITESPACE -O -I../../include
-I../../imports/x11/include/X11 `./ccimake` imake.c
cc -o imake -DFIXUP_CPP_WHITESPACE -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
cd ./config/makedepend && rm -f -r Makefile Makefile.dep
makedepend *.o bootstrap
cd ./config/makedepend && make -f Makefile.proto bootstrap
./config/imake/imake -I./config/cf -s
./config/imake/Makefile.proto -f ./config/imake/Imakefile -DTOPDIR=../..
-DCURDIR=./config/imake
cd ./config/imake && make -f Makefile.proto bootstrapdepend
cd ./config/imake && make -f Makefile.ini
BOOTSTRAPCFLAGS="-DFIXUP_CPP_WHITESPACE" bootstrap
+ mkdir bootstrap
mv *.o imake bootstrap
cd ./config/imake && make -f Makefile.proto all
cc -O -xansi -mips3 -n32 -I../../include
-I../../exports/include/X11 -I../.. -I../../exports/include -DSVR4
-DFUNCPROTO=7 -DNARROWPROTO -DSVR4 -DCPP_PROGRAM="\"cc -E\"" -c
imake.c
rm -f imake
cc -o imake -O -xansi -mips3 -n32 imake.o
-Wl,-rpath,/usr/lib
make xmakefile
./config/imake/imake -I./config/cf -s xmakefile -DTOPDIR=.
-DCURDIR=.
make -f xmakefile VerifyOS
Building on IRIX 6.5 07151432 IP22 (6.5.0).
make -f xmakefile Makefiles
making Makefiles in include...
making Makefiles in include/bitmaps...
making Makefiles in include/extensions...
making Makefiles in include/fonts...
making Makefiles in config...
making Makefiles in config/cf...
making Makefiles in config/imake...
making Makefiles in config/makedepend...
making Makefiles in config/util...
making Makefiles in lib...
making Makefiles in lib/xtrans...
making Makefiles in lib/Xau...
making Makefiles in lib/Xdmcp...
making Makefiles in lib/X11...
making Makefiles in lib/font...
making Makefiles in lib/font/bitmap...
making Makefiles in lib/font/fontfile...
making Makefiles in lib/font/fc...
making Makefiles in lib/font/Speedo...
making Makefiles in lib/font/Type1...
making Makefiles in lib/font/util...
making Makefiles in programs...
making Makefiles in programs/Xserver...
making Makefiles in programs/Xserver/include...
making Makefiles in programs/Xserver/dix...
making Makefiles in programs/Xserver/os...
making Makefiles in programs/Xserver/mi...
making Makefiles in programs/Xserver/Xext...
making Makefiles in programs/Xserver/mfb...
making Makefiles in programs/Xserver/cfb...
making Makefiles in programs/Xserver/cfb16...
making Makefiles in programs/Xserver/cfb24...
making Makefiles in programs/Xserver/cfb32...
making Makefiles in programs/Xserver/hw/vnc...
At end of source: error(1018): expected a ")"
"./Imakefile", line 23: error(1247): improperly terminated macro
invocation
SpecialCObjectRule(init,$(ICONFIGFILES),-DXVNCRELEASE=\"XvncRelease\")
^
2 errors detected in the compilation of "Imakefile.c".
../../../../config/imake/imake: Exit code 2.
Stop.
*** Error code 1 (bu21)
make: file `Makefile' line 5: Must be a separator (: or ::) for rules
(bu39)
make: file `Makefile' line 5: bad character > (octal 76)
make -f xmakefile clean BOOTSTRAPSUBDIRS=
rm -f -r ./exports/include
rm -f -r ./exports/lib
rm -f -r ./exports/bin
<This wholesale deletion of files cotinues through several
directories until the point that the programs/Xserver/hw/vnc
directory is reached...>
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_*
tags TAGS make.log MakeOut so_locations "#"*
cleaning in programs/Xserver/hw/vnc...
make: file `Makefile' line 5: Must be a separator (: or ::) for rules
(bu39)
make: file `Makefile' line 5: bad character > (octal 76)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------