On Sun, Sep 11, 2011 at 10:45 AM, Gianvito Pio <pio.gianv...@gmail.com> wrote: > Hello, > I'm one of the package manteiners. > We initially submitted a package that included an installer script which > automatically copy the required library and compiles in the proper way, but > someone suggested us avoiding this, so the current version has not that > library. > You can find that version attached to this email. You just have to rename it > to fl-core-1.0.tar.gz and install it in the usual way (with pkg install). > Please let us know if it works.
It probably would work, but that was not the point of the proposed patch. I wanted to get rid of the fixed dependency on pthread and use the Win32 API instead. This is functionally equivalent, because the Win32 pthread implementation is just a wrapper on top of plain Win32 API. To determine whether pthread is equivalent, it uses the HAVE_PTHREAD macro from octave/config.h, so it's consistent with how octave is compiled. The patch also fixes another issue with MSVC, which does not support arrays with dynamic size. I use the OCTAVE_LOCAL_BUFFER macro instead. Michael. ------------------------------------------------------------------------------ Using storage to extend the benefits of virtualization and iSCSI Virtualization increases hardware utilization and delivers a new level of agility. Learn what those decisions are and how to modernize your storage and backup environments for virtualization. http://www.accelacomm.com/jaw/sfnl/114/51434361/ _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev