Hello,
The latest snapshot give some problems.
running ./configure gives the next warning:
config.status: WARNING: Makefile.common.in seems to ignore the --datarootdir
setting
running make gives the next warnings:
g++ -c -DHAVE_CONFIG_H -I/usr/include/freetype2 -I /usr/local/include/lame
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer -I
./ -I xpdf BitmapOutputDev.cc -o BitmapOutputDev.o
BitmapOutputDev.cc: In member function `virtual void
BitmapOutputDev::stroke(GfxState*)':
BitmapOutputDev.cc:1242: warning: passing `gfxcoord_t' for converting 1 of `
GBool BitmapOutputDev::checkNewBitmap(int, int, int, int)'
BitmapOutputDev.cc:1242: warning: passing `gfxcoord_t' for converting 2 of `
GBool BitmapOutputDev::checkNewBitmap(int, int, int, int)'
BitmapOutputDev.cc:1242: warning: passing `double' for converting 3 of `GBool
BitmapOutputDev::checkNewBitmap(int, int, int, int)'
BitmapOutputDev.cc:1242: warning: passing `double' for converting 4 of `GBool
BitmapOutputDev::checkNewBitmap(int, int, int, int)'
The above lines are also for BitmapOutputDev.cc:1250 1260 1575 1592 1606 and
1619
The next one:
xpdf/SplashScreen.cc: In constructor `
SplashScreen::SplashScreen(SplashScreenParams*)':
xpdf/SplashScreen.cc:97: warning: comparison is always false due to limited
range of data type
the cmd make does finish.
My version of gcc (GCC) 3.3.6
Can anybody point me into the right direction about whats wron here?
Thanks in advance, Mario