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

2012-03-30 Thread Daimrod
Michael Hannon writes: > On Wednesday, March 28, 2012 at 4:01 PM Daimrod wrote: > >> Eric Schulte writes: >> >>> Applied, Thanks! >>> >>> Daimrod 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 sear

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 writes: > >> Applied, Thanks! >> >> Daimrod 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 thi

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

2012-03-28 Thread Daimrod
Eric Schulte writes: > Applied, Thanks! > > Daimrod 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 h

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

2012-03-26 Thread Eric Schulte
Applied, Thanks! Daimrod 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 gcc or g++

[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 directo