[Gambas-user] Compiling Gambas 3

Peter Landgren peter.talken at ...1879...
Sat Jul 25 17:32:27 CEST 2009


Hi,

A Little glitch when compiling gambas 3.
svn up to rev 2167
Running mandriva 2009.0

[progdev at ...2241... trunk]$ ./reconf-all
[progdev at ...2241... trunk]$ ./configure -C

I finally get:
************************************************************

THESE COMPONENTS ARE DISABLED:

- gb.db.firebird
- gb.db.odbc
- gb.db.postgresql
- gb.db.sqlite2
- gb.qte

************************************************************
which looks OK, as I don't have those installed.
[progdev at ...2241... trunk]$ make --quiet
....
works without errors
But
[progdev at ...2241... trunk]$su
make install
....
Compiling the gb.db.mysql project...
gb.db.mysql
gbc: project file not found: /home/progdev/SVN-
projekt/gambas3/trunk/gb.db.mysql/src/gb.db.mysql/.project
gba: ERROR: Cannot set file owner: /home/progdev/SVN-
projekt/gambas3/trunk/gb.db.mysql/src/gb.db.mysql/gb.db.mysql.gambas: No such file or 
directory
/usr/bin/install: kan inte ta status på "gb.db.mysql.gambas": Filen eller katalogen finns 
inte
make[4]: *** [install-data-hook] Fel 1
make[4]: Leaving directory `/home/progdev/SVN-projekt/gambas3/trunk/gb.db.mysql/src'
make[3]: *** [install-data-am] Fel 2
make[3]: Leaving directory `/home/progdev/SVN-projekt/gambas3/trunk/gb.db.mysql/src'
make[2]: *** [install-am] Fel 2
make[2]: Leaving directory `/home/progdev/SVN-projekt/gambas3/trunk/gb.db.mysql/src'
make[1]: *** [install-recursive] Fel 1
make[1]: Leaving directory `/home/progdev/SVN-projekt/gambas3/trunk/gb.db.mysql'
make: *** [install-recursive] Fel 1
[root at ...2241... trunk]#exit

So If I in stead do:
[progdev at ...2241... trunk]$ ./configure -C --disable-mysql 

I get the same missing parts as above.
************************************************************

THESE COMPONENTS ARE DISABLED:

- gb.db.firebird
- gb.db.odbc
- gb.db.postgresql
- gb.db.sqlite2
- gb.qte

************************************************************

But this time 'make install', as root, works without errors.
So there seems to be some little bug during configure?

/Peter





More information about the User mailing list