public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Claudio Bley" <bley@cs.uni-magdeburg.de>
To: Sawa <sawa@cse.iitb.ac.in>
Cc: gcc-help@gcc.gnu.org
Subject: Re: image magic compilation errorrs
Date: Wed, 23 Oct 2002 16:26:00 -0000	[thread overview]
Message-ID: <15799.12372.987529.822994@wh2-19.st.uni-magdeburg.de> (raw)
In-Reply-To: <Pine.HPX.4.21.0210232059520.20569-200000@voxel.cse.iitb.ac.in>


    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.

-- 
Claudio Bley                                 ASCII ribbon campaign (")
Debian GNU/Linux advocate                     - against HTML email  X 
http://www.cs.uni-magdeburg.de/~bley/                     & vCards / \

  reply	other threads:[~2002-10-23 23:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-23  6:39 Sawa
2002-10-23  7:46 ` Claudio Bley
2002-10-23  8:28   ` Sawa
2002-10-23 16:26     ` Claudio Bley [this message]
2002-10-24  8:34       ` Sawa
2002-10-28  5:18         ` Claudio Bley
2002-10-28 22:50           ` Abhineet Sawa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15799.12372.987529.822994@wh2-19.st.uni-magdeburg.de \
    --to=bley@cs.uni-magdeburg.de \
    --cc=gcc-help@gcc.gnu.org \
    --cc=sawa@cse.iitb.ac.in \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).