<br><br><div class="gmail_quote">On 24 February 2010 09:18, Noli Sicad <span dir="ltr"><<a href="mailto:nsicad@gmail.com">nsicad@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;">
Lex,<br>
<div class="im"><br>
> Hmmmm, try configuring using the [build-menu] settings, [build_settings] is<br>
> the old format that is not necessarily properly converted in the SVN version<br>
> because it does not contain all the information that the new format needs so<br>
> some defaults are picked, but of course they might not be right.<br>
><br>
> In fact you could try configuring it with the dialog, that should write the<br>
> new section and format to your user filetype file.<br>
<br>
</div>OK. I try to look at it. But it seems the dialog form is only intended<br>
for real languages i.e. c and c++ and really for scripting languages.<br></blockquote><div><br>Part of the changes I am about to make will be to improve the dialog by breaking it into a simple and advanced version.<br><br>
It should work now, but both custom filetypes and the build system are newly added to the development version so there may still be bugs, especially when using them together :-( <br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im"><br>
> Also I'd recommend that you configure the compile command, not the execute<br>
> command.  That way the output from the command is captured and shown in the<br>
> message window.  And if glpsol is consistent with the GCC error format it<br>
> will be parsed for easily jumping to the source of the error.<br>
<br>
</div>I have configure the compile command but still error<br>
<div class="im"><br>
[build_settings]<br>
# %f will be replaced by the complete filename<br>
# %e will be replaced by the filename without extension<br>
# (use only one of it at one time)<br>
compiler=/usr/local/bin/glpsol -m "%f"<br>
#linker=g++ -Wall -o "%e" "%f"<br>
run_cmd="/usr/local/bin/glpsol -m "%f""<br>
<br>
</div>Would it be possible to show me the right syntax on compiler for linux?<br>
<br>
I tried these commands:<br>
<div class="im"><br>
compiler=/usr/local/bin/glpsol -m "%f"<br>
<br>
compiler="/usr/local/bin/glpsol -m "%f""<br>
<br>
</div>The 2 syntax is not working. What is the right syntax for linux, mac<br>
os and windows?<br></blockquote><div><br>Is the first syntax working? That should be it on Linux, I don't use Geany on Windows and I don't even have a Mac, but as far as I know the commands should be the same as the command line with the %f as you used.<br>
 <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>
Based on experience glpsol is not so difficult to run in scintilla<br>
base editors. R package is the worst to configure.<br>
<br>
Any R package users in this group? How do you configure R package in<br>
windows, mac os x and linux in geany?<br></blockquote><div><br>Someone was working on the R integration recently, maybe they will see this and can help.<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>
<a href="http://www.r-project.org/" target="_blank">http://www.r-project.org/</a><br>
<br>
Please show us your compiler and cmd_run configuration?<br>
<br>
Any of 56 languages in the scintilla lexer will do? Not c/c++, python,<br>
perl, php, javac, current languages that run out of the box (default)<br>
in geany<br>
<br>
Thanks. Noli<br>
<div><div></div><div class="h5">_______________________________________________<br>
Geany-devel mailing list<br>
<a href="mailto:Geany-devel@uvena.de">Geany-devel@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel</a><br>
</div></div></blockquote></div><br>