On 04/23/2010 10:39 AM, Tatsuro MATSUOKA wrote:
> Hello
> 
> I'm very very glad to hear that you will try to add new features octave for 
> windows.
> 
> You may use pre-build dependencies by Benjamin in octave-3.2.4 /mingw on the 
> sourceForge for building
> octave.  Building dependencies from source is really time consuming events.
> You may skip it at least building octave from source for 3.2 branch.
> 
> The below is my trail to build octave-3.2.4 on the base of
> dependencies shipped with octave-3.2.3/mingw binary package on the 
> OctaveForge web site.
> 
> http://octave.1599824.n4.nabble.com/Re-Building-for-Microsoft-Windows-using-MSYS-td1652039.html#a1652044
> 
> In the thread, I wrote
> ****************
> 2. modify c++ header file, gcc-4.4.0 to avoid a bug for shared libstdc++ 
> building[1] .
> In C:\Octave\3.2.3_gcc4.4.0B\mingw32\lib\gcc\mingw32\4.4.0\include\c++
> You can find C++ header files.
> Please modify the files, 'exception', 'new' and '/typeinfo'.
> ( I recommend to backup these files before modification.)
> Replace all 'class _GLIBCXX_IMPORT' by 'class' by a suitable text editor.
> Notepad++ is bundled with octave-3.2.3/mingw32 in 
> C:\Octave\3.2.3_gcc4.4.0B\tools\notepad++.
> **************
> 
> Perhaps gcc-4.4.0 shipped with octave-3.2.4, the modification of header files 
> 'exception', 'new' and
> '/typeinfo' seems to be done.  However, please confirm by yourself.
> 
> The above thread, I used the patch for octave source of 3.2.3 to building 
> octave-3.2.4 so that
> manually corrections were required. You may skip some modifications if you 
> use a new patch for source
> of octave-3.2.4.
> 
> I hope the above descriptions are helpful for you
> 
> Regards
> 
> Tatsuro

I've tried following these instructions when you mentioned them.
Unfortunately I got stuck at autogen'erating (a lot of missing
prerequisites).

But I got my original worries fixed! Apparently my biggest mistake
following the HOWTO instructions was using the rxvt terminal emulator.
If I use the cmd window, my original problems disappear.

Cheers,
Grundberg

------------------------------------------------------------------------------
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to