Thanks, 

Installing the octave-headers with my package manager solved the problem.  This 
is the second time I found a sneaky omission in the base ubuntu packages.  Last 
time I was missing the Python.h file.

Cheers,

scott

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wed 10/1/2008 10:13 PM
To: [email protected]
Subject: Octave-dev Digest, Vol 29, Issue 2
 
Send Octave-dev mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/octave-dev
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Octave-dev digest..."


Today's Topics:

   1. Re: Importation of control,       quaternion and finance  packages
      from Octave (S?ren Hauberg)
   2. io-1.0.7  intallation problem (Scott Askey)
   3. Re: io-1.0.7  intallation problem (S?ren Hauberg)
   4. Re: io-1.0.7  intallation problem (S?ren Hauberg)
   5. Re: io-1.0.7  intallation problem (S?ren Hauberg)
   6. Octave Mingw32 3.0.2 installer package available - finally!
      (Benjamin Lindner)
   7. Re: Octave Mingw32 3.0.2 installer package available -
      finally! (Tatsuro MATSUOKA)
   8. Re: Octave Mingw32 3.0.2 installer package available -
      finally! (Doug Stewart)


----------------------------------------------------------------------

Message: 1
Date: Wed, 01 Oct 2008 11:55:21 +0200
From: S?ren Hauberg <[EMAIL PROTECTED]>
Subject: Re: [OctDev] Importation of control,   quaternion and finance
        packages from Octave
To: David Bateman <[EMAIL PROTECTED]>
Cc: octave-forge list <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-15

ons, 01 10 2008 kl. 11:41 +0200, skrev David Bateman:
> As the last octave-forge release was nominally considered as the last 
> 3.0.x release, I just imported the control, quaternion and finance 
> packages that were removed from Octave 3.1. This won't cause an issue 
> for 3.0.x releases, but once we start making 3.1. specific changes to 
> octave-forge it will (eg removing imread, etc from octave-forge as they 
> are in Octave 3.1).

As a follow-up, I've removed imread and imwrite from the image package.
I've bumped its requirement to octave 3.1.51 or later.

The 'image' package still contains I/O functions for jpeg and png that
are using libjpeg and libpng directly. Do we still need these functions?
They can still be of use to people that doesn't have GraphicsMagick, so
they have some value. But my question is: do they have enough value to
justify keeping them? Does anybody actually use these functions?

S?ren




------------------------------

Message: 2
Date: Tue, 30 Sep 2008 19:11:07 -0700 (PDT)
From: Scott Askey <[EMAIL PROTECTED]>
Subject: [OctDev] io-1.0.7  intallation problem
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii

Weh I try to install the io package octave cannot find the makeoct file.  the 
Statistics and plot packages installed without incedent.  I am running a 32 bit 
core2  mac book pro  with ubuntu 8.04

octave:6> pkg install io-1.0.7.tar.gz
make: mkoctfile: Command not found
make: *** [dlmread.oct] Error 127
error: 'make' returned the following error: make: Entering directory 
`/tmp/oct-302XMM/io-1.0.7/src'
mkoctfile dlmread.cc
make: Leaving directory `/tmp/oct-302XMM/io-1.0.7/src'
error: called from `pkg:configure_make' in file 
/usr/share/octave/3.0.0/m/pkg/pkg.m near line 1058, column 2
octave:6> version
ans = 3.0.0


Linux blazer-laptop 2.6.24-21-generic #1 SMP Mon Aug 25 17:32:09 UTC 2008 i686 
GNU/Linux

Thanks

Scott




      



------------------------------

Message: 3
Date: Wed, 01 Oct 2008 16:54:07 +0200
From: S?ren Hauberg <[EMAIL PROTECTED]>
Subject: Re: [OctDev] io-1.0.7  intallation problem
To: [EMAIL PROTECTED]
Cc: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-15

tir, 30 09 2008 kl. 19:11 -0700, skrev Scott Askey:
> Weh I try to install the io package octave cannot find the makeoct file.  the 
> Statistics and plot packages installed without incedent.  I am running a 32 
> bit core2  mac book pro  with ubuntu 8.04
> 
> octave:6> pkg install io-1.0.7.tar.gz
> make: mkoctfile: Command not found

This command is in the 'octave-headers' package (I think). Otherwise,
it's called 'octave-devel' or something like that. You can install this
package using synaptic, apt-get, or whatever your favorite tool is.

S?ren

> make: *** [dlmread.oct] Error 127
> error: 'make' returned the following error: make: Entering directory 
> `/tmp/oct-302XMM/io-1.0.7/src'
> mkoctfile dlmread.cc
> make: Leaving directory `/tmp/oct-302XMM/io-1.0.7/src'
> error: called from `pkg:configure_make' in file 
> /usr/share/octave/3.0.0/m/pkg/pkg.m near line 1058, column 2
> octave:6> version
> ans = 3.0.0
> 
> 
> Linux blazer-laptop 2.6.24-21-generic #1 SMP Mon Aug 25 17:32:09 UTC 2008 
> i686 GNU/Linux
> 
> Thanks
> 
> Scott
> 
> 
> 
> 
>       
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Octave-dev mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/octave-dev




