Hi, A Little glitch when compiling gambas 3. svn up to rev 2167 Running mandriva 2009.0
[prog...@hpd1 trunk]$ ./reconf-all [prog...@hpd1 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. [prog...@hpd1 trunk]$ make --quiet .... works without errors But [prog...@hpd1 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 [r...@hpd1 trunk]#exit So If I in stead do: [prog...@hpd1 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 ------------------------------------------------------------------------------ _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
