POV-Ray : Newsgroups : povray.general : Announce Virtual Choreographer 0.1 : Re: Announce Virtual Choreographer 0.1 Server Time
28 Jul 2024 22:25:28 EDT (-0400)
  Re: Announce Virtual Choreographer 0.1  
From: Christan Jacquemin
Date: 9 Oct 2003 03:10:02
Message: <web.3f850988110aeeefb7b590890@news.povray.org>
>    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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.