Hi all, I know that the PicoGui project is stalled. But I want make a proposition to a company (which is looking for an embedded GUI) to evaluate the possibility to use the current version and developp it. So I downloaded latests realase on picogui.org web site.
For such proposition, I need to compile an application example with Cygwin. I tried to create the Makefiles (with autogen.sh script), but I have some problems with next lines in aclocal.m4: # AM_CONFIG_HEADER(HEADER[:SOURCES]..., COMMANDS, INIT-COMMANDS) # -------------------------------------------------------------- AC_DEFUN([AM_CONFIG_HEADER], [AC_FOREACH([_AM_File], [$1], [_AM_CONFIG_HEADER(_AM_File, [$2], [$3])]) ])# AM_CONFIG_HEADER When I run autogen.sh, I get: configure.in: 89: required file `./_AM_File,.in' not found configure.in: 89: required file `./[$2],.in' not found configure.in: 89: required file `./[$3])].in' not found So neither _AM_File nor $2 or $3 has not been substitued from aclocal.m4. I didn't understand where _AM_File should come from, and if $1, $2, $3 are options passed to aclocal (as I suppose), I don't understand how they can be replaced as aclocal ist run as "aclocal -I macros" Does someone have some hints about that ? I tried several versions of automake, autconf and aclocal, but without success. Thank you for any help. -- Alain Paschoud, Fastcom Technology, Lausanne Phone : +41 21 619 06 79 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Pgui-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pgui-devel
