You are not logged in.
after i installed and set up cpufreq, my fan started to work full power and became insanely noisy. after some searching i found a package called toshiba-utils, which has everything my portege m100 needs
too bad, it wasn't in the repository, so i wanted to install it from source. however, after trying to make depend (i did everything like it was told in the readme i got some error messages and make all didn't work at all... i guess, i'm missing some important packages... here's the output:
bash-3.2# make depend
cd src; make depend
make[1]: Entering directory `/home/ku/downloads/toshutils-2.0.1/src'
cp Makefile Makefile.bak
sed '/^#----- dependences -----/q' Makefile.bak >Makefile
echo >>Makefile
gcc -m486 -O2 -Wall -I../pixmaps -DLINUX -M sci.c hci.c fan.c svpw.c hotkey.c tpasswd.c dispswitch.c machine.c misc.c alarms.c config.c alarm.c wmtuxtime.c wmgeneral.c tuxtime-conf.c ownerstring.c tdocked.c thotswap.c tbacklight.c |\
sed 's/\/usr\/[^ ]* *//g;/^ \\$/d' |\
grep -v '^ \\$' >>Makefile
hotkey.c:89:19: error: asm/io.h: No such file or directory
In file included from dispswitch.c:52:
/usr/include/gtk/gtk.h:31:21: error: gdk/gdk.h: No such file or directory
In file included from /usr/include/gtk/gtkarg.h:31,
from /usr/include/gtk/gtkobject.h:31,
from /usr/include/gtk/gtkaccelgroup.h:35,
from /usr/include/gtk/gtk.h:32,
from dispswitch.c:52:
/usr/include/gtk/gtktypeutils.h:31:18: error: glib.h: No such file or directory
In file included from machine.c:42:
/usr/include/gtk/gtk.h:31:21: error: gdk/gdk.h: No such file or directory
In file included from /usr/include/gtk/gtkarg.h:31,
from /usr/include/gtk/gtkobject.h:31,
from /usr/include/gtk/gtkaccelgroup.h:35,
from /usr/include/gtk/gtk.h:32,
from machine.c:42:
/usr/include/gtk/gtktypeutils.h:31:18: error: glib.h: No such file or directory
In file included from misc.c:45:
/usr/include/gtk/gtk.h:31:21: error: gdk/gdk.h: No such file or directory
In file included from /usr/include/gtk/gtkarg.h:31,
from /usr/include/gtk/gtkobject.h:31,
from /usr/include/gtk/gtkaccelgroup.h:35,
from /usr/include/gtk/gtk.h:32,
from misc.c:45:
/usr/include/gtk/gtktypeutils.h:31:18: error: glib.h: No such file or directory
In file included from alarms.c:33:
/usr/include/gtk/gtk.h:31:21: error: gdk/gdk.h: No such file or directory
In file included from /usr/include/gtk/gtkarg.h:31,
from /usr/include/gtk/gtkobject.h:31,
from /usr/include/gtk/gtkaccelgroup.h:35,
from /usr/include/gtk/gtk.h:32,
from alarms.c:33:
/usr/include/gtk/gtktypeutils.h:31:18: error: glib.h: No such file or directory
In file included from tuxtime-conf.c:42:
/usr/include/gtk/gtk.h:31:21: error: gdk/gdk.h: No such file or directory
In file included from /usr/include/gtk/gtkarg.h:31,
from /usr/include/gtk/gtkobject.h:31,
from /usr/include/gtk/gtkaccelgroup.h:35,
from /usr/include/gtk/gtk.h:32,
from tuxtime-conf.c:42:
/usr/include/gtk/gtktypeutils.h:31:18: error: glib.h: No such file or directory
make[1]: Leaving directory `/home/ku/downloads/toshutils-2.0.1/src'bash-3.2# make all
cd src; make all
make[1]: Entering directory `/home/ku/downloads/toshutils-2.0.1/src'
gcc -m486 -O2 -Wall -I../pixmaps -DLINUX -fwritable-strings -DVERSION=\"2.0.1\"\
-DBINDIR=\"/usr/local/bin\" -DXMESSAGE=\"/usr/bin/X11/xmessage\" -c wmtuxtime.c
cc1: error: unrecognized command line option "-fwritable-strings"
make[1]: *** [wmtuxtime.o] Error 1
make[1]: Leaving directory `/home/ku/downloads/toshutils-2.0.1/src'
make: *** [all] Error 2Last edited by ku (2008-03-20 15:48:32)
Offline