Re: [O] Org Babel C/C++

2012-03-30 Thread Daimrod
Michael Hannon jm_han...@yahoo.com writes: On Wednesday, March 28, 2012 at 4:01 PM Daimrod wrote: Eric Schulte eric.schu...@gmx.com writes: Applied, Thanks! Daimrod daim...@gmail.com writes: Hi, I've made a small patch to ob-C.el so it now includes the current directory to the list of

Re: [O] Org Babel C/C++

2012-03-28 Thread Daimrod
Eric Schulte eric.schu...@gmx.com writes: Applied, Thanks! Daimrod daim...@gmail.com writes: Hi, I've made a small patch to ob-C.el so it now includes the current directory to the list of directories to be searched for header files. Without this, I cannot include a local header file

Re: [O] Org Babel C/C++

2012-03-28 Thread Michael Hannon
On Wednesday, March 28, 2012 at 4:01 PM Daimrod wrote: Eric Schulte eric.schu...@gmx.com writes: Applied, Thanks! Daimrod daim...@gmail.com writes: Hi, I've made a small patch to ob-C.el so it now includes the current directory to the list of directories to be searched for header files.

Re: [O] Org Babel C/C++

2012-03-26 Thread Eric Schulte
Applied, Thanks! Daimrod daim...@gmail.com writes: Hi, I've made a small patch to ob-C.el so it now includes the current directory to the list of directories to be searched for header files. Without this, I cannot include a local header file because the compilation happens in /tmp and thus

[O] Org Babel C/C++

2012-03-23 Thread Daimrod
Hi, I've made a small patch to ob-C.el so it now includes the current directory to the list of directories to be searched for header files. Without this, I cannot include a local header file because the compilation happens in /tmp and thus gcc or g++ doesn't search for header files in the