Hi,
I'm trying to get 1.2.1 compiled under my system, which is Yellowdog
Linux (v2.3, a Redhat-based PPC distro). After a straight ./configure I
have:
Configuration
Host type: powerpc-unknown-linux-gnu
Special build flags: included-libsigc xforms-image-loader
C Compiler: gcc
C Compiler flags: -g -O2
C++ Compiler: g++ (2.95.4)
C++ Compiler flags: -O -fno-exceptions
Linker flags:
Frontend: xforms
libXpm version: 4.11
libforms version: 0.89.0
LyX binary dir: /usr/local/bin
LyX files dir: /usr/local/share/lyx
when compiling the frontends/xforms dir, I get
make[5]: Entering directory
`/home/leinhos/src/lyx-1.2.1/src/frontends/xforms'
source='xformsGImage.C' object='xformsGImage.lo' libtool=yes \
depfile='.deps/xformsGImage.Plo' tmpdepfile='.deps/xformsGImage.TPlo' \
depmode=gcc /bin/sh ../../../config/depcomp \
/bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../../src -I../../../images -I../../../src/
-I../../../src/frontends/ -I../../../src/frontends/controllers
-I../../.. -I../../../boost -isystem /usr/X11R6/include -O
-fno-exceptions -c -o xformsGImage.lo `test -f xformsGImage.C || echo
'./'`xformsGImage.C
...
xformsGImage.C: In method `grfx::xformsGImage::xformsGImage(const
grfx::xformsGImage &)':
xformsGImage.C:119: implicit declaration of function `int
grfx::flimage_dup(...)'
xformsGImage.C:119: assignment to `FL_IMAGE *' from `int' lacks a cast
xformsGImage.C: In method `bool grfx::xformsGImage::setPixmap(const
grfx::GParams &)':
xformsGImage.C:235: implicit declaration of function `int
grfx::flimage_to_pixmap(...)'
make[5]: *** [xformsGImage.lo] Error 1
I can compile 1.2.0 ok, but there seem to be things that are broken on
my system
Any suggestions?
Thanks in advance,
Henry