[Gambas-user] pre-version of gambas (third edition)

Benoit Minisini gambas at ...2...
Mon Jun 9 19:28:41 CEST 2003


Le Lundi 9 Juin 2003 17:20, Jean-Francois Perreault a écrit :
> Hi,
>
> (from gambas-58pre2 I ran make uninstall then rm -r /opt/gambas)
>
> then for gambas-0.58pre3
>
>
> ./configure --disable-pgsql-driver
> ... (no obvious errors) and it found kde libs and kde include during the
> configure step
> make
> ... (no obvious errors)
> make install
> ... (no obvious errors)
> Installing the library help files...
>
> Installing the control icons...
> make[2]: Nothing to be done for `install-data-am'.
> make[2]: Leaving directory `/root/gambas-0.58pre3'
> make[1]: Leaving directory `/root/gambas-0.58pre3'
> DJHaCK-3 gambas-0.58pre3 # gambas
> Segmentation fault
> DJHaCK-3 gambas-0.58pre3 # gdb gbx
> GNU gdb 5.3
> Copyright 2002 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you
> are welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "i686-pc-linux-gnu"...
> (gdb) run
> Starting program: /usr/bin/gbx
> ERROR: #45: File or directory does not exist:
> /root/gambas-0.58pre3/.project
>
> Program exited with code 01.
> (gdb) quit
> DJHaCK-3 gambas-0.58pre3 # cd ..
> DJHaCK-3 root # gdb gbx
> GNU gdb 5.3
> Copyright 2002 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you
> are welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "i686-pc-linux-gnu"...
> (gdb) run
> Starting program: /usr/bin/gbx
> Syntax error in project file.
> Cannot preload libraries: Success
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x0805b1c2 in project_analyze (addr=0x807df68 "", len=0) at project.c:205
> 205       if (PROJECT_name[0] == 0)
> (gdb)
>
> now from ~/gambas-0.58pre3/app/gambas/
>
> DJHaCK-3 gambas #gdb gbx
> GNU gdb 5.3
> Copyright 2002 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you
> are welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "i686-pc-linux-gnu"...
> (gdb) run
> Starting program: /usr/bin/gbx
>
> Program received signal SIGTRAP, Trace/breakpoint trap.
> 0x40000b40 in _start () from /lib/ld-linux.so.2
> (gdb) bt
> #0  0x40000b40 in _start () from /lib/ld-linux.so.2
> (gdb)
>
> do you want ssh access ? you know more what you're doing then me

You can simply give me a telnet access by sending me your IP address, a 
non-root account and a password, and by telling me where you store gambas 
sources.

If you can do it now, I will reread my e-mail in one hour.

>
> I'm starting to believe it's my systems that are screwed up !
> or I am doing something fundamentaly wrong (what is that .project file
> anyway ?)

.project is a text file describing a gambas project. When you launch gbx 
without any parameter, it assumes that the current directory is the directory 
of the gambas project you want to run.

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




More information about the User mailing list