[Gambas-user] Compile Error - Fedora Core 2

ron ronstk at ...239...
Thu Sep 2 20:38:21 CEST 2004


On Thursday 02 September 2004 18:05, Mr JH Deval wrote:
> Up until Version 0.98a I had no problems getting
> Gambas installed. Other than my own stupid mistakes.
> In 0.98a I can compile no error I can make no error
> but make install returns the following error. 
> 
> Creating the library info files...
> /opt/gambas/share/gambas/info/gb.info
> /opt/gambas/share/gambas/info/gb.sdl.info
> make[2]: *** [install-exec-local] Segmentation fault
> make[2]: Leaving directory
> `/home/jhdeval/Downloads/Gambas/gambas-0.98a'
> make[1]: *** [install-am] Error 2
> make[1]: Leaving directory
> `/home/jhdeval/Downloads/Gambas/gambas-0.98a'
> make: *** [install-recursive] Error 1
> 
> Any help would be greatly appreciated as my Gambas
> will not run and I miss it. :)
> 

I know the problem to.
It was releated by me to the fact the component was not compiled
due error in the component.
In your case something has go wrong with the component that is
done after the SDL component during this procedure.
It is a bit difficult to find out what component.

For one of the features i.e. db,net,curl you are missing 
the base package and or the devel package.
It can be more the wrong version or damaged file.
mysql-devel, sqllite-devl, curl-devel 
See the website what you need as support 
Check you have them or use the --disable-FEATURE option.

Verify you are using also the required QT library version.

Message to Benoit.
Can you change the gbi program to show the given commandline
on start before it goes creating the info file?
Or at least the filename or directory it goes working on?

This way it is possible to see what component fails instead
only a segmentation fault
Friendly request from me.




More information about the User mailing list