Hello,
I want to use quantlib within TextMate. My Shell Variables are:
PATH = /opt/local/bin:/opt/local/sbin: /Library/Frameworks/Python.framework/Versions/2.6/bin: /usr/bin: /bin: /usr/sbin: /sbin: /usr/local/bin: /usr/X11/bin: /usr/texbin: /opt/local/include: /opt/local/lib:
and
TM_CXX = -I/opt/local/include
When I test quantlib with g++ -I/opt/local/include/ -I/opt/local/include/boost testQuantlib.cpp -o testQuantlib -L/opt/local/lib/ -lQuantlib it compiles fine.
How must I set the shell variables to use quantlib to compile with TextMate?
Thanks for the answer, Andre