LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   What does theese installing error messages mean? (https://www.linuxquestions.org/questions/slackware-14/what-does-theese-installing-error-messages-mean-173688/)

Harp00 04-23-2004 09:48 AM

What does theese installing error messages mean?
 
Hi i try to install man pages in italian from this package man-pages-it-0.3.4.tar.gz. I am running Slack 9.0 and kde 3.1. I did su and make install as written in the INSTALL file but I get this message
~/ManPagesITA# make install
gzip man?/*[1-8]{x,}
gzip: man?/*[1-8]x: No such file or directory
gzip: man?/*[1-8]: No such file or directory
make: *** [gzip] Error 1
~/ManPagesITA#

I tried to install pixieplus, a program for photos, but i get this error message.
This is the last part of make output:

/usr/X11R6/include/magick/deprecate.h:50: syntax error before `,' token
/usr/X11R6/include/magick/deprecate.h:51: syntax error before `*' token
/usr/X11R6/include/magick/deprecate.h:53: `const' qualifiers cannot be applied
to `int ()(...)'
/usr/X11R6/include/magick/deprecate.h:53: `const' qualifiers cannot be applied
to `int ()(...)'
/usr/X11R6/include/magick/deprecate.h:54: syntax error before `*' token
/usr/X11R6/include/magick/deprecate.h:57: `Image' was not declared in this
scope
/usr/X11R6/include/magick/deprecate.h:57: syntax error before `,' token
/usr/X11R6/include/magick/deprecate.h:58: `Image' was not declared in this
scope
/usr/X11R6/include/magick/deprecate.h:58: syntax error before `)' token
/usr/X11R6/include/magick/deprecate.h:59: `Image' was not declared in this
scope
/usr/X11R6/include/magick/deprecate.h:59: syntax error before `,' token
/usr/X11R6/include/magick/deprecate.h:60: `Image' was not declared in this
scope
/usr/X11R6/include/magick/deprecate.h:60: syntax error before `,' token
/usr/X11R6/include/magick/deprecate.h:63: syntax error before `*' token
/usr/X11R6/include/magick/deprecate.h:67: `Image' was not declared in this
scope
/usr/X11R6/include/magick/deprecate.h:67: syntax error before `)' token
/usr/X11R6/include/magick/deprecate.h:68: `AffineMatrix' was not declared in
this scope
/usr/X11R6/include/magick/deprecate.h:68: syntax error before `)' token
batch.cpp: In member function `bool BatchEffect::applyMagickEffect(const
QString&, KIFBatchPreviewWidget*)':
batch.cpp:593: `ExceptionInfo' undeclared (first use this function)
batch.cpp:593: (Each undeclared identifier is reported only once for each
function it appears in.)
batch.cpp:593: syntax error before `;' token
batch.cpp:594: `ImageInfo' undeclared (first use this function)
batch.cpp:594: `info' undeclared (first use this function)
batch.cpp:594: `CloneImageInfo' undeclared (first use this function)
batch.cpp:595: `Image' undeclared (first use this function)
batch.cpp:595: `img' undeclared (first use this function)
batch.cpp:602: `exception' undeclared (first use this function)
batch.cpp:604: `ReadImage' undeclared (first use this function)
batch.cpp:629: `tmp' undeclared (first use this function)
batch.cpp:629: `DespeckleImage' undeclared (first use this function)
batch.cpp:641: `BlurImage' undeclared (first use this function)
batch.cpp:653: `EmbossImage' undeclared (first use this function)
batch.cpp:665: `CharcoalImage' undeclared (first use this function)
batch.cpp:677: `SharpenImage' undeclared (first use this function)
batch.cpp:689: `EdgeImage' undeclared (first use this function)
batch.cpp:701: `ScaleCharToQuantum' undeclared (first use this function)
batch.cpp:704: `ImplodeImage' undeclared (first use this function)
batch.cpp:716: `OilPaintImage' undeclared (first use this function)
batch.cpp:728: `SpreadImage' undeclared (first use this function)
batch.cpp:743: `SwirlImage' undeclared (first use this function)
batch.cpp:755: `ShadeImage' undeclared (first use this function)
batch.cpp:770: `WaveImage' undeclared (first use this function)
batch.cpp:782: `AddNoiseImage' undeclared (first use this function)
batch.cpp: In member function `bool BatchEffect::getParameters()':
batch.cpp:1249: `MaxRGB' undeclared (first use this function)
make[2]: *** [batch.lo] Error 1
make[2]: Leaving directory `/home/franco/Programmi/pixieplus-0.5.4/pixieplus-0.5.4/app'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/franco/Programmi/pixieplus-0.5.4/pixieplus-0.5.4'
make: *** [all] Error 2
~/pixieplus-0.5.4$ cd ..

Please help me to understand what went wrong.
Thanks.

portux 04-24-2004 05:02 PM

I can't help with the errors but did you run .configure before make?

Harp00 04-25-2004 04:25 AM

No needs to run ./configure forn man pages. I read INSTALL file and make install is enough. The problem i think is the compiler.

For pizie plus i did the standard installing procedure. ./configure and make. I did not run make install because of errors after make.


All times are GMT -5. The time now is 02:55 PM.