Re: Has anyone used xmllib2 in an X-Code project?
Re: Has anyone used xmllib2 in an X-Code project?
- Subject: Re: Has anyone used xmllib2 in an X-Code project?
- From: Matthew <email@hidden>
- Date: Fri, 12 Nov 2004 21:47:09 -0500
You might also configure your includes/libraries that aren't in the standard locations in the left pane window of XCode (control click on the blue project icon, get info, and then pick the styles tab)
Matthew
On Nov 12, 2004, at 9:33 PM, Paul Collins wrote:
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.
My solution to this was add a symbolic link in /usr/include to the libxml folder on the development machine, like this:
% cd /usr/include
% sudo ln -s /usr/include/libxml2/libxml libxml
Paul Collins
** Gracion Software http://www.gracion.com/ **
** Tel: +1 (541) 488-3488 iChat/AV/AIM: gracionsoft **
** DigiTunnel 1.3 PPTP/VPN client for OS X **
** Now shipping! Envision: the new way to experience the web **
_______________________________________________
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
-----------------------------------------------------------
For great gift ideas, visit our online store at
http://www.marykay.com/baseeret
Ask me how you can get $50 of free products!
-----------------------------------------------------------
end of message
_______________________________________________
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