You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

drg2006

Beginner

  • "drg2006" started this thread

Posts: 2

Location: Earth

  • Send private message

1

Tuesday, January 3rd 2006, 3:37pm

kde 3.5 compile fails using Konstruct- solved

Hello:

After compiling for a very long time the process died with the following error: (on RHEL4 ES)

cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../include - I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-u tils -I../../src/input -I../../src/input -I../../lib -I/root/kde3.5/include - I/usr/X11R6/include -I/root/kde3.5/include -I/usr/X11R6/include -I/root/kde3. 5/include -I/usr/X11R6/include -mtune=pentiumpro -O3 -pipe -fomit-frame-point er -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boun dary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffas t-math -finline-functions -Wall -Wnested-externs -Wcast-align -Wchar-subscrip ts -Wmissing-declarations -Wmissing-prototypes -DNDEBUG -D_REENTRANT -D_FILE_ OFFSET_BITS=64 -DXINE_COMPILE -I/root/kde3.5/include -I/usr/X11R6/include -L/ root/kde3.5/lib -L/usr/X11R6/lib -O2 -pipe -I/root/kde3.5/include -I/usr/X11R 6/include -L/root/kde3.5/lib -L/usr/X11R6/lib -O2 -pipe -I/root/kde3.5/includ e -I/usr/X11R6/include -L/root/kde3.5/lib -L/usr/X11R6/lib -O2 -pipe -MT xine plug_decode_image_la-image.lo -MD -MP -MF .deps/xineplug_decode_image_la-imag e.Tpo -c image.c -fPIC -DPIC -o .libs/xineplug_decode_image_la-image.o
image.c:46:30: wand/magick_wand.h: No such file or directory
image.c: In function `image_decode_data':
image.c:86: error: `MagickBooleanType' undeclared (first use in this function )
image.c:86: error: (Each undeclared identifier is reported only once
image.c:86: error: for each function it appears in.)
image.c:86: error: syntax error before "status"
image.c:87: error: `MagickWand' undeclared (first use in this function)
image.c:87: error: `wand' undeclared (first use in this function)
image.c:95: warning: implicit declaration of function `NewMagickWand'
image.c:95: warning: nested extern declaration of `NewMagickWand'
image.c:96: error: `status' undeclared (first use in this function)
image.c:96: warning: implicit declaration of function `MagickReadImageBlob'
image.c:96: warning: nested extern declaration of `MagickReadImageBlob'
image.c:99: error: `MagickFalse' undeclared (first use in this function)
image.c:100: warning: implicit declaration of function `DestroyMagickWand'
image.c:100: warning: nested extern declaration of `DestroyMagickWand'
image.c:105: warning: implicit declaration of function `MagickGetImageWidth'
image.c:105: warning: nested extern declaration of `MagickGetImageWidth'
image.c:106: warning: implicit declaration of function `MagickGetImageHeight'
image.c:106: warning: nested extern declaration of `MagickGetImageHeight'
image.c:108: warning: implicit declaration of function `MagickGetImagePixels'
image.c:108: warning: nested extern declaration of `MagickGetImagePixels'
image.c:108: error: `CharPixel' undeclared (first use in this function)
image.c:109: warning: nested extern declaration of `DestroyMagickWand'
make[6]: *** [xineplug_decode_image_la-image.lo] Error 1
make[6]: Leaving directory `/root/konstruct/libs/xine-lib/work/xine-lib-1.1.1 /src/libxinevdec'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/root/konstruct/libs/xine-lib/work/xine-lib-1.1.1 /src'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/root/konstruct/libs/xine-lib/work/xine-lib-1.1.1 '
make[3]: *** [all] Error 2
make[3]: Leaving directory `/root/konstruct/libs/xine-lib/work/xine-lib-1.1.1 '
make[2]: *** [build-work/xine-lib-1.1.1/Makefile] Error 2
make[2]: Leaving directory `/root/konstruct/libs/xine-lib'
make[1]: *** [dep-../../libs/xine-lib] Error 2
make[1]: Leaving directory `/root/konstruct/kde/kdemultimedia'
make: *** [dep-../../kde/kdemultimedia] Error 2

----------------------------------

This post has been edited 1 times, last edit by "drg2006" (Jan 3rd 2006, 4:16pm)


drg2006

Beginner

  • "drg2006" started this thread

Posts: 2

Location: Earth

  • Send private message

2

Tuesday, January 3rd 2006, 4:15pm

RE: kde 3.5 compile fails using Konstruct

Nevermind. Fixed it by installing ImageMagick devel.