Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14475] New: rss-glx 0.8.1 can't find imagemagick includes

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14475] New: rss-glx 0.8.1 can't find imagemagick includes
  • Date: 22 Apr 2008 05:48:26 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14475

Summary: rss-glx 0.8.1 can't find imagemagick includes
Product: Codex
Version: stable grimoire
Platform: Other
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: x11
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: ivan.lezhnjov.jr AT gmail.com


Making all in other_src
make[2]: Entering directory `/usr/src/rss-glx_0.8.1/other_src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../src -g -Wall -MT
driver.o -MD -MP -MF ".deps/driver.Tpo" -c -o driver.o driver.c; \
then mv -f ".deps/driver.Tpo" ".deps/driver.Po"; else rm -f
".deps/driver.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../src -g -Wall -MT
biof.o -MD -MP -MF ".deps/biof.Tpo" -c -o biof.o biof.c; \
then mv -f ".deps/biof.Tpo" ".deps/biof.Po"; else rm -f
".deps/biof.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -Wall -z combreloc -s -o
biof
driver.o biof.o -lGLU -lGL -lSM -lICE -lX11 -lm
mkdir .libs
gcc -g -Wall -z combreloc -s -o biof driver.o biof.o -lGLU -lGL
/usr/lib/libSM.so /usr/lib/libICE.so /usr/lib/libX11.so
/usr/lib/libxcb-xlib.so
/usr/lib/libxcb.so /usr/lib/libXau.so /usr/lib/libXdmcp.so -ldl -lm
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../src -g -Wall -MT
busyspheres.o -MD -MP -MF ".deps/busyspheres.Tpo" -c -o busyspheres.o
busyspheres.c; \
then mv -f ".deps/busyspheres.Tpo" ".deps/busyspheres.Po"; else rm -f
".deps/busyspheres.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -Wall -z combreloc -s -o
busyspheres driver.o busyspheres.o -lGLU -lGL -lSM -lICE -lX11 -lm
gcc -g -Wall -z combreloc -s -o busyspheres driver.o busyspheres.o -lGLU -lGL
/usr/lib/libSM.so /usr/lib/libICE.so /usr/lib/libX11.so
/usr/lib/libxcb-xlib.so
/usr/lib/libxcb.so /usr/lib/libXau.so /usr/lib/libXdmcp.so -ldl -lm
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../src -g -Wall -MT
matrixview.o -MD -MP -MF ".deps/matrixview.Tpo" -c -o matrixview.o
matrixview.c; \
then mv -f ".deps/matrixview.Tpo" ".deps/matrixview.Po"; else rm -f
".deps/matrixview.Tpo"; exit 1; fi
matrixview.c:83:24: error: magick/api.h: No such file or directory
matrixview.c:84:30: error: wand/magick-wand.h: No such file or directory
matrixview.c: In function 'loadNextImageFromDisk':
matrixview.c:97: error: 'MagickWand' undeclared (first use in this function)
matrixview.c:97: error: (Each undeclared identifier is reported only once
matrixview.c:97: error: for each function it appears in.)
matrixview.c:97: error: 'magick_wand' undeclared (first use in this function)
matrixview.c:97: warning: implicit declaration of function 'NewMagickWand'
matrixview.c:98: error: 'ExceptionInfo' undeclared (first use in this
function)
matrixview.c:98: error: expected ';' before 'exception'
matrixview.c:101: warning: implicit declaration of function 'GetExceptionInfo'
matrixview.c:101: error: 'exception' undeclared (first use in this function)
matrixview.c:127: warning: implicit declaration of function 'MagickReadImage'
matrixview.c:127: error: 'MagickFalse' undeclared (first use in this function)
matrixview.c:129: error: 'ExceptionType' undeclared (first use in this
function)
matrixview.c:129: error: expected ';' before 'severity'
matrixview.c:131: warning: implicit declaration of function
'MagickGetException'
matrixview.c:131: error: 'severity' undeclared (first use in this function)
matrixview.c:131: warning: assignment makes pointer from integer without a
cast
matrixview.c:133: warning: implicit declaration of function
'MagickRelinquishMemory'
matrixview.c:150: warning: implicit declaration of function 'MagickScaleImage'
matrixview.c:151: warning: implicit declaration of function
'MagickNormalizeImage'
matrixview.c:152: warning: implicit declaration of function
'MagickContrastImage'
matrixview.c:152: error: 'MagickTrue' undeclared (first use in this function)
matrixview.c:153: warning: implicit declaration of function
'MagickNegateImage'
matrixview.c:158: warning: implicit declaration of function
'ExportImagePixels'
matrixview.c:158: warning: implicit declaration of function
'GetImageFromMagickWand'
matrixview.c:158: error: 'CharPixel' undeclared (first use in this function)
matrixview.c:160: warning: implicit declaration of function
'DestroyMagickWand'
matrixview.c: In function 'loadNextImage':
matrixview.c:216: error: 'ExceptionInfo' undeclared (first use in this
function)
matrixview.c:216: error: expected ';' before 'exception'
matrixview.c:217: error: 'Image' undeclared (first use in this function)
matrixview.c:217: error: 'image' undeclared (first use in this function)
matrixview.c:217: error: 'scaled_image' undeclared (first use in this
function)
matrixview.c:217: warning: left-hand operand of comma expression has no effect
matrixview.c:218: error: 'ImageInfo' undeclared (first use in this function)
matrixview.c:218: error: 'image_info' undeclared (first use in this function)
matrixview.c:220: error: 'exception' undeclared (first use in this function)
matrixview.c:229: warning: implicit declaration of function 'CloneImageInfo'
matrixview.c:229: error: expected expression before ')' token
matrixview.c:230: warning: implicit declaration of function 'AcquireMemory'
matrixview.c:232: warning: implicit declaration of function 'AllocateImage'
matrixview.c:234: warning: implicit declaration of function
'ImportImagePixels'
matrixview.c:234: error: 'CharPixel' undeclared (first use in this function)
matrixview.c:236: warning: implicit declaration of function 'ScaleImage'
matrixview.c:240: warning: implicit declaration of function 'DestroyImage'
matrixview.c: In function 'hack_init':
matrixview.c:562: warning: implicit declaration of function
'MagickWandGenesis'
make[2]: *** [matrixview.o] Error 1
make[2]: Leaving directory `/usr/src/rss-glx_0.8.1/other_src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/rss-glx_0.8.1'
make: *** [all] Error 2
! Problem Detected !

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 14475] New: rss-glx 0.8.1 can't find imagemagick includes, bugzilla-daemon, 04/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page