AlanQuatermain / aqtoolkit

A toolkit consisting of a bunch of generally useful routines and extensions I wrote when putting together other projects.
http://blog.alanquatermain.net/code
BSD 3-Clause "New" or "Revised" License
783 stars 148 forks source link

trouble using AQXMLParser #1

Closed jzting closed 15 years ago

jzting commented 15 years ago

hi there,

i've added -lxml2 to linker flags and /usr/include/libxml2 to header search paths but i'm still having trouble getting it to work:

Undefined symbols: "_kCFStreamPropertyHTTPResponseHeader", referenced from: _kCFStreamPropertyHTTPResponseHeader$non_lazy_ptr in AQXMLParser.o "_CFHTTPMessageCopyHeaderFieldValue", referenced from: -[AQXMLParser(Internal) _setupExpectedLength] in AQXMLParser.o "_kCFStreamPropertyFTPResourceSize", referenced from: _kCFStreamPropertyFTPResourceSize$non_lazy_ptr in AQXMLParser.o ld: symbol(s) not found collect2: ld returned 1 exit status

any ideas of what's wrong?

jzting commented 15 years ago

never mind, forgot to add the CFNetwork framework