|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
Octave-3.0.1 for Windows availableHi all,
I'm glad to announce that the binary installer of Octave-3.0.1 for Windows is now available from octave-forge web site (http://sourceforge.net/projects/octave). Besides containing octave-3.0.1 and octave-forge-20080429, the major differences are: - no separate installers anymore: everything is included into a single installer, which is about 53MB - inclusion of OctaveDE GUI front-end as technology preview (the software is still in alpha stage) Among the new octave-forge packages, some of them have been left out of this binary release, mainly because of lack of support under Windows. They might be provided later on as add-on's, if I succeed to compile them. Those packages are: ann, database, ftp, octgpr, multicore and video. Other unsupported packages are (as in previous releases): engine, graceplot, optiminterp, parallel, pdb, tcl-octave, vrml, xraylib and zenity. Michael. _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
Re: [OctDev] Octave-3.0.1 for Windows availableMichael Goffioul wrote:
> Hi all, > > I'm glad to announce that the binary installer of Octave-3.0.1 for > Windows is now available from octave-forge web site > (http://sourceforge.net/projects/octave). > > Besides containing octave-3.0.1 and octave-forge-20080429, > the major differences are: > - no separate installers anymore: everything is included into > a single installer, which is about 53MB > - inclusion of OctaveDE GUI front-end as technology preview > (the software is still in alpha stage) > > Among the new octave-forge packages, some of them have > been left out of this binary release, mainly because of lack > of support under Windows. They might be provided later on > as add-on's, if I succeed to compile them. Those packages > are: ann, database, ftp, octgpr, multicore and video. Other > unsupported packages are (as in previous releases): engine, > graceplot, optiminterp, parallel, pdb, tcl-octave, vrml, xraylib > and zenity. > > Good work, but the ginput function from octave-forge that uses a chat file with windows as popen2 is not used for the gnuplot stream appears to be broken. regards David -- David Bateman David.Bateman@... Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 6 72 01 06 33 (Mob) 91193 Gif-Sur-Yvette FRANCE +33 1 69 35 77 01 (Fax) The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
Re: [OctDev] Octave-3.0.1 for Windows availableOn Mon, May 5, 2008 at 12:15 PM, David Bateman
<David.Bateman@...> wrote: > Good work, but the ginput function from octave-forge that uses a chat > file with windows as popen2 is not used for the gnuplot stream appears > to be broken. #@!!%$?.... The fix has been applied to octave source (both branches) after the release. I'll try to backport it and update the package. For the time being, I switched the release status to "hiddden" on Sourceforge. I hope to get back with an updated package tomorrow. Sorry for that. Michael. _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
Re: [OctDev] Octave-3.0.1 for Windows availableHi,
Which compiler was used to build this package, mingw or MSVC? 2008/5/5 Michael Goffioul <michael.goffioul@...>:
-- ***************************************** José Luis García Pallero jgpallero@... (o< / / \ V_/_ Use Debian GNU/Linux and enjoy! ***************************************** _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
Re: [OctDev] Octave-3.0.1 for Windows availableOn Mon, May 5, 2008 at 1:21 PM, José Luis García Pallero
<jgpallero@...> wrote: > Hi, > Which compiler was used to build this package, mingw or MSVC? MSVC 2005. Michael. _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
Re: [OctDev] Octave-3.0.1 for Windows availableOn May 5, 2008, at 6:23 AM, Michael Goffioul wrote: > On Mon, May 5, 2008 at 12:15 PM, David Bateman > <David.Bateman@...> wrote: >> Good work, but the ginput function from octave-forge that uses a chat >> file with windows as popen2 is not used for the gnuplot stream >> appears >> to be broken. > > #@!!%$?.... > > The fix has been applied to octave source (both branches) after > the release. I'll try to backport it and update the package. For the > time being, I switched the release status to "hiddden" on > Sourceforge. I hope to get back with an updated package tomorrow. > > Sorry for that. > > Michael. > _______________________________________________ > Help-octave mailing list > Help-octave@... > https://www.cae.wisc.edu/mailman/listinfo/help-octave Also, when I try to run octavede.exe, it complains about not finding msvcr71.dll. I copied an existing version of the file into the same directory as the executable and now no longer get the error. I was working off a clean install of Windows XP Home, so maybe I needed to install some runtime first? John Swensen _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
Re: [OctDev] Octave-3.0.1 for Windows availableOn Mon, May 5, 2008 at 3:56 PM, John Swensen <jpswensen@...> wrote:
> Also, when I try to run octavede.exe, it complains about not finding > msvcr71.dll. I copied an existing version of the file into the same > directory as the executable and now no longer get the error. I was working > off a clean install of Windows XP Home, so maybe I needed to install some > runtime first? Ugh? This should not happen. All included files have been compiled with MSVC8, so I wonder where this dependency comes from (the only module I know that was using msvcr71.dll was Console2, and I removed it). Do you also have the problem when starting octave in console mode (without the GUI)? Michael. _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
Re: [OctDev] Octave-3.0.1 for Windows availableOn May 5, 2008, at 10:19 AM, Michael Goffioul wrote: > On Mon, May 5, 2008 at 3:56 PM, John Swensen <jpswensen@...> > wrote: >> Also, when I try to run octavede.exe, it complains about not finding >> msvcr71.dll. I copied an existing version of the file into the same >> directory as the executable and now no longer get the error. I was >> working >> off a clean install of Windows XP Home, so maybe I needed to >> install some >> runtime first? > > Ugh? > > This should not happen. All included files have been compiled with > MSVC8, > so I wonder where this dependency comes from (the only module I know > that > was using msvcr71.dll was Console2, and I removed it). Do you also > have the > problem when starting octave in console mode (without the GUI)? > > Michael. Yes, I get the same error when starting octave in console mode. John _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
| Free Forum Powered by Nabble | Forum Help |