From: Ole J. H. <wat...@ya...> - 2004-10-28 14:06:13
|
Hi, Paul. Yes, I used octave.nsi, and No, I didn't use the file you provided. I've built Octave, octave-forge from scratch. I've tested the gshow function, and my gnuplot pops up. ;-) I can install Octave by using the installer, which works. I've tried NSIS-2.02 and 2.0, and they both are giving this error: What version of NSIS did you make the Octave-2.1.50 package with? This is what doesn't work(, and what to do... ) No Language selection appears: This is easy to solve. No License text appears: It shouldn't be difficult to fix. At the end of the installation: Windows can't find run.exe, and throws this error message at me: "Error: Couldn't find Files\GNU anywhere. I even looked in the PATH, I also tried appending [1]: [2]:.exe " Seen this error before? And rxvt doesn't pop up either...What libraries are rxvt depending on? I've tried to compare with the install-package for Octave-2.1.50. I've compared the entries in REGEDIT as well. Same entries are found in both Octave-2.1.50 and Octave-2.1.60. I believe the problem isn't here....Rather the PATH settings, I guess? Personally I can survive without the language and license, but when install_octave.sh is called I'm getting the error mentioned above. Any suggestions? Ole Paul Kienzle wrote: > So you rebuilt from scratch? Or did you use my version? > Obviously the former since my version had octave-forge > already installed in /opt/octave-2.1.60/site/octave-forge. > > Did you use octave.nsi? What changes did you make? > > What did you use for the cygwin environment? The one I > provided? Have you tested it yet? Did it work? > > My lapack.dll includes blas. The idea was to make > platform specific lapack-atlas-arch.dll files and copy > them over lapack.dll at install time. Note that we > should have a copy of lapack.dll in lapack-base.dll > in case there is any problems. > > I don't know why the FILE command isn't working. > > - Paul > > On Oct 28, 2004, at 2:31 AM, Ole Jacob Hagen wrote: > >> Hi, Paul. >> >> During the late hours tonight I managed to make a standalone >> Octave-2.1.60 with Octave-forge and win32-version of Gnuplot. >> >> Now I've just have to solve the symlinks of the oct-files, and go >> through all the oct-files. >> >> I didn't get a "permission denied" error when I quit Octave. >> >> I've installed octave-forge into Octave's /share and libexec as done >> on Linux-systems. >> Why this doesn't happen automatically in cygwin environment, I don't >> know. >> But it should, right? >> >> Thanks for helping out, Paul. >> Appreciate it a lot. >> >> This didn't work on the new version of NSIS (2.0): >> >> FILE /r "${ROOT}\opt\octave-${VERSION}\bin\*.*" >> >> I should have a standalone application this day. >> >> Need a suggestion: >> >> Should I use ATLAS and/or BLAS packages? >> >> Cheers, >> >> Ole J. >> > > |