[Gambas-user] Still have poppler problems.
Stephen Bungay
sbungay at ...981...
Sat Aug 19 21:12:08 CEST 2006
The devel package is installed and ./configure likes it, but make is having
trouble... here is the output from the point where it starts to make all in
gb.pdf to it's ultimate demise. Is the poppler devel package broken in FC5?
Making all in gb.pdf
make[2]: Entering directory `/home/bungayst/Source/gambas2-1.9.39/gb.pdf'
make all-recursive
make[3]: Entering directory `/home/bungayst/Source/gambas2-1.9.39/gb.pdf'
Making all in src
make[4]: Entering directory `/home/bungayst/Source/gambas2-1.9.39/gb.pdf/src'
if /bin/sh ../libtool --tag=CXX --mode=compile
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/poppler -pipe -Wall -fno-exceptions -Wno-unused-value -fvisibility=hidden -g -Os -fno-omit-frame-pointer -MT
main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo";
exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/poppler -pipe -Wall -fno-exceptions -Wno-unused-value -fvisibility=hidden -g -Os -fno-omit-frame-pointer -MT
main.lo -MD -MP -MF .deps/main.Tpo -c main.cpp -fPIC -DPIC -o .libs/main.o
In file included from main.cpp:28:
CPdfDocument.h:35:20: error: PDFDoc.h: No such file or directory
CPdfDocument.h:36:29: error: SplashOutputDev.h: No such file or directory
CPdfDocument.h:37:18: error: Page.h: No such file or directory
CPdfDocument.h:38:25: error: goo/GooList.h: No such file or directory
main.cpp:33:26: error: GlobalParams.h: No such file or directory
CPdfDocument.h:69: error: ISO C++ forbids declaration of 'PDFDoc' with no type
CPdfDocument.h:69: error: expected ';' before '*' token
CPdfDocument.h:70: error: ISO C++ forbids declaration of 'SplashOutputDev'
with no type
CPdfDocument.h:70: error: expected ';' before '*' token
CPdfDocument.h:71: error: ISO C++ forbids declaration of 'Page' with no type
CPdfDocument.h:71: error: expected ';' before '*' token
CPdfDocument.h:72: error: ISO C++ forbids declaration of 'GooList' with no
type
CPdfDocument.h:72: error: expected ';' before '*' token
main.cpp: In function 'int GB_INIT()':
main.cpp:60: error: 'globalParams' was not declared in this scope
main.cpp:62: error: expected type-specifier before 'GlobalParams'
main.cpp:62: error: expected `;' before 'GlobalParams'
make[4]: *** [main.lo] Error 1
make[4]: Leaving directory `/home/bungayst/Source/gambas2-1.9.39/gb.pdf/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/bungayst/Source/gambas2-1.9.39/gb.pdf'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/bungayst/Source/gambas2-1.9.39/gb.pdf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bungayst/Source/gambas2-1.9.39'
make: *** [all] Error 2
More information about the User
mailing list