MTL: Tentative release 23

View: New views
2 Messages — Rating Filter:   Alert me  

MTL: Tentative release 23

by Peter Gottschling :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi everybody,

I put a new release (tentatively) on the web page.  Hopefully all the typename and this-> issues are gone now.

I also updated the build system and it runs now with current version of autotools (tested with autoconf 2.59 and automake 1.9), well with a few warnings in autoheader.  However you shouldn't need it and be able to use configure directly.

If there is any problem or ideas for improvement, please let me know and I look what I can do.

Cheers,
Peter
------------
Peter Gottschling
Research Associate
Open Systems Laboratory
Indiana University
135 Lindley Hall
Bloomington, IN 47405
Tel.: +1 812 855-3608   Fax: +1 812 856 0853



_______________________________________________
This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/

Re: MTL: Tentative release 23

by Peter J. Stieber :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

PG = Peter Gottschling
PG> Hi everybody,
PG>
PG> I put a new release (tentatively) on the web page.
PG> .
PG> .
PG> .
PG> If there is any problem or ideas for improvement,
PG> please let me know and I look what I can do.

I'm getting a lot of "possibly not initialized" warnings from g++ 4.1.2
on a Fedora Core 7 box due to some code in dense2D.h.  Changing line
1223 from

     size_type i, j;

to

     size_type i, j = 0;

Gets rid of the warning.

Pete

_______________________________________________
This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/