[OctDev] symbolic-0.0.6 link error

2008-05-14 Thread Marius Schamschula
Hi all, When installing symbolic-0.0.6 I was puzzled why I got a link error, since I had previously successfully installed version 1.0.3 on the same machine (albeit with an older cln/ginac combo): octave:2> pkg install symbolic-1.0.6a.tar.gz Using built-in specs. Target: powerpc-apple-darwi

[OctDev] Uninstall package problem

2008-05-14 Thread Marius Schamschula
Hi all, I've been updating my installation of octave-forge. Here is what has happened: I had a existing install of previous versions of octave forge (20070821 and 20071014) that had been installed from the single archive distribution, via a hand coded .m file (I use this script on several

Re: [OctDev] Addpath warnings for secs1d and secs2d

2008-05-14 Thread c .
On 14/mag/08, at 21:50, Marius Schamschula wrote: > Carlo, > The Mac has two architectures: PowerPC and i686. The binaries are > not compatible. Marius, Different Mac architectures had no role on this problem. I run octave both on my iBook (PPC) and my MacBook (i386) and install the secs1d a

Re: [OctDev] Addpath warnings for secs1d and secs2d

2008-05-14 Thread Marius Schamschula
Carlo, The Mac has two architectures: PowerPC and i686. The binaries are not compatible. On May 14, 2008, at 11:04 AM, c. wrote: > > On 14/mag/08, at 15:01, c. wrote: > >> >> On 14/mag/08, at 13:38, Marius Schamschula wrote: >> >>> After installing secs1d and secs2d I get the following warning

Re: [OctDev] Link errors when using tree_walkers under Windows

2008-05-14 Thread Michael Goffioul
On Wed, May 14, 2008 at 3:17 PM, "Rüdiger Quentin" <[EMAIL PROTECTED]> wrote: > Hello, > > I'm working with the tree_walker classes to dump the octave parse tree in XML > format. Everything works fine under Linux with the original octave > distribution, but even when using the existing pt-pr-code

Re: [OctDev] Addpath warnings for secs1d and secs2d

2008-05-14 Thread c.
The problem should be now fixed in the repository, could you try the latest version from SVN and let me know if you still experience the same problem? Thanks, Carlo On 14/mag/08, at 13:38, Marius Schamschula wrote: > After installing secs1d and secs2d I get the following warnings when > starting

Re: [OctDev] Addpath warnings for secs1d and secs2d

2008-05-14 Thread c.
On 14/mag/08, at 15:01, c. wrote: > > On 14/mag/08, at 13:38, Marius Schamschula wrote: > >> After installing secs1d and secs2d I get the following warnings when >> starting octave 3.0.1: >> >> warning: addpath: >> /usr/local/libexec/octave/packages/secs1d-0.0.6/powerpc-apple- >> darwin8.11.0-api

Re: [OctDev] Addpath warnings for secs1d and secs2d

2008-05-14 Thread Carlo de Falco
On 14/mag/08, at 15:01, c. wrote: > > On 14/mag/08, at 13:38, Marius Schamschula wrote: > >> After installing secs1d and secs2d I get the following warnings when >> starting octave 3.0.1: >> >> warning: addpath: >> /usr/local/libexec/octave/packages/secs1d-0.0.6/powerpc-apple- >> darwin8.11.0-api

[OctDev] Link errors when using tree_walkers under Windows

2008-05-14 Thread Rüdiger Quentin
Hello, I'm working with the tree_walker classes to dump the octave parse tree in XML format. Everything works fine under Linux with the original octave distribution, but even when using the existing pt-pr-code.cc from the original distribution I get the linker errors listed below under Windows.

Re: [OctDev] Addpath warnings for secs1d and secs2d

2008-05-14 Thread Carlo de Falco
On 14/mag/08, at 13:38, Marius Schamschula wrote: > After installing secs1d and secs2d I get the following warnings when > starting octave 3.0.1: > > warning: addpath: > /usr/local/libexec/octave/packages/secs1d-0.0.6/powerpc-apple- > darwin8.11.0-api-v32/../Utilities: > > It appears that these