------------------------------

Message: 4
Date: Wed, 01 Oct 2008 17:21:02 +0200
From: S?ren Hauberg <[EMAIL PROTECTED]>
Subject: Re: [OctDev] io-1.0.7  intallation problem
To: Thomas Weber <[EMAIL PROTECTED]>
Cc: [email protected], [EMAIL PROTECTED],        Quentin
        Spencer <[EMAIL PROTECTED]>,    Octave Maintainers
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-15

ons, 01 10 2008 kl. 16:34 +0200, skrev Thomas Weber:
> Am Dienstag, den 30.09.2008, 19:11 -0700 schrieb Scott Askey:
> > Weh I try to install the io package octave cannot find the makeoct
> >  file.  the Statistics and plot packages installed without incedent.  I
> >  am running a 32 bit core2  mac book pro  with ubuntu 8.04
> 
> aptitude install octave3.0-headers.
> 
> John, can you please add the attached patch to the archive?
> Jaroslav, please transplant it into 3.0 archive.
> Quentin, is the information about Fedora correct?

I think it would be better to simply advise the user to install
'octave3.0-headers' using the distributions packager manager, instead of
giving specific  commands to be executed at the command line.
Personally, I rarely use apt directly as I can never remember the
commands; so I just use synaptic.

S?ren




------------------------------

Message: 5
Date: Wed, 01 Oct 2008 19:20:27 +0200
From: S?ren Hauberg <[EMAIL PROTECTED]>
Subject: Re: [OctDev] io-1.0.7  intallation problem
To: Thomas Weber <[EMAIL PROTECTED]>
Cc: [email protected], Quentin Spencer
        <[EMAIL PROTECTED]>,    Octave Maintainers
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-15

ons, 01 10 2008 kl. 16:34 +0200, skrev Thomas Weber:
> Am Dienstag, den 30.09.2008, 19:11 -0700 schrieb Scott Askey:
> > Weh I try to install the io package octave cannot find the makeoct
> >  file.  the Statistics and plot packages installed without incedent.  I
> >  am running a 32 bit core2  mac book pro  with ubuntu 8.04
> 
> aptitude install octave3.0-headers.

BTW is there a reason why Debian and Fedora names this packages
differently? I have no preference as to which name is better, but
wouldn't it be better if they had the same name?

S?ren




------------------------------

Message: 6
Date: Wed, 01 Oct 2008 20:37:18 +0200
From: Benjamin Lindner <[EMAIL PROTECTED]>
Subject: [OctDev] Octave Mingw32 3.0.2 installer package available -
        finally!
To: octave-dev <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi all,

I have uploaded an installer of Octave 3.0.2 for win32 built with 
mingw32 on the octave-forge sourceforge hoempage. It's not perfect yet, 
but hey, then what is...

I took the liberty of creating a new package named "Octave Forge MinGW 
Windows" and added a release of the Octave 3.0.2 installer.

The installer contains a build of
*) octave 3.0.2
*) atlas 3.8.2 libraries
*) gnuplot 4.3.0-cvs-20080808 with michael's console patch and compiled 
with VOLATILE_DATA to allow mouse-zooming
*) notepad++ 5.0.3 as text editor

It contains the gnu/gcc compiler used to build the package (TDM GCC 
4.3.0-2) and a mini MSYS 1.0.11 environment.

