Re: [sigc] test tarball: libsigc++ 2.0.6 (test1)
- From: "Timothy M. Shead" <tshead k-3d com>
- To: Martin Schulze <martin-ml hippogriff de>
- Cc: libsigc-list gnome org, Damien Carbery Sun COM
- Subject: Re: [sigc] test tarball: libsigc++ 2.0.6 (test1)
- Date: Mon, 04 Oct 2004 12:33:33 -0700
Martin Schulze wrote:
After solving some critical bugs we need to submit a new release ASAP.
Please check whether the following tarball works for your environment:
http://www.hippogriff.de/libsigc++-2.0.6-test1.tar.gz
* When compiled with MSVC .Net 2003 move all calls to new
and delete into non-inline library code (fixes segfaults).
Testing with MSVC .Net 2003:
There is an extraneous #define statement in the MSVC sigc++config.h file
that causes build errors, patch enclosed.
Unfortunately even with the patch I see the same
memory-allocation-related segfaults in the tests as with 2.0.5. Could
you point me in the direction of the new/delete changes you made? I'll
see if anything stands out.
Cheers,
Tim
--- MSVC_Net2003/sigc++config.h.old 2004-10-04 12:21:57.802135000 -0700
+++ MSVC_Net2003/sigc++config.h 2004-10-04 12:22:01.770859600 -0700
@@ -28,6 +28,6 @@
#else
#define SIGC_API __declspec(dllimport)
#endif
-#define
+//#define
#endif // SIGCXX_CONFIG_H
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]