Re: [OctDev] Addpath warnings for secs1d and secs2d

2008-05-14 Thread c.
On 14/mag/08, at 13:38, Marius Schamschula wrote: > After installing secs1d and secs2d I get the following warnings when > starting octave 3.0.1: > > warning: addpath: > /usr/local/libexec/octave/packages/secs1d-0.0.6/powerpc-apple- > darwin8.11.0-api-v32/../Utilities: > > It appears that these

[OctDev] Addpath warnings for secs1d and secs2d

2008-05-14 Thread Marius Schamschula
After installing secs1d and secs2d I get the following warnings when starting octave 3.0.1: warning: addpath: /usr/local/libexec/octave/packages/secs1d-0.0.6/powerpc-apple-darwin8.11.0-api-v32/../Utilities: No such file or directory warning: addpath: /usr/local/libexec/octave/packages/secs1d-0.0.6

Re: [OctDev] Ubuntu Hardy pkg install problems....

2008-05-14 Thread Ólafur Jens Sigurðsson
On Tue, May 13, 2008 at 05:17:24PM -0700, Rob Frohne wrote: > Hi Everyone, > > I recently moved to Octave 3.01, and found that the nice quick easy > install of everything at once in octave-forge has been moved to package > installs, and octave-forge is not in the easy to install synaptic > reposit

Re: [OctDev] octavede.exe not in 3.0.1 installer

2008-05-14 Thread Michael Goffioul
On Wed, May 14, 2008 at 11:49 AM, David Bateman <[EMAIL PROTECTED]> wrote: > Yes I selected the "Graphical User Interface" option in the MISC > section. The libraries > > libgtkmm-2.4-1.dll > libgtksourveview-2.0-0.dll > libgtk-win32-2.0-0.dll > > are in the bin/ directory and the shortcut "

Re: [OctDev] octavede.exe not in 3.0.1 installer

2008-05-14 Thread David Bateman
Michael Goffioul wrote: > On Wed, May 14, 2008 at 10:31 AM, David Bateman > <[EMAIL PROTECTED]> wrote: > >> Michael, >> >> I selected the "Octave GUI" option in your 3.0.1 installer, the version >> from the 5th of May and even though the shortcut was installed it >> appears that octavede.exe

Re: [OctDev] octavede.exe not in 3.0.1 installer

2008-05-14 Thread Michael Goffioul
On Wed, May 14, 2008 at 10:31 AM, David Bateman <[EMAIL PROTECTED]> wrote: > Michael, > > I selected the "Octave GUI" option in your 3.0.1 installer, the version > from the 5th of May and even though the shortcut was installed it > appears that octavede.exe was not.. Have you since updated the

[OctDev] octavede.exe not in 3.0.1 installer

2008-05-14 Thread David Bateman
Michael, I selected the "Octave GUI" option in your 3.0.1 installer, the version from the 5th of May and even though the shortcut was installed it appears that octavede.exe was not.. Have you since updated the installer, do you see the same issue or does this problem still persist? Regards David

Re: [OctDev] Developer account

2008-05-14 Thread David Bateman
Florent Angly wrote: > Hi, > > Could you please register me as an Octave-Forge developer? > I have some code that was written in Matlab, and I've been trying to > make it Octave compatible. Part of it uses the fminbnd function, however > the Octave-Forge function is not as fast as the Matlab one

[OctDev] Ubuntu Hardy Audio Package fix....

2008-05-14 Thread Rob Frohne
Hi All, I found that playaudio worked correctly, but the sound() and soundsc() from the audio package didn't. The fix was the go where the audio package was installed, in my case ~/octave/audio-1.1.1/i686-pc-linux-gnu-api-v32 and mv the PKG_ADD file to PKG_ADD_Removed so it wouldn't look for "ofs