Le samedi 27 septembre 2008 20:49:42 Joshua Higgins, vous avez écrit :
> hello all,
>
> trying to compile gambas3 here, following instructions off website to the
> letter (running Ubuntu Hardy on 32bit). I type ./reconf-all and get this:
>
> [EMAIL PROTECTED]:/home/development/gambas3/trunk# ./reconf-all/usr/bin/m4:
> configure.ac:6: ERROR: copying inserted file: No space left on device
> /usr/bin/m4:configure.ac:6: cannot clean temporary file for diversion
> autom4te: /usr/bin/m4 failed with exit status: 1
> aclocal: autom4te failed with exit status: 1
> autoreconf: aclocal failed with exit status: 1
> [EMAIL PROTECTED]:/home/development/gambas3/trunk#
>
> what does this mean and how can i fix it??
>
> thanks .

[EMAIL PROTECTED] <- root ! it's really a bad usage !
Build gambas as a normal user (./reconf-all && ./configure && make)
then install with sudo (sudo make install) in ubuntu like or
with su otherwise (su -c 'make install').

"No space left on device"
What does the command 'df' give in a terminal ?

Regards,


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to