octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compile error on oct-env.cc in building octave-3.3.52+ on MinGW32


From: Tatsuro MATSUOKA
Subject: Re: compile error on oct-env.cc in building octave-3.3.52+ on MinGW32
Date: Wed, 22 Sep 2010 17:53:53 +0900 (JST)

Hello

--- "John W. Eaton"  wrote:

> On 22-Sep-2010, Tatsuro MATSUOKA wrote:
> 
> | Hello
> | 
> | Thank you for your information.
> | 
> | I always delete the old gnulib repository and use the most recent tip of 
> gnulib. for the 
> build.
> | 
> | Thus the treatment you have pointed out thus have no effect for my case.
> 
> But did you also remove the generated files in the libgnu directory and
> re-run autogen.sh and configure?  In this case, that is needed because
> a new module was added.  Simply updating the gnulib directory is not
> always sufficient.

Yes. Once I delete all working source directory and clone it from the original.

The below is what I have done for build.

I use mecurial and git on the cygwin

On the cygwin
cd "D:\usr\Tatsu\mingwhome\octaves\hg/octave"
hg pull http://www.octave.org/hg/octave
hg update

cd "D:\usr\Tatsu\mingwhome\octaves\hg"
rm -rf ./octave-work
hg clone ./octave ./octave-work

# attach patch and modification before ./autogen.sh
cd "D:\usr\Tatsu\mingwhome\octaves\hg/octave-work"
patch -p 1 <  ../FLTK.patch
patch -p 1 <  ../oct-hist.diff

cd "D:\usr\Tatsu\mingwhome\octaves\hg/octave-work"
./autogen.sh --copy  

After that I move Msys+mingw tool chain, and carry out configure and make.

To the beginning of September, the build process went well.  

Regards

Tatsuro


--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]