linking xcode with Buddy library

ello

i'm trying to linking buddy library with xcode c++ to use it .. i have dependency problem i do not know way ! i downloaded the library from git then install it using :
cd /Users/deemaalomair/Desktop/buddy-2.4
buddy-2.4./configure
make
make install
libdir= opt/local/lib
includedir= opt/local/include

actually after finished installing the library i did not see it in lib !! i dont understand way
then i opened my xcode project and add #include<bdd.h> and changed the library search path opt/local/lib and header search path to opt/local/include

please help me this driving me crazy !!!
> i have dependency problem
¿error message?
¿what are you missing?

> i downloaded the library from git
¿link?

> libdir= opt/local/lib
¿local path? ¿shouldn't be /opt/local/lib? ¿and shouldn't that be a flag for `configure' or `make'?

> i did not see it in lib !! i dont understand way
no idea where you are looking ¿/lib /usr/lib /opt/lib ./lib?

> then i opened my xcode project and add (...)
¿and what happened?
Topic archived. No new replies allowed.