• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Problem finding c++ headers...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem finding c++ headers...


  • Subject: Problem finding c++ headers...
  • From: Steven Hamblin <email@hidden>
  • Date: Sat, 26 Nov 2005 16:29:30 -0700

Hello,

I apologize for the rookie nature of this question (and if it's been asked before;  I couldn't find anything, but ...<shrug>).  I'm trying to use a C++ library brought over from *nix - specifically the EO Evolutionary Computation library, but I think the question should apply generally - in a C++ project, and I'm having trouble compiling when I try to use the library in XCode.  I installed the library as in the documentation (./configure, make, make install), and everything seemed to go all right, as the header files for the library are in /usr/local/include. 

 I'm trying to compile an example program that came with the library, which starts off like this:

#include <eo>
#include <es.h>

However, XCode immediately tells me it can't find the header files.  (i.e. error: eo: No such file or directory.)  The example program compiles fine with the makefile that came with the library.

What can I do to get XCode to find the header files? And, incidentally, when I finally *do* get XCode to find the headers, will I have to do anything special to get the libraries to link as well?

(I'm running XCode 2.2 on OS X 10.4.3.)

Thanks so much for any help you can offer!

Cheers,

Steven Hamblin
-- 
Master of Arts student
Department of Psychology, University of Alberta.
Office: P-319F, Biological Sciences
Phone:  492-6681  e-mail: email@hidden




 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Problem finding c++ headers...
      • From: Chris Espinosa <email@hidden>
    • Re: Problem finding c++ headers...
      • From: Markus Hitter <email@hidden>
  • Prev by Date: Re: Prevent warnings on forward struct declaration
  • Next by Date: Re: Problem finding c++ headers...
  • Previous by thread: Trouble setting breakpoints in XCode 2.2
  • Next by thread: Re: Problem finding c++ headers...
  • Index(es):
    • Date
    • Thread