Re: [sigc] libsigc++ and g++-4.3



On Sat, Dec 08, 2007 at 09:04:02PM +0100, Murray Cumming <murrayc murrayc com> was heard to say:
> On Sat, 2007-12-08 at 09:38 -0800, Daniel Burrows wrote:
> > On Sat, Dec 08, 2007 at 02:54:16PM +0100, Murray Cumming <murrayc murrayc com> was heard to say:
> > > I think I did that in libsigc++ 2.1.x. Have you tried that?
> > 
> >   No, I wasn't actually aware of libsigc++ 2.1.  Is there an -announce
> > list I should be subscribed to?
> 
> I don't particularly want people to use 2.1 yet unless they need to. I'd
> really like to know whether it builds for you.

  Fair enough.

  It doesn't die with the typedef'ing error in g++-4.3, but I did have
to add a #include <stdlib.h> and #include <string.h> to
test_copy_invalid_slot.cc:

test_copy_invalid_slot.cc: In function ‘int main(int, char**)’:
test_copy_invalid_slot.cc:22: error: ‘malloc’ was not declared in this scope
test_copy_invalid_slot.cc:23: error: ‘memset’ was not declared in this scope
test_copy_invalid_slot.cc:31: error: ‘free’ was not declared in this scope

  Daniel


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