• 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
Re: Has anyone used xmllib2 in an X-Code project?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Has anyone used xmllib2 in an X-Code project?


  • Subject: Re: Has anyone used xmllib2 in an X-Code project?
  • From: Brian Smith <email@hidden>
  • Date: Fri, 12 Nov 2004 15:11:46 -0700


On Nov 12, 2004, at 4:26 AM, John Draper wrote:

#include <stdio.h>
#include "libxml/encoding.h" <----- Error is here Says: libxml/xmlversion.h no such file.



You should able to add /usr/include/libxml2 to the target's header search path list. (bring up an inspector for the target) and use

#include <libxml/encoding.h>

or use

#include <libxml2/libxml/encoding.h> (with this there is no need for adding the search path)

in your source file.

Regards,

Brian K Smith
President
SuaveWare Inc. 	http://www.suaveware.com

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


  • Follow-Ups:
    • Re: Has anyone used xmllib2 in an X-Code project?
      • From: Paul Collins <email@hidden>
References: 
 >Has anyone used xmllib2 in an X-Code project? (From: John Draper <email@hidden>)

  • Prev by Date: Re: Reserved outlet names in Cocoa?
  • Next by Date: Re: [SOLVED] Changing the position of a NSStatusItem
  • Previous by thread: Has anyone used xmllib2 in an X-Code project?
  • Next by thread: Re: Has anyone used xmllib2 in an X-Code project?
  • Index(es):
    • Date
    • Thread