From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7352 invoked by alias); 24 Oct 2002 15:34:41 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 7342 invoked from network); 24 Oct 2002 15:34:37 -0000 Received: from unknown (HELO mailhost.iitb.ac.in) (203.197.74.142) by sources.redhat.com with SMTP; 24 Oct 2002 15:34:37 -0000 Received: (qmail 18178 invoked from network); 24 Oct 2002 15:34:30 -0000 Received: from mailscan1.iitb.ac.in (HELO thisdomain) (144.16.108.201) by mailhost.iitb.ac.in with SMTP; 24 Oct 2002 15:34:30 -0000 Received: from jeeves.cse.iitb.ac.in by iitb.ac.in ; Thu, 24 Oct 2002 21:04:28 +0530 Date: Thu, 24 Oct 2002 08:34:00 -0000 X-Originating-IP: 10.105.1.1 X-Auth-User: sawa@cse.iitb.ac.in Received: from voxel.cse.iitb.ac.in (voxel.cse.iitb.ac.in [10.105.1.5]) by jeeves.cse.iitb.ac.in (8.11.0/8.11.0) with ESMTP id g9OFYPh10194; Thu, 24 Oct 2002 21:04:25 +0530 Received: from localhost (sawa@localhost) by voxel.cse.iitb.ac.in (8.9.2/8.9.2) with ESMTP id VAA07981; Thu, 24 Oct 2002 21:07:31 +0530 (IST) Date: Thu, 24 Oct 2002 21:07:31 +0530 (IST) From: Sawa To: Claudio Bley cc: gcc-help@gcc.gnu.org Subject: Re: image magic compilation errorrs In-Reply-To: <15799.12372.987529.822994@wh2-19.st.uni-magdeburg.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-10/txt/msg00305.txt.bz2 On Thu, 24 Oct 2002, Claudio Bley wrote: > > Sawa> sorry for that silly mistake earlier but this one i really > Sawa> dont know wht to do I am attaching a the error file its too > Sawa> long but due to some basic error whcih is commonm or all > Sawa> please look into it > > ,---- > | bash-2.05b$ c++ -o test test.cpp `Magick++-config --cxxflags --cppflags --ldflags --libs` > | In file included from /usr/X11R6/include/X11/magick/Magick++/Thread.h:25, > | from /usr/X11R6/include/X11/magick/Magick++/Blob.h:11, > | from /usr/X11R6/include/X11/magick/Magick++/Image.h:14, > | from /usr/X11R6/include/X11/magick/Magick++.h:9, > | from test.cpp:1: > | /usr/X11R6/include/X11/magick/Magick++/Include.h:13:36: magick/magick_config.h: No such > | file or directory > | /usr/X11R6/include/X11/magick/Magick++/Include.h:47:24: magick/api.h: No such file or > | directory > `---- > > OK, here's where the trouble begins. It simply can't find some header > files. So, the question is: do you have those files somewhere on your > system? Where? (locate magick_config.h) > > Just include the location with an -I option on the command line. > > Btw, what kind of system are you using? (uname -a) It's often easier > to give advice specific to your problem then. I cant locate magick_config.h anywhere though i do see files like Magick++-config.1 and Magick++-config the system is i386 type what do I do ?? Sawa