Thanks Allan, that did the trick.
But the interactive-input trick is not working for me: version 10.7.1, but this is not a problem. The example I gave is just one from the boost-website.
I did alter the PATH in TextMate and indeed I came into trouble but deleting the complete PATH in TextMate and running the program (cmd-r) gave me the opportunity to recover the PATH.
Regards, Andre
On 16 okt. 2011, at 09:11, Allan Odgaard wrote:
On 16 Oct 2011, at 00:08, Andre de Boer wrote:
I added /opt/local/include in TextMate's 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
Do *not* alter/set PATH (unless you know what you’er doing). This is unrelated to running C++ code but affects a lot of other stuff.
Boost is in /opt/local/include:
I assume you’re using the built-in “Run” command for C/C++ on ⌘R.
In this case you want to set the TM_CXX_FLAGS variable to something like: -I/opt/local/include
Additionally, since your program reads from stdin you should read http://blog.macromates.com/2009/interactive-input/
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate