LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-06-2010, 02:59 AM   #1
ragingcheetah
LQ Newbie
 
Registered: Apr 2008
Posts: 9

Rep: Reputation: 0
problem with ImageMagick installation on i686-pc-linux-gnu


hi all,
while installing ImageMagick on my i686-pc-linux gnu, everything seems to go fine when i put ./configure --with-modules in action.
however, after this, as soon as i execute "make"

it gives loads of error as shown below:

"make all-am
make[1]: Entering directory `/home/vijitkarma/ImageMagick-6.6.2-2'
CC magick/magick_libMagickCore_la-animate.lo
make[1]: Leaving directory `/home/vijitkarma/ImageMagick-6.6.2-2'
.
.
.
.

magick/animate.c:183: warning: excess elements in scalar initializer
magick/animate.c:183: warning: (near initialization for 'HighlightBitmap')
magick/animate.c:184: warning: excess elements in scalar initializer
magick/animate.c:184: warning: (near initialization for 'HighlightBitmap')
magick/animate.c:185: warning: excess elements in scalar initializer
magick/animate.c:185: warning: (near initialization for 'HighlightBitmap')
magick/animate.c:186: warning: excess elements in scalar initializer
magick/animate.c:186: warning: (near initialization for 'HighlightBitmap')
magick/animate.c:187: warning: excess elements in scalar initializer
magick/animate.c:187: warning: (near initialization for 'HighlightBitmap')
magick/animate.c:189: warning: excess elements in scalar initializer
magick/animate.c:189: warning: (near initialization for 'HighlightBitmap')
magick/animate.c:190: error: storage class specified for parameter 'ShadowBitmap'
magick/animate.c:190: error: parameter 'ShadowBitmap' is initialized
magick/animate.c:193: warning: excess elements in scalar initializer
magick/animate.c:193: warning: (near initialization for 'ShadowBitmap')
magick/animate.c:194: warning: excess elements in scalar initializer
magick/animate.c:194: warning: (near initialization for 'ShadowBitmap')
magick/animate.c:195: warning: excess elements in scalar initializer
magick/animate.c:195: warning: (near initialization for 'ShadowBitmap')
magick/animate.c:196: warning: excess elements in scalar initializer
magick/animate.c:196: warning: (near initialization for 'ShadowBitmap')
magick/animate.c:197: warning: excess elements in scalar initializer
magick/animate.c:197: warning: (near initialization for 'ShadowBitmap')
magick/animate.c:198: warning: excess elements in scalar initializer
magick/animate.c:198: warning: (near initialization for 'ShadowBitmap')
magick/animate.c:200: warning: excess elements in scalar initializer
magick/animate.c:200: warning: (near initialization for 'ShadowBitmap')
magick/animate.c:225: error: storage class specified for parameter 'CommandType'
magick/animate.c:239: error: expected declaration specifiers or '...' before 'XResourceInfo'
magick/animate.c:239: error: expected declaration specifiers or '...' before 'XWindows'
magick/animate.c:239: warning: type defaults to 'int' in declaration of 'CommandType'
magick/animate.c:240: error: storage class specified for parameter 'XMagickCommand'
magick/animate.c:243: error: expected declaration specifiers or '...' before 'XResourceInfo'
magick/animate.c:243: error: expected declaration specifiers or '...' before 'XWindows'
magick/animate.c:243: error: storage class specified for parameter 'XSaveImage'
magick/animate.c:274: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
magick/animate.c:360: error: expected declaration specifiers or '...' before 'XResourceInfo'
magick/animate.c:361: error: expected declaration specifiers or '...' before 'XWindows'
magick/animate.c:361: warning: type defaults to 'int' in declaration of 'CommandType'
magick/animate.c:361: error: expected ';', ',' or ')' before 'command_type'
magick/animate.c:698: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
magick/animate.c:709: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
magick/animate.c:724: error: expected declaration specifiers or '...' before 'XResourceInfo'
magick/animate.c:725: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
magick/animate.c:1192: error: expected declaration specifiers or '...' before 'XResourceInfo'
magick/animate.c:1193: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
magick/animate.c:2872: error: expected declaration specifiers or '...' before 'XResourceInfo'
magick/animate.c:2872: error: expected declaration specifiers or '...' before 'XWindows'
magick/animate.c:2873: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
magick/animate.c:3019: error: old-style parameter declarations in prototyped function definition
/usr/include/X11/Xlib.h:3571: error: parameter name omitted
magick/animate.c:2975: error: expected '{' at end of input

*** 1255 errors, 271 warnings
make[1]: *** [magick/magick_libMagickCore_la-animate.lo] Error 1
make[1]: Leaving directory `/home/vijitkarma/ImageMagick-6.6.2-2'
make: *** [all] Error 2"

Can anyone please help me on this as i am not able to proceed further.
 
Old 06-07-2010, 08:06 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Which Linux OS ? Like Debian, Ubuntu, Slackware.

Anyway, there is usually no reason to compile ImageMagick.
A package is available for the most Linux.

..
 
Old 06-09-2010, 12:56 PM   #3
ragingcheetah
LQ Newbie
 
Registered: Apr 2008
Posts: 9

Original Poster
Rep: Reputation: 0
it is pardus 2008!!!
 
Old 06-13-2010, 07:34 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
http://image_magick.veidrodis.com/image_magick/
ImageMagick-6.6.2-2 : 12 - June - 2010.
ImageMagick-6.6.2-4 : 13 - June - 2010.

May be you need '2010' dependencies to compile that version ?
No problems on a modern Linux !

ImageMagick is installed by default on Pardus 2009.
Pardus 2008 : Is it installed ?


Required dependencies to compile ImageMagick :
http://packages.debian.org/source/sid/imagemagick
→ the red dots.
.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] eco/linux-gnu-i686-ver-pre-svn-04/module.so: undefined symbol: ECOMORPH_ATOM_MANAGED fhteagle Linux - Desktop 1 11-04-2010 10:41 AM
GNU binutils installation problem oguzhana Linux - Software 4 01-11-2008 03:40 PM
Tripwire(R) 2.4.0.1 built for i686-pc-linux-gnu RPM stewartrose Linux - Security 2 05-06-2007 03:34 AM
How to start GNU/Linux Installation from NT bootloader? zero79 Linux - Software 4 12-27-2004 04:02 AM
mozilla-i686-pc-linux-gnu-1.4-koKR.tar.gz install error.. eye Linux - Software 1 09-01-2003 01:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration