Hi!
I tried to send this a few days back but apparently it couldn't get
through. Hopefully it's all obsolete by now but I'll resend it just in
case.

I thought I'd report a few bugs I found in Freesci that you don't seem to have spotted 
yet. This is based on the snapshot from 20010325 running on x86/Gnu/Linux.

- Compilation stops with the following error:

gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include    -I/usr/X11R6/include  
  -g -O2 -c xlib_driver.c
xlib_driver.c: In function `xlib_error_handler':
xlib_driver.c:163: `x11_error' undeclared (first use in this function)
xlib_driver.c:163: (Each undeclared identifier is reported only once
xlib_driver.c:163: for each function it appears in.)

Trying to avoid the problem I ran:
./configure --with-x=no
and recompiled. This worked except that you still try to link with X11:

gcc  -g -O2  -o sciv  config.o main.o engine/libsciengine.a scicore/libscicore.a 
gfx/libscigraphics.a gfx/resource/libsciresources.a gfx/drivers/libscidrivers.a 
sound/libscisound.a  -lX11  -lggi -lgii -lgg -lreadline  -lncurses   -lm -lpng -lm -lc
/usr/bin/ld: cannot find -lX11
collect2: ld returned 1 exit status

After linking the the program "by hand" I got Freesci up and running. While playing 
CB1 I found the following bugs: 

- When Laura is standing next to the bathtub the tub is drawn over her.
- In front upstairs and downstairs hallway, the southeast of the house and by the well 
the menus look odd.
- In front downstairs hallway a picture of laura is drawn in place of a suit of armour.
- Laura is drawn over the statue in front of the house, and so is the statues base.
- In the hedge garden the urns are draw behind their bases.
- At some point the typing interface stop working. Pressing space will bring the bring 
the text entry box up but no letters kan be entered.

Hope this helps.

/Rune


Reply via email to