This list is closed, nobody may subscribe to it.
2000 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(14) |
Nov
(10) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
(4) |
Mar
|
Apr
(3) |
May
(13) |
Jun
(2) |
Jul
(7) |
Aug
|
Sep
(2) |
Oct
(5) |
Nov
(8) |
Dec
|
2002 |
Jan
|
Feb
|
Mar
(19) |
Apr
(8) |
May
(8) |
Jun
(8) |
Jul
(4) |
Aug
(8) |
Sep
(19) |
Oct
(13) |
Nov
(37) |
Dec
(2) |
2003 |
Jan
(7) |
Feb
(23) |
Mar
(16) |
Apr
(4) |
May
(18) |
Jun
(9) |
Jul
(7) |
Aug
(6) |
Sep
(7) |
Oct
|
Nov
(39) |
Dec
(57) |
2004 |
Jan
(21) |
Feb
(15) |
Mar
(17) |
Apr
(9) |
May
(17) |
Jun
(65) |
Jul
(33) |
Aug
(48) |
Sep
(93) |
Oct
(35) |
Nov
(18) |
Dec
(4) |
2005 |
Jan
(20) |
Feb
(59) |
Mar
(17) |
Apr
(59) |
May
(77) |
Jun
(32) |
Jul
(34) |
Aug
(8) |
Sep
(34) |
Oct
(26) |
Nov
(65) |
Dec
(66) |
2006 |
Jan
(45) |
Feb
(37) |
Mar
(50) |
Apr
(32) |
May
(48) |
Jun
(42) |
Jul
(12) |
Aug
(53) |
Sep
(51) |
Oct
(79) |
Nov
(46) |
Dec
(25) |
2007 |
Jan
(120) |
Feb
(78) |
Mar
(45) |
Apr
(91) |
May
(155) |
Jun
(66) |
Jul
(96) |
Aug
(110) |
Sep
(145) |
Oct
(189) |
Nov
(68) |
Dec
(160) |
2008 |
Jan
(163) |
Feb
(212) |
Mar
(209) |
Apr
(157) |
May
(216) |
Jun
(120) |
Jul
(80) |
Aug
(83) |
Sep
(98) |
Oct
(120) |
Nov
(80) |
Dec
(129) |
2009 |
Jan
(45) |
Feb
(80) |
Mar
(174) |
Apr
(142) |
May
(133) |
Jun
(191) |
Jul
(183) |
Aug
(138) |
Sep
(77) |
Oct
(141) |
Nov
(209) |
Dec
(131) |
2010 |
Jan
(85) |
Feb
(213) |
Mar
(245) |
Apr
(222) |
May
(168) |
Jun
(82) |
Jul
(50) |
Aug
(144) |
Sep
(92) |
Oct
(80) |
Nov
(64) |
Dec
(78) |
2011 |
Jan
(58) |
Feb
(98) |
Mar
(112) |
Apr
(98) |
May
(64) |
Jun
(150) |
Jul
(126) |
Aug
(59) |
Sep
(271) |
Oct
(154) |
Nov
(321) |
Dec
(183) |
2012 |
Jan
(146) |
Feb
(217) |
Mar
(426) |
Apr
(208) |
May
(206) |
Jun
(230) |
Jul
(158) |
Aug
(170) |
Sep
(237) |
Oct
(260) |
Nov
(178) |
Dec
|
From: JuanPi <aj...@gm...> - 2012-10-08 15:22:33
|
On Mon, Oct 8, 2012 at 5:16 PM, Carnë Draug <car...@gm...> wrote: > On 8 October 2012 17:11, JuanPi <aj...@gm...> wrote: >> I am not being able to close tickets in the forum. Did I lost this power? :( > > Maybe. But if you did it was not on purpose. The move to the new > system messed up some things... > > Carnë Thanks, it is working now! -- JuanPi Carbajal ----- "It is one thing not to be able to perform a certain feat, but quite another to prove that it cannot be done." - Henry Ernest Dudeney ----- http://ailab.ifi.uzh.ch/carbajal/ |
From: Carnë D. <car...@gm...> - 2012-10-08 15:17:14
|
On 8 October 2012 17:11, JuanPi <aj...@gm...> wrote: > I am not being able to close tickets in the forum. Did I lost this power? :( Maybe. But if you did it was not on purpose. The move to the new system messed up some things... Carnë |
From: JuanPi <aj...@gm...> - 2012-10-08 15:11:56
|
Hi all, I am not being able to close tickets in the forum. Did I lost this power? :( Thanks -- JuanPi Carbajal ----- "It is one thing not to be able to perform a certain feat, but quite another to prove that it cannot be done." - Henry Ernest Dudeney ----- http://ailab.ifi.uzh.ch/carbajal/ |
From: JuanPi <aj...@gm...> - 2012-10-08 15:10:48
|
Hi all, I added the function findpeaks.m to the signal package. Enjoy! -- JuanPi Carbajal ----- "It is one thing not to be able to perform a certain feat, but quite another to prove that it cannot be done." - Henry Ernest Dudeney ----- http://ailab.ifi.uzh.ch/carbajal/ |
From: Greg <ewa...@gm...> - 2012-10-08 07:09:38
|
On Fri, Oct 5, 2012 at 5:21 PM, Martin Helm <ma...@mh...> wrote: > Am 05.10.2012 16:51, schrieb Greg: > > Hello again for my second question of the day: > > > > I'm trying to use Gnuplot with Octave. After quite a big number of > > tries, I found this funny thing: > > > > The command "peaks" typed in Octave compiled with Microsoft Visual > > uses the 'wxt' terminal, wheras the Octave compiled with MinGW uses > > the 'windows' terminal. > > > > The situation is the following: I need to use the Microsoft Visual > > package, but I want the 'windows' terminal of Gnuplot. > > > > I have created a GNUPLOT.INI in C:\Users\<user>\AppData\Roaming with > > the single line "set terminal windows". It works because after that, > > running directly Gnuplot and typing "plot sin(x)" uses the 'windows' > > terminal. > > > > And the problem is that the "peaks" command still runs Gnuplot with > > the 'wxt' terminal. It seems that Gnuplot ignores this config file > > when called by Octave. > > > > How to change this behaviour and use the 'windows' terminal when > > plotting from Octave? > > > > > > Thanks! > > > > > > Greg > > > you set that within octave by > > setenv ("GNUTERM", "windows"); > > you may want to add this command to your .octaverc file, I do not know > where this is located on windows (on Linux it is in /home/username so I > guess in windows it is something like c:\user\username) > > Thanks, it just works! Have a good day! Greg |
From: Carnë D. <car...@gm...> - 2012-10-08 00:41:07
|
On 18 September 2012 09:23, Miguel <nun...@gm...> wrote: > > After some hours trying to connect to postgresql, I am geting convinced > there is currently no DB connection to postgresql DB from octave. Indeed, > there is a very nice small code for mkoctfile: > > http://dirk.eddelbuettel.com/code/octave-pg/ > > But, I found there is no longer a libpq++ in postgresql > (http://blog.gmane.org/gmane.comp.db.postgresql.interfaces/month=20080701)... > Anyone knows if there is a libpqxx interface (I found nothing on google)? > In another approach, maybe "extern C" can be used to reimplement a libpq > (standard C) based oct of Dirk Eddelbuettel's code? > > Best regards, > Miguel > (This is my first post here :) ). Every once in a while, someone complains on how the database package in Octave Forge is broken so there is an interest. However, as far as I know. No one is working on it. Do you want to fix it? You mention you spent some hours trying to connect to DB. Even without success at the end, could you maybe write down some of the things you found on the wiki? http://wiki.octave.org/Database_package Carnë |
From: Carnë D. <car...@gm...> - 2012-10-06 18:18:16
|
On 1 October 2012 17:34, Kris Thielemans <kri...@gm...> wrote: > From: Jordi Gutiérrez Hermoso >> Sent: 01 October 2012 15:27 >> >> On 1 October 2012 10:18, Kris Thielemans < > wrote: >> > Why not use fall back to boost unordered_map for (old) clang? At least the >> user can then install boost. >> >> Sure, this is fine too. I suppose I'll have to write an autoconf >> script now... Or would you do it? > > > You got me there :-; > > Unfortunately, my knowledge of autoconf is close to zero. I did find > http://code.google.com/p/carve/source/browse/configure.ac?name=rev-1.6 > which is from a GPL project. Maybe somebody can use this as starting point... Hi Kris I also don't know autoconf to fix this. Are you able to submit a patch to fix this? Or able to convince someone to fix it for you? About all the other warnings they are all in Octave core and have already been fixed in dev. There's nothing I can do about them. Carnë |
From: Michael G. <mic...@gm...> - 2012-10-06 15:09:19
|
On Sat, Oct 6, 2012 at 5:34 AM, Greg <ewa...@gm...> wrote: > Yeah, I saw the check-boxes available for the VS2010, but I don't want to > reinstall the whole Octave software to add a single package I didn't needed > when I first did the installation. That's why I wanted to manually install > more packages. The problem is that installing a package requires a proper build environment and the VS2010 compiler, then comes the trouble. Installation is quite straightforward using the installer, that shouldn't be a big trouble. Note that you can select all packages at installation, it doesn't mean they will loaded automatically by octave at startup (and you can easily override auto-loaded packages afterwards). Michael. |
From: nitnit <ni...@gm...> - 2012-10-06 10:58:38
|
For mingw you should download the sourceforge pkgs archive (http://sourceforge.net/projects/octave/files/Octave%20Windows%20binaries/Octave%203.6.2%20for%20Windows%20MinGW%20installer/Octave3.6.2_gcc4.6.2_pkgs_20120613.7z/download) and follow the instructions in the readme. Nitzan Greg wrote > And for the MinGW version, I found no packages. The "pkg list" command > says > there is no packages installed. Maybe I'm again doing something wrong? -- View this message in context: http://octave.1599824.n4.nabble.com/Install-package-under-Windows-tp4645051p4645072.html Sent from the Octave - Dev mailing list archive at Nabble.com. |
From: Greg <ewa...@gm...> - 2012-10-06 09:34:43
|
Yeah, I saw the check-boxes available for the VS2010, but I don't want to reinstall the whole Octave software to add a single package I didn't needed when I first did the installation. That's why I wanted to manually install more packages. And for the MinGW version, I found no packages. The "pkg list" command says there is no packages installed. Maybe I'm again doing something wrong? Thanks ! Greg On Fri, Oct 5, 2012 at 7:35 PM, Michael Goffioul <mic...@gm... > wrote: > On Fri, Oct 5, 2012 at 1:28 PM, Greg <ewa...@gm...> wrote: > >> I didn't knew that there were pre-compiled packages. I simply went to >> http://octave.sourceforge.net/packages.php and clicked "Download" for >> the needed packages... >> >> I will try Andy's solution as soon as I'm back on Windows! >> > > Both Windows versions of octave contains a large set of octave-forge > packages. If you use the VS2010 version, there's a trick because none of > the bundled packages (but the java one) is installed by default. When > running the installer, when you have to select the component to install, > expand the octave forge section and select the packages you want to install. > > Michael. > > |
From: Carnë D. <car...@gm...> - 2012-10-05 22:40:43
|
On 5 October 2012 20:03, LEo <le...@gm...> wrote: > Hello Carnë, > > A friend sugested me to add some checking for for input variables to > give an appropriate error message when some crazy dude try to stick a > string when it was expected a vector, and things like that. > What do you think? Is it necessary? If so, let me know and I will do it. > Another suggestion was to add References. Should I? How? > > Was the example/demo okay? > > Regards, > LEo Hi Leonardo could you please upload them to https://sourceforge.net/p/octave/feature-requests/40/ and follow this there? This things get lost very easily on mailing lists. But one problem is that demos should be made into demo blocks, not a separate demo script. Are you familiar with them? Carnë |
From: Donjan R. <dr...@st...> - 2012-10-05 18:00:49
|
On 05.10.2012 16:23, Carnë Draug wrote: > On 5 October 2012 13:19, Donjan Rodic <dr...@st...> wrote: >> I've had some video processing tasks and noticed the octave video-1.0.2 >> package from OctaveForge has fallen into disrepair. I've emailed the >> designated maintainer Xavier Delacour some days ago but haven't received a >> reply yet, so I hope this is the right place to hand in the patch set. >> >> Most of the work to make it play nice with newer ffmpeg versions has been >> done by Nitzan [1], my fixes make it correctly return NumFrames and the file >> size with newer ffmpeg versions, plus not reject videos with odd dimension >> sizes. >> >> Please cc me as I'm not subscribed to the dev list. > Hi Donjan > > the video package is indeed unmaintained at the moment, last release > was more than 3 years ago. Despite no maintainer, some users have > submitted patches to the package so yours no longer applies. Could you > please submit a new one against the dev version? You should be able to > checkout the current devel with: > > svn checkout https://svn.code.sf.net/p/octave/code/trunk/octave-forge/main/video > > Also could you please submit bug reports and patches to > https://sourceforge.net/p/octave/bugs/ Things get lost too easily in > mailing lists. > > Thanks in advance, > Carnë Hello Carnë I've made a patch against svn and opened a ticket on the bug tracker you linked to. Hope someone of you guys will do an updated release, the OctaveForge download has been non-functional for quite a while now. cheers Donjan |
From: Michael G. <mic...@gm...> - 2012-10-05 17:35:59
|
On Fri, Oct 5, 2012 at 1:28 PM, Greg <ewa...@gm...> wrote: > I didn't knew that there were pre-compiled packages. I simply went to > http://octave.sourceforge.net/packages.php and clicked "Download" for the > needed packages... > > I will try Andy's solution as soon as I'm back on Windows! > Both Windows versions of octave contains a large set of octave-forge packages. If you use the VS2010 version, there's a trick because none of the bundled packages (but the java one) is installed by default. When running the installer, when you have to select the component to install, expand the octave forge section and select the packages you want to install. Michael. |
From: Greg <ewa...@gm...> - 2012-10-05 17:28:33
|
I didn't knew that there were pre-compiled packages. I simply went to http://octave.sourceforge.net/packages.php and clicked "Download" for the needed packages... I will try Andy's solution as soon as I'm back on Windows! Thanks Greg On Fri, Oct 5, 2012 at 6:48 PM, Michael Goffioul <mic...@gm... > wrote: > On Fri, Oct 5, 2012 at 10:49 AM, Greg <ewa...@gm...> wrote: > >> Hello, >> >> I'm having some problems installing some extensions, but using the "GUI >> Octave" package manager and the standard Octave CLI. >> >> I've downloaded the Image package, and here is the result: >> >> octave.exe:4> pkg install C:/Users/<user>/Desktop/image.tar.gz >>> make: *** [__spatial_filtering__.oct] Error -1 >>> 'make' returned the following error: make: Entering directory >>> `C:/Users/<user>/AppData/Local/Temp/oct-3/image-1.0.15/src' >>> mkoctfile -Wall __spatial_filtering__.cc >>> make: Leaving directory >>> `C:/Users/SURRGRE/AppData/Local/Temp/oct-3/image-1.0.15/src' >>> error: called from `pkg>configure_make' in file >>> C:\Octave\share\octave\3.6.2\m\pkg\pkg.m near line 1385, column 9 >>> error: called from: >>> error: C:\Octave\share\octave\3.6.2\m\pkg\pkg.m at line 827, column 5 >>> error: C:\Octave\share\octave\3.6.2\m\pkg\pkg.m at line 383, column 9 >> >> >> I have already sucessfully installed packages on my home linux-based >> computer, but I had never tried on Windows. Do you have some ideas to get >> it working? >> >> >> Here are my Octave install caracteristics (from the "welcome screen"): >> >> GNU Octave, version 3.6.2 >> >> Octave was configured for "i686-pc-mingw32". >>> >> - MSYS shell available (C:\Octave\msys). >> >> - Graphics backend: gnuplot. >> >> >> >> > Is there any particular reason you're trying to recompile the image > package instead of using the bundled pre-compiled version? > > Michael. > > > |
From: Michael G. <mic...@gm...> - 2012-10-05 16:48:51
|
On Fri, Oct 5, 2012 at 10:49 AM, Greg <ewa...@gm...> wrote: > Hello, > > I'm having some problems installing some extensions, but using the "GUI > Octave" package manager and the standard Octave CLI. > > I've downloaded the Image package, and here is the result: > > octave.exe:4> pkg install C:/Users/<user>/Desktop/image.tar.gz >> make: *** [__spatial_filtering__.oct] Error -1 >> 'make' returned the following error: make: Entering directory >> `C:/Users/<user>/AppData/Local/Temp/oct-3/image-1.0.15/src' >> mkoctfile -Wall __spatial_filtering__.cc >> make: Leaving directory >> `C:/Users/SURRGRE/AppData/Local/Temp/oct-3/image-1.0.15/src' >> error: called from `pkg>configure_make' in file >> C:\Octave\share\octave\3.6.2\m\pkg\pkg.m near line 1385, column 9 >> error: called from: >> error: C:\Octave\share\octave\3.6.2\m\pkg\pkg.m at line 827, column 5 >> error: C:\Octave\share\octave\3.6.2\m\pkg\pkg.m at line 383, column 9 > > > I have already sucessfully installed packages on my home linux-based > computer, but I had never tried on Windows. Do you have some ideas to get > it working? > > > Here are my Octave install caracteristics (from the "welcome screen"): > > GNU Octave, version 3.6.2 > > Octave was configured for "i686-pc-mingw32". >> > - MSYS shell available (C:\Octave\msys). > > - Graphics backend: gnuplot. > > > > Is there any particular reason you're trying to recompile the image package instead of using the bundled pre-compiled version? Michael. |
From: Jordi G. H. <INV...@gn...> - 2012-10-05 15:25:50
|
Follow-up Comment #1, bug #37508 (project octave): This looks like a problem with an Octave Forge package, not a bug in Octave. The correct place to report this problem is the Octave Forge mailing list, oct...@li.... A copy of this update to the bug report is being sent to that list so that they are aware of it. Please follow up there. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?37508> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ |
From: Martin H. <ma...@mh...> - 2012-10-05 15:22:00
|
Am 05.10.2012 16:51, schrieb Greg: > Hello again for my second question of the day: > > I'm trying to use Gnuplot with Octave. After quite a big number of > tries, I found this funny thing: > > The command "peaks" typed in Octave compiled with Microsoft Visual > uses the 'wxt' terminal, wheras the Octave compiled with MinGW uses > the 'windows' terminal. > > The situation is the following: I need to use the Microsoft Visual > package, but I want the 'windows' terminal of Gnuplot. > > I have created a GNUPLOT.INI in C:\Users\<user>\AppData\Roaming with > the single line "set terminal windows". It works because after that, > running directly Gnuplot and typing "plot sin(x)" uses the 'windows' > terminal. > > And the problem is that the "peaks" command still runs Gnuplot with > the 'wxt' terminal. It seems that Gnuplot ignores this config file > when called by Octave. > > How to change this behaviour and use the 'windows' terminal when > plotting from Octave? > > > Thanks! > > > Greg > you set that within octave by setenv ("GNUTERM", "windows"); you may want to add this command to your .octaverc file, I do not know where this is located on windows (on Linux it is in /home/username so I guess in windows it is something like c:\user\username) |
From: Greg <ewa...@gm...> - 2012-10-05 14:52:07
|
Hello again for my second question of the day: I'm trying to use Gnuplot with Octave. After quite a big number of tries, I found this funny thing: The command "peaks" typed in Octave compiled with Microsoft Visual uses the 'wxt' terminal, wheras the Octave compiled with MinGW uses the 'windows' terminal. The situation is the following: I need to use the Microsoft Visual package, but I want the 'windows' terminal of Gnuplot. I have created a GNUPLOT.INI in C:\Users\<user>\AppData\Roaming with the single line "set terminal windows". It works because after that, running directly Gnuplot and typing "plot sin(x)" uses the 'windows' terminal. And the problem is that the "peaks" command still runs Gnuplot with the 'wxt' terminal. It seems that Gnuplot ignores this config file when called by Octave. How to change this behaviour and use the 'windows' terminal when plotting from Octave? Thanks! Greg |
From: Greg <ewa...@gm...> - 2012-10-05 14:50:05
|
Hello, I'm having some problems installing some extensions, but using the "GUI Octave" package manager and the standard Octave CLI. I've downloaded the Image package, and here is the result: octave.exe:4> pkg install C:/Users/<user>/Desktop/image.tar.gz > make: *** [__spatial_filtering__.oct] Error -1 > 'make' returned the following error: make: Entering directory > `C:/Users/<user>/AppData/Local/Temp/oct-3/image-1.0.15/src' > mkoctfile -Wall __spatial_filtering__.cc > make: Leaving directory > `C:/Users/SURRGRE/AppData/Local/Temp/oct-3/image-1.0.15/src' > error: called from `pkg>configure_make' in file > C:\Octave\share\octave\3.6.2\m\pkg\pkg.m near line 1385, column 9 > error: called from: > error: C:\Octave\share\octave\3.6.2\m\pkg\pkg.m at line 827, column 5 > error: C:\Octave\share\octave\3.6.2\m\pkg\pkg.m at line 383, column 9 I have already sucessfully installed packages on my home linux-based computer, but I had never tried on Windows. Do you have some ideas to get it working? Here are my Octave install caracteristics (from the "welcome screen"): GNU Octave, version 3.6.2 Octave was configured for "i686-pc-mingw32". > - MSYS shell available (C:\Octave\msys). - Graphics backend: gnuplot. Greg |
From: Carnë D. <car...@gm...> - 2012-10-05 14:23:53
|
On 5 October 2012 13:19, Donjan Rodic <dr...@st...> wrote: > I've had some video processing tasks and noticed the octave video-1.0.2 > package from OctaveForge has fallen into disrepair. I've emailed the > designated maintainer Xavier Delacour some days ago but haven't received a > reply yet, so I hope this is the right place to hand in the patch set. > > Most of the work to make it play nice with newer ffmpeg versions has been > done by Nitzan [1], my fixes make it correctly return NumFrames and the file > size with newer ffmpeg versions, plus not reject videos with odd dimension > sizes. > > Please cc me as I'm not subscribed to the dev list. Hi Donjan the video package is indeed unmaintained at the moment, last release was more than 3 years ago. Despite no maintainer, some users have submitted patches to the package so yours no longer applies. Could you please submit a new one against the dev version? You should be able to checkout the current devel with: svn checkout https://svn.code.sf.net/p/octave/code/trunk/octave-forge/main/video Also could you please submit bug reports and patches to https://sourceforge.net/p/octave/bugs/ Things get lost too easily in mailing lists. Thanks in advance, Carnë |
From: Carnë D. <car...@gm...> - 2012-10-05 13:21:39
|
On 24 September 2012 20:45, Carnë Draug <car...@gm...> wrote: > On 24 September 2012 18:12, Paul Dreik <sl...@pa...> wrote: >> Maybe it is good to rename the trunk _trunk or something (for the old >> repository), so people commiting to the wrong repository notice the >> difference. Unfortunately one then notices the change at a late stage, >> but that is better than committing and not knowing it was for a dead end >> repository. > > I'd settle for just removing the damn thing... I finnally got instructions to do it. If someone has problems with the repo let me know... maybe I did something I shouldn't had. Carnë |
From: Donjan R. <dr...@st...> - 2012-10-05 11:32:23
|
Hi everyone I've had some video processing tasks and noticed the octave video-1.0.2 package from OctaveForge has fallen into disrepair. I've emailed the designated maintainer Xavier Delacour some days ago but haven't received a reply yet, so I hope this is the right place to hand in the patch set. Most of the work to make it play nice with newer ffmpeg versions has been done by Nitzan [1], my fixes make it correctly return NumFrames and the file size with newer ffmpeg versions, plus not reject videos with odd dimension sizes. Please cc me as I'm not subscribed to the dev list. cheers Donjan Rodic [1] http://sourceforge.net/mailarchive/forum.php?thread_name=1347827972483-4644202.post%40n4.nabble.com&forum_name=octave-dev |
From: Philip N. <pr....@hc...> - 2012-10-05 10:50:28
|
Swift, Ted J. wrote: > -----Original Message----- > From: Philip Nienhuis [mailto:pr....@hc...] > Sent: Thursday, October 04, 2012 8:23 AM > To: Swift, Ted J.; oct...@li... > Subject: Re: [OctDev] xlread in 3.6.1 > : > <Big snip> : >> Ted Swift wrote 3 Oct 2012: >>> -------- >>> Hello again, Philip, >>> I'm going back to the basics and taking a close look at : <snip> : >>>> Checking Java support... >>>> 1. Checking Java JRE presence.... OK, found one. >>>> 2. Checking Octave Java support... error: No Java support found: `java_invoke' undefined near line 49 column 16. >>>> error: called from: >>>> error: C:/Octave/Octave3.6.1_gcc4.6.2/share/octave/packages\io-1.0.18\chk_spreadsheet_support.m at line 176, column 3 >>>> octave:3> system ('javac -version 2> nul') ans = 1 octave:4> >>>> system ('javac -version 2> null') ans = 1 octave:5> >>> >>> >>> In the file 'null' is the message: >>>> 'javac' is not recognized as an internal or external command, >>>> operable program or batch file. >>> >>> There is a javac in the /bin subdirectory, however. >>> Any thoughts? Thank you. >> >> Please keep list cc'd >> >> Yes; clearly javac isn't in the PATH. Which makes sense as on Windows systems, the<JDK>/bin directory is usually not in the PATH, unlike *nix systems where there are usually symlinks to java, javac and jar in /usr/bin >> >> Apparently the relevant statements in preinstall.m that should fix this don't work properly. >> So what you can do, in Octave, is (after setting JAVA_HOME): >> >> setenv ("PATH", [getenv('PATH') pathsep '/full/path/to/JDK/bin']) >> >> (single quotes) where I suppose (but please check) that '/full/path/to/JDK/bin' boils down to 'C:/Program Files (x86)/Java/jdk1.7.0_05/bin' >> and then again try to install the Java package. >> If it doesn't work, try again with backslashes instead of forward slashes. >> >> If none of this works I'm out of ideas. Too soon... I forgot the very obvious options: - Are you sure the Java package is loaded at all? If you do (in Octave) pkg list do you see in the output (possibly after scrolling down) a line like: : java *| 1.2.8 | ...\Octave\Octave-3.6.2\share\octave\packages\java-1.2.8 : (line wrap!) i.e., with the asterisk after the package name? If not (when you don't see the asterisk) you should do (in Octave) pkg load java and try again. Philip |
From: Swift, T. J. <ts...@wa...> - 2012-10-04 17:37:38
|
-----Original Message----- From: Philip Nienhuis [mailto:pr....@hc...] Sent: Thursday, October 04, 2012 8:23 AM To: Swift, Ted J.; oct...@li... Subject: Re: [OctDev] xlread in 3.6.1 <Big snip> > Ted Swift wrote 3 Oct 2012: > > -------- > > Hello again, Philip, > > I'm going back to the basics and taking a close look at > > http://wiki.octave.org/Java_package#Make_sure_that_the_build_environme > > nt_is_configured_properly > > > > I looked for where the JDK was installed and it is in (recall this is > > in Windows 7; sorry) > > > > C:\Program Files (x86)\Java\jdk1.7.0_05 > > > > After setting the environment in octaverc: > > > >> setenv('JAVA_HOME','C:/Program Files (x86)/Java/jdk1.7.0_05'); > > > > I launched Octave again, and invoked pre_install again. This time it returned silently, no errors.: > > > >> octave:1> pwd > >> ans = C:\Users\tswift > >> octave:2> pre_install > >> octave:3> chk_spreadsheet_support('',3) > >> > >> Checking Excel/ActiveX/COM... not working. > >> > >> Checking Java support... > >> 1. Checking Java JRE presence.... OK, found one. > >> 2. Checking Octave Java support... error: No Java support found: `java_invoke' undefined near line 49 column 16. > >> error: called from: > >> error: C:/Octave/Octave3.6.1_gcc4.6.2/share/octave/packages\io-1.0.18\chk_spreadsheet_support.m at line 176, column 3 > >> octave:3> system ('javac -version 2> nul') ans = 1 octave:4> > >> system ('javac -version 2> null') ans = 1 octave:5> > > > > > > In the file 'null' is the message: > >> 'javac' is not recognized as an internal or external command, > >> operable program or batch file. > > > > There is a javac in the /bin subdirectory, however. > > Any thoughts? Thank you. > > Please keep list cc'd > > Yes; clearly javac isn't in the PATH. Which makes sense as on Windows systems, the <JDK>/bin directory is usually not in the PATH, unlike *nix systems where there are usually symlinks to java, javac and jar in /usr/bin > > Apparently the relevant statements in preinstall.m that should fix this don't work properly. > So what you can do, in Octave, is (after setting JAVA_HOME): > > setenv ("PATH", [getenv('PATH') pathsep '/full/path/to/JDK/bin']) > > (single quotes) where I suppose (but please check) that '/full/path/to/JDK/bin' boils down to 'C:/Program Files (x86)/Java/jdk1.7.0_05/bin' > and then again try to install the Java package. > If it doesn't work, try again with backslashes instead of forward slashes. > > If none of this works I'm out of ideas. > > Philip > Thanks again. I will try those suggestions and report back to the list. Also, I've wondered whether the space in to 'C:/Program Files (x86)/Java/...' (between Program and Files) is throwing off Octave. I'd noted the warning early on that Octave doesn't like spaces in paths- which is allowed and common in Windows and Mac directories. But I've been assuming that since it's within quotes it's OK. More soon. -Ted __________________________________________ Ted Swift, Ph.D. Staff Environmental Scientist, DWR Municipal Water Quality Investigations Branch 916-376-9718, ts...@wa... Mailing: P.O. Box 942836 Sacramento, CA 94236-0001 Physical: 3500 Industrial Blvd., West Sacramento, CA 95691-6521 "Reality must take precedence over public relations, for Nature cannot be fooled." -Richard Feynman |
From: Jordi G. H. <jo...@oc...> - 2012-10-04 16:51:50
|
On 4 October 2012 12:49, Carnë Draug <car...@gm...> wrote: > We cannot use your examples since you copied them from matlab > documentation and they might have intellectual property on them... "Intellectual property" is a vague and confusing term. In this case, it could be a copyright violation, under some jurisdictions. - Jordi G. H. |