hello together, I'm at the beginning of a small project on an embeded linux and will use eiffel as development language. Now I look for an GUI-toolkit with a Eiffel-wrapper-lib, because I didn't find too much I generally look for a fast and small GUItoolkit...
I downloaded http://prdownloads.sourceforge.net/pgui/picogui-0.46.tar.bz2, unzipped it and tried to run ./configure but it doesn't exist... So I tried to run autogen.sh - which worked... After configure it was not possible to run make menuconfig, because it missed libtool two directories higher... Changes in Makefile and config.status allowed compilation... As I tried to prepare the apps I got the following problem: autogen.sh:error: while running automake -a I think the problem is here: [...] Makefile.am: required file `./NEWS' not found Makefile.am: required file `./README' not found Makefile.am: required file `./ChangeLog' not found configure.in:197: required file `./picogui-apps.spec.in' not found configure.in:16: required file `./ltmain.sh' not found [...] Any hints? Ok. I tried to compile scribble with gcc -I... -l... scribble.c by hand - which worked. When I call the scribble-binary now I get the message: connect: Connection refused *** PicoGUI ERROR (CLIENT) : Error connecting to server which I think is ok because no pgserver is running. So I tried to start it, but how do I do this? Just calling pgserver ends up in bash: /usr/local/bin/pgserver: No such file or directory What can I do? Thanks a lot, Rapha ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
