El día 6 de junio de 2011 22:10, Søren Hauberg <[email protected]> escribió: > søn, 05 06 2011 kl. 10:06 +0200, skrev José Luis García Pallero: >> Do you need a more detailed explanation about the algorithm? Does >> anybody test the OctCLIP package? > > Again, sorry for being a bit slow around here. I tried installing the > package and I get: > > > octave:1> pkg install octclip-1.0.0.tar.gz > In file included from fgeneral.c:38: > libgeoc/fgeneral.h:44: fatal error: libgeoc/errores.h: Ingen > sådan fil eller filkatalog > compilation terminated. > make: *** [compile] Fejl 1 > 'make' returned the following error: make: Går til katalog > '/tmp/oct-XcmKvS/octclip/src' > mkoctfile -c -Wall -Wextra compilador.c -o compilador.o > mkoctfile -c -Wall -Wextra errores.c -o errores.o > mkoctfile -c -Wall -Wextra eucli.c -o eucli.o > mkoctfile -c -Wall -Wextra fgeneral.c -o fgeneral.o > make: Forlader katalog '/tmp/oct-XcmKvS/octclip/src' > error: called from `pkg>configure_make' in > file /home/hauberg/Programmer/share/octave/3.5.0+/m/pkg/pkg.m > near line 1339, column 9 > error: called from: > error: /home/hauberg/Programmer/share/octave/3.5.0 > +/m/pkg/pkg.m at line 790, column 5 > error: /home/hauberg/Programmer/share/octave/3.5.0 > +/m/pkg/pkg.m at line 361, column 9 > > This looks like a missing include path to me. Can you reproduce this > issue?
Hello, I've uploaded the updated version of the package. The problem was about a missing -I. options in the Makefile. But I don't know why the old code runs without problems in my Debian Sid laptop with Octave 3.4.0 compiled by me. Now I'm in an iBook with Mac OSX and Octave 3.2.3 in which the old code fails as in your mail. Now it runs for me -- ***************************************** José Luis García Pallero [email protected] (o< / / \ V_/_ Use Debian GNU/Linux and enjoy! ***************************************** ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
