[Gambas-user] Gambas 0.62 - error in Project.Main.84

Benoit Minisini gambas at ...2...
Tue Jul 15 17:57:25 CEST 2003


Le Mardi 15 Juillet 2003 16:26, Nelson Ferraz a écrit :
> > The error #8 generally implies that you try to execute a gambas program
> > compiled with a compiler version different from the interpreter version.
> >
> > Type /usr/bin/gbx -v to get the interpreter version, /usr/bin/gbc -v to
> > get the compiler version.
>
> The first result was:
>
> $ /usr/bin/gbc -v
> gbc: project file not found: /home/nferraz/.project
>
> $ /usr/bin/gbx -v
> ERROR: #45: File or directory does not exist: /home/nferraz/.project
>
> Then I figured out that the -v option stands for "--verbose", not
> "--version", I tried again with:
>
> $ /usr/bin/gbc --version
> gbc-0.62
>
> $ /usr/bin/gbx --version
> ERROR: #45: File or directory does not exist: /home/nferraz/.project
>
> $ /usr/bin/gbx -V # uppercase
> gbx-0.62
>
> So, versions seem okay. Then, I went to the ~/tmp/gambas-0.62/app/gambas
> directory and typed:
>
> $ /usr/bin/gbx
> ERROR: #2: Cannot load class 'Project': Unable to load class file
>
> Finally, I went to ~/tmp/gambas-0.62/app/InputBox, executed gbx, and the
> InputBox popped up as expected!!!
>
> It only seems to work with this small project, though.
>
> []s
>
> Nelson
>

Hi, Nelson,

Sorry for the mistake ! (-v <-> -V)

Could you try to recompile and reinstall from zero ? If it does not work, 
could you grant me a telnet or ssh access to your machine ?

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list