El día 6 de junio de 2011 23:35, José Luis García Pallero <[email protected]> escribió: > El día 6 de junio de 2011 23:17, Søren Hauberg <[email protected]> escribió: >> man, 06 06 2011 kl. 23:02 +0200, skrev José Luis García Pallero: >>> El día 6 de junio de 2011 23:00, Søren Hauberg <[email protected]> escribió: >>> > man, 06 06 2011 kl. 22:56 +0200, skrev José Luis García Pallero: >>> >> 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 >>> > >>> > Pardon my ignorance, but where did you upload the package? >>> >>> Oh, sorry. I've edited the post with the updated package in the >>> sourceforge forum: >>> >>> https://sourceforge.net/apps/phpbb/octave/viewtopic.php?f=1&t=2 >> >> Ahh, I should have figured that out... >> >> The package seems to install now. I tried running 'test_octclip' and it >> seemed to work. In general, we are trying to avoid using separate >> scripts for tests and demos; instead we try to use either >> >> %!test >> >> or >> >> %!demo >> >> blocks inside the function that is being tested or demonstrated. That >> way we minimise workspace pollution. Can I persuade you to move the >> content of 'test_octclip' into such blocks instead? > > Hello, > I thought to use %!test when I wrote the code, but I saw that the test > script was too big and I thoght that a separate file would be better. > OK, I'll put tomorrow the content of test_octclip in oc_polybool.m
Hi Søren, I've put the content of the old test_octclip.m script into a %!demo block in oc_polybool.m. I've regenerated the html help and I've uploaded the new files to the forum: https://sourceforge.net/apps/phpbb/octave/viewtopic.php?f=1&t=2 Tell me if it is all OK now Thanks for your patience with me -- ***************************************** José Luis García Pallero [email protected] (o< / / \ V_/_ Use Debian GNU/Linux and enjoy! ***************************************** ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