Additionally I added a few octave-forge packages, namely
general-1.0.7
miscellaneous-1.0.7
time-1.0.8
optim-1.0.4
signal-1.0.8
audio-1.1.2
benchmark-1.0.0
bioinfo-0.1.1
combinatorics-1.0.7
communications-1.0.8
control-1.0.7
data-smoothing-1.1.1
econometrics-1.0.7
financial-0.3.0
ga-0.9.4
gsl-1.0.7
ident-1.0.6
image-1.0.8
informationtheory-0.1.6
io-1.0.7
irsa-1.0.6
linear-algebra-1.0.6
missing-functions-1.0.1
nnet-0.1.8
odebvp-1.0.5
odepkg-0.6.4
optiminterp-0.3.1
outliers-0.13.8
physicalconstants-0.1.6
plot-1.0.6
sockets-1.0.5
specfun-1.0.7
special-matrix-1.0.6
splines-1.0.6
statistics-1.0.7
strings-1.0.6
struct-1.0.6
vrml-1.0.7
zenity-0.5.6
fixed-0.7.8
mapping-1.0.6
integration-1.0.6

into the installer.
All these forge packages can also be installed via "pkg install" if not 
chosen during the installation.

More forge-packages will be added step-by-step, but I wanted to 
(finally!) make a first release, even if it's not as complete as 
michael's yet.

Again, there are still a few depencency libs missing for forge packages, 
I'm working on it...

I tested the installer on a w2ksp4 and a wxp machine. Don't know about 
vista and cannot test, since I do not have it available.

benjamin



------------------------------

Message: 7
Date: Thu, 2 Oct 2008 09:29:16 +0900 (JST)
From: Tatsuro MATSUOKA <[EMAIL PROTECTED]>
Subject: Re: [OctDev] Octave Mingw32 3.0.2 installer package available
        -       finally!
To: Benjamin Lindner <[EMAIL PROTECTED]>,       octave-dev
        <[email protected]>
Cc: MATSUOKA Tatsuro <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=iso-2022-jp

Hello

Congraturations!!

It's a good news for your uploading Octave Mingw32.

However, where can I get the binaries? 

I went to Octave-Forge page. No information is available for Octave Mingw32 
there.

Regards

Tatsuro


--- Benjamin Lindner <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> I have uploaded an installer of Octave 3.0.2 for win32 built with 
> mingw32 on the octave-forge sourceforge hoempage. It's not perfect yet, 
> but hey, then what is...
> 
> I took the liberty of creating a new package named "Octave Forge MinGW 
> Windows" and added a release of the Octave 3.0.2 installer.
> 
> The installer contains a build of
> *) octave 3.0.2
> *) atlas 3.8.2 libraries
> *) gnuplot 4.3.0-cvs-20080808 with michael's console patch and compiled 
> with VOLATILE_DATA to allow mouse-zooming
> *) notepad++ 5.0.3 as text editor
> 
> It contains the gnu/gcc compiler used to build the package (TDM GCC 
> 4.3.0-2) and a mini MSYS 1.0.11 environment.
> 
> Additionally I added a few octave-forge packages, namely
> general-1.0.7
> miscellaneous-1.0.7
> time-1.0.8
> optim-1.0.4
> signal-1.0.8
> audio-1.1.2
> benchmark-1.0.0
> bioinfo-0.1.1
> combinatorics-1.0.7
> communications-1.0.8
> control-1.0.7
> data-smoothing-1.1.1
> econometrics-1.0.7
> financial-0.3.0
> ga-0.9.4
> gsl-1.0.7
> ident-1.0.6
> image-1.0.8
> informationtheory-0.1.6
> io-1.0.7
> irsa-1.0.6
> linear-algebra-1.0.6
> missing-functions-1.0.1
> nnet-0.1.8
> odebvp-1.0.5
> odepkg-0.6.4
> optiminterp-0.3.1
> outliers-0.13.8
> physicalconstants-0.1.6
> plot-1.0.6
> sockets-1.0.5
> specfun-1.0.7
> special-matrix-1.0.6
> splines-1.0.6
> statistics-1.0.7
> strings-1.0.6
> struct-1.0.6
> vrml-1.0.7
> zenity-0.5.6
> fixed-0.7.8
> mapping-1.0.6
> integration-1.0.6
> 
> into the installer.
> All these forge packages can also be installed via "pkg install" if not 
> chosen during the installation.
> 
> More forge-packages will be added step-by-step, but I wanted to 
> (finally!) make a first release, even if it's not as complete as 
> michael's yet.
> 
> Again, there are still a few depencency libs missing for forge packages, 
> I'm working on it...
> 
> I tested the installer on a w2ksp4 and a wxp machine. Don't know about 
> vista and cannot test, since I do not have it available.
> 
> benjamin
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Octave-dev mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/octave-dev
> 


