Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-02 Thread gambas
Comment #4 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 Header files are in /usr/include/llvm* and /usr/local/include/llvm* Object files are .a files in /usr/local/lib/ only.

Re: [Gambas-user] Delete a file requiring Admin privilege

2013-02-02 Thread Tobias Boege
On Sat, 02 Feb 2013, John Rose wrote: > Tobias, > > OK that solves a simple example using Exec. Perhaps I should have given > a more complex example: one where the directory contains a space and/or > the filename contains a space: > It should work with as much spaces in the filenames as you wa

Re: [Gambas-user] Delete a file requiring Admin privilege

2013-02-02 Thread John Rose
Tobias, OK that solves a simple example using Exec. Perhaps I should have given a more complex example: one where the directory contains a space and/or the filename contains a space: The following works OK: sPath = "/home/john/Temp orary/q w.desktop" sLogPath = "/home/john/Temporary/Log.t

Re: [Gambas-user] About syntax highlighting and copy/paste to OpenOffice

2013-02-02 Thread Ongytenes
Ongytenes com> writes: I have fixed the indention bug and here is a screenshot of it parsing the Gambas Code into HTML format to copy to OpenOffice via the clipboard with syntax highlighting intact. In this image it is working on a copy of it's own code. https://sites.google.com/site/ong