[Gambas-user] Problem compiling gambas IDE
Charlie
karl.reinl at ...9...
Sun Sep 19 10:17:32 CEST 2004
Jose Moralo schrieb:
>I'm not trying to execute that class, I'm trying to execute the Gambas
>GUI project from source and getting the error about "Setting class not
>found". That's my prob really.
>
>
>
Salut,
think you have to back to Zero.
And if you dont have a logfile from the last ./configure -> make -> make
install,
you have do make one.
Make the following:
- cd into where you made gambas (on my box it is cd
/opt/gambas/gambas-0.99)
- there become root via su
make install > makeinstall.out 2>&1
read makeinstall.out ,look about Errors and Warnings.
If you find nothing
make > make.out 2>&1
read make.out ,look about Errors and Warnings.
if there is still nothing we have to do two things
./reconf
./configure > configure.out 2>&1
read configure.out
If you need more help, let us knew , but it would be nice to know
which
gambas
Distro etc
Read more about debugging on 'Gambas shrine'
Amicalement
Charlie
More information about the User
mailing list