--------------------------------------
Enjoy MLB with MAJOR.JP! Ichiro, Matsuzaka, Matsui, and more!
http://pr.mail.yahoo.co.jp/mlb/



------------------------------

Message: 8
Date: Wed, 01 Oct 2008 22:15:37 -0400
From: Doug Stewart <[EMAIL PROTECTED]>
Subject: Re: [OctDev] Octave Mingw32 3.0.2 installer package available
        -       finally!
To: Benjamin Lindner <[EMAIL PROTECTED]>
Cc: octave-dev <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Benjamin Lindner wrote:
> Hi all,
>
> I have uploaded an installer of Octave 3.0.2 for win32 built with 
> mingw32 on the octave-forge sourceforge hoempage. It's not perfect yet, 
> but hey, then what is...
>
> I took the liberty of creating a new package named "Octave Forge MinGW 
> Windows" and added a release of the Octave 3.0.2 installer.
>
> The installer contains a build of
> *) octave 3.0.2
> *) atlas 3.8.2 libraries
> *) gnuplot 4.3.0-cvs-20080808 with michael's console patch and compiled 
> with VOLATILE_DATA to allow mouse-zooming
> *) notepad++ 5.0.3 as text editor
>
> It contains the gnu/gcc compiler used to build the package (TDM GCC 
> 4.3.0-2) and a mini MSYS 1.0.11 environment.
>
> Additionally I added a few octave-forge packages, namely
> general-1.0.7
> miscellaneous-1.0.7
> time-1.0.8
> optim-1.0.4
> signal-1.0.8
> audio-1.1.2
> benchmark-1.0.0
> bioinfo-0.1.1
> combinatorics-1.0.7
> communications-1.0.8
> control-1.0.7
> data-smoothing-1.1.1
> econometrics-1.0.7
> financial-0.3.0
> ga-0.9.4
> gsl-1.0.7
> ident-1.0.6
> image-1.0.8
> informationtheory-0.1.6
> io-1.0.7
> irsa-1.0.6
> linear-algebra-1.0.6
> missing-functions-1.0.1
> nnet-0.1.8
> odebvp-1.0.5
> odepkg-0.6.4
> optiminterp-0.3.1
> outliers-0.13.8
> physicalconstants-0.1.6
> plot-1.0.6
> sockets-1.0.5
> specfun-1.0.7
> special-matrix-1.0.6
> splines-1.0.6
> statistics-1.0.7
> strings-1.0.6
> struct-1.0.6
> vrml-1.0.7
> zenity-0.5.6
> fixed-0.7.8
> mapping-1.0.6
> integration-1.0.6
>
> into the installer.
> All these forge packages can also be installed via "pkg install" if not 
> chosen during the installation.
>
> More forge-packages will be added step-by-step, but I wanted to 
> (finally!) make a first release, even if it's not as complete as 
> michael's yet.
>
> Again, there are still a few depencency libs missing for forge packages, 
> I'm working on it...
>
> I tested the installer on a w2ksp4 and a wxp machine. Don't know about 
> vista and cannot test, since I do not have it available.
>
> benjamin
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Octave-dev mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/octave-dev
>
>   


I tried to find it( the 3.0.2  installer) but no luck!!!

I then downloaded the octave 3.1.50 and they are working - but no packages.

What is the best way to now get all the packages down and installed on 
my windows XP machine.

I know that I am trying the unstable branch, and I am doing it to help 
the team!




------------------------------

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

------------------------------

_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev


End of Octave-dev Digest, Vol 29, Issue 2
*****************************************


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to