|
|
> During the automake phase, it aborts with "AC_Dest macro undefined", at
>the AC_OUTPUT macro in configure.in.
>
>Workaround :
> in configure.in, changed AC_OUTPUT( <file1> <file2> ...)
> with
> AC_CONFIG_FILES(<file1>)
> AC_CONFIG_FILES(<file2>) ...
> AC_OUTPUT
I made these modifications on my Mandrake distribution and
it does not work. I will investigate more on this.
>2) fr-sound.cpp -> gcc aborts due to isdigit() : missing #include <ctype.h>
changed.
>3) link phase: -L/usr/X11R6/lib was missing in the "libtool mode=link"
>command
I think I changed it, not sure.
>4) After installation, and downloading Spheres.conf & Spheres.xml, when I
>launch VirChor
>I get :
> Loading Spheres.conf
> Aborted
I think I found the problem: char comparison with EOF
does not work on PPC. I have transformed all the char types
into int. Should work properly now.
http://lists.debian.org/debian-devel-announce/2002/debian-devel-announce-200201/msg00008.html
Could you please try again and let me know, new distrib
is online at
http://www.limsi.fr/Individu/jacquemi/VirChor/index.html
Thank you again for your comments.
-Christian
Post a reply to this message
|
|