<br><br><div class="gmail_quote">On 15 April 2010 20:52, Javier Vilarroig <span dir="ltr"><<a href="mailto:javier.vilarroig@gmail.com">javier.vilarroig@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi.<br>
<br>
First of all, I love geany :) Thanks for it!!<br>
<br>
I'm having a little problem on my current project.<br>
<br>
It's a C++ program, an I'm using a complex directory structure with a<br>
Makefile in each subdir, with automake/autoconf system.<br>
<br>
When launching make on the main directory it spawns every make on the<br>
corresponding subdirs.<br>
<br>
The problem is on the errors management. I get the compilation report on<br>
the lower subwindow, but when I press on an error in order to go to the<br>
corresponding file and line I get an error mesage because the makefiles<br>
are reporting the filenames without path information, as every make<br>
executes on his own dir.<br>
<br>
My question is: żIs there a way to inform geany on what directories it<br>
can search for source files in order to avoid that?<br>
<br>
Thanks in advance, and excuse my poor English.<br>
<br>
--<br>
Javier Vilarroig Christensen<br>
X Infor<br>
<a href="mailto:sip%3Ajavier.vilarroig@ekiga.net">sip:javier.vilarroig@ekiga.net</a><br>
mailto:<a href="mailto:javier.vilarroig@gmail.com">javier.vilarroig@gmail.com</a><br>
<br></blockquote><div><br>Normally recursive uses of make output messages like "Entering directory ..." and Leaving directory ..."  as they process each subdirectory.  These are parsed by Geany to search for source files even if the error messages are output without path.<br>
<br>Are you getting these messages?  (Note Geany only understands them in English)<br><br>Cheers<br>Lex<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

_______________________________________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
</blockquote></div><br>