- make install puts
library in /usr/local/lib
includes in /usr/local/include/exiv2 - To the eclipse
Project->Properties->C/C++ general/Paths and Symbols/GNU C++ /usr/local/include/exiv2
Project->Properties->C/C++ Build/Settings/MacOS X C++ Linker/Libraries
libexiv2.a
This is a little tricky - the Makefile calls a bunch of things including libtool to set thinks up for the linker. My green horn way of compiling arbitrary source files was to copy
libtool
config/
src/
xmpsdk/
to a directory and then put the new source file under src/
Comments
Post a Comment