google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

Gambas3 - Make Executable Error #364

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Describe the problem.
Gambas3 - gba Error (see attached graphic) when trying to make executable

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):
[System]
OperatingSystem=Linux
Kernel=3.2.0-35-generic-pae
Architecture=i686
Memory=3095920 kB
DistributionVendor=Ubuntu
DistributionRelease="Kubuntu 12.04.1 LTS"
Desktop=KDE 4.9.4

[Gambas 2]
Version=2.23.1
Path=/usr/bin/gbx2

[Gambas 3]
Version=3.3.4
Path=/usr/local/bin/gbx3

[Libraries]
Qt4=libQtCore.so.4.8.2
GTK+=libgtk-x11-2.0.so.0.2400.10
3) Provide a little project that reproduces the bug or the crash.

4) If your project needs a database, try to provide it, or part of it.

5) Explain clearly how to reproduce the bug or the crash.
Tried to create a small project for a previous bug and clicked Make > 
Executable.

"testing.gambas" was displayed as a filename in the Make Executable form. 
Instead of navigating to the saving directory, I changed the text to 
"/home/????/bin/testing.gambas". The attached graphic error message displayed. 
The directory exists as a storage area for my executables.

I tried it again by navigating to the saving directory and the executable was 
created successfully.

6) By doing that carefully, you have done 50% of the bug fix job!

IMPORTANT NOTE: if you encounter several different problems or bugs, (for 
example, a bug in your project, and an interpreter crash while debugging
it), please create distinct issues!

Original issue reported on code.google.com by t4769_a...@cogeco.ca on 8 Dec 2012 at 7:18

Attachments:

GoogleCodeExporter commented 9 years ago
I have modified the FileChooser in revision #5425 so that if you enter a full 
path in the file text field, the Activate event is not raised when clicking on 
the OK button.

Instead, the file text field is split in a directory and a file name. The 
FileChooser then jumps to the directory, and the file text field contents is 
replaced by the file name.

Original comment by benoit.m...@gmail.com on 10 Dec 2012 at 3:04