[Gambas-user] Make install error
Benoit Minisini
gambas at ...2...
Wed May 14 19:07:21 CEST 2003
Le Mardi 13 Mai 2003 04:25, Brian Snipes a écrit :
> On Gentoo with KDE 3.1, QT 3.1.0 I receive an error regarding the 'info'
> files during a make install.
>
> Compiling and installing the development environment...
> Compiling gambas...
> OK
> Compiling gambas-database-manager...
> OK
>
> Creating the library info files...
> /opt/gambas/lib/info/gb.info
> /opt/gambas/lib/info/gb.eval.info
> /opt/gambas/lib/info/gb.example.info
> /opt/gambas/lib/info/gb.db.info
> /opt/gambas/lib/info/gb.qt.editor.info
> /opt/gambas/lib/info/gb.qt.ext.info
> make[2]: *** [install-exec-local] Segmentation fault
> make[2]: Leaving directory
> `/home/bsnipes/downloads/linux/programming/gambas-0.5
> 6' make[1]: *** [install-am] Error 2
> make[1]: Leaving directory
> `/home/bsnipes/downloads/linux/programming/gambas-0.5
> 6' make: *** [install-recursive] Error 1
>
> If I comment out the info installation section it finishes the install
> and runs ok (with the NVidia workaround and a segfault everytime I
> exit).
>
> Do I need the 'info' files? What do they do?
>
> Brian
>
The info files contain the description of each class, method, property and
event contained in a component.
To help me to solve this problem, do the following:
$ gdb gbi
...
(gdb) set args -a
(gdb) run
...
segfault
(gdb) bt
...
And send me the result of the 'bt' command.
Regards,
--
Benoit Minisini
mailto:gambas at ...1...
More information about the User
mailing list