This is the mail archive of the xconq7@sourceware.cygnus.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

snapshot 7.1.90


With the latest snapshot 7.1.90 we noticed the following:

* Building does not work straight away under Solaris.
The trouble with configure:
Configuring for a sparc-sun-solaris2.4 host.
./config.host: host_makefile_frag: not found
Created "Makefile" in /home/marcus/xc7.1.90 using "config/mh-solaris"
./../config.host: host_makefile_frag: not found
*** Expected host makefile fragment "./config/mh-solaris"
*** is missing in /home/marcus/xc7.1.90/kernel.
./../config.host: host_makefile_frag: not found
*** Expected host makefile fragment "./config/mh-solaris"
*** is missing in /home/marcus/xc7.1.90/x11.
./../config.host: host_makefile_frag: not found
*** Expected host makefile fragment "./config/mh-solaris"
*** is missing in /home/marcus/xc7.1.90/SelFile.
./../config.host: host_makefile_frag: not found
*** Expected host makefile fragment "./config/mh-solaris"
*** is missing in /home/marcus/xc7.1.90/curses.
./../config.host: host_makefile_frag: not found
*** Expected host makefile fragment "./config/mh-solaris"
*** is missing in /home/marcus/xc7.1.90/doc.

After fixing this, still the X11 paths are not set.

The trouble with imake:
making Makefiles in ./kernel...
rm -f kernel/Makefile.bak
+ mv kernel/Makefile kernel/Makefile.bak 
+ cd kernel 
+ imake -DUseInstalled -I/usr/openwin/lib/config -DTOPDIR=../.
-DCURDIR=./kernel 
"/usr/openwin/lib/config/site.def", line 30: macro UseInstalled
redefines previous macro at "command line"
+ make Makefiles 
making Makefiles in ./SelFile...
rm -f SelFile/Makefile.bak
+ mv SelFile/Makefile SelFile/Makefile.bak 
+ cd SelFile 
+ imake -DUseInstalled -I/usr/openwin/lib/config -DTOPDIR=../.
-DCURDIR=./SelFile 
"/usr/openwin/lib/config/site.def", line 30: macro UseInstalled
redefines previous macro at "command line"
+ make Makefiles 
making Makefiles in ./x11...
rm -f x11/Makefile.bak
+ mv x11/Makefile x11/Makefile.bak 
+ cd x11 
+ imake -DUseInstalled -I/usr/openwin/lib/config -DTOPDIR=../.
-DCURDIR=./x11 
"/usr/openwin/lib/config/site.def", line 30: macro UseInstalled
redefines previous macro at "command line"
+ make Makefiles 
make: Fatal error in reader: Makefile, line 448: Unexpected end of line
seen
Current working directory /home/marcus/xc7.1.90/x11
*** Error code 1
make: Fatal error: Command failed for target `subdirMakefiles'
Current working directory /home/marcus/xc7.1.90
*** Error code 1
make: Fatal error: Command failed for target `Makefiles'

Under Linux, configure was okay, just when compiling there was minor
trouble,
related to cconq only:
  gcc -O2 -o cconq -g -DUNIX -I. -I./../kernel cconq.o cdraw.o ccmd.o
../kernel/libconq.a ../kernel/libconqlow.a -lcurses -ltermlib

  /usr/i486-linux/bin/ld: cannot open -ltermlib: No such file or
directory

* The much mentioned problems with the world view pixmap are still the
same.

* The visibility bug (one side getting something like the scope of the
  opponent, suddenly in combat) persists and spoils every game with
strict
  scoping rules.

* In the standard game, no nuclear bombs can be built any more (at least
not
  with P (set unit production)). I guess, somthing goes wrong in setting
up
  research, which is necessary to do before building.

* ^E (disembark into same cell) doesn't work any more.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]