Boost logo

Boost :

Subject: [boost] [signals2] missing Jamfile and compile errors with VC8
From: Michael Caisse (boost_at_[hidden])
Date: 2010-03-09 23:01:07


I was surprised to not find a Jamfile in the libs/signals2/example
directory. Please find an example below.

The reason I headed toward the examples is that I'm having trouble with
this type of line and VC8:

    typedef boost::signals2::signal<void ()> signal_t;

In fact doc_view_acm.cpp will not compile because of it.

disconnect_and_block.cpp also has compilation errors.

Results verified in 1.41 and 1.42 with VC8 and gcc 4.3.2

---------------------------------------------------------

# Boost.Signals2 Library

project : requirements <source>/boost//headers ;

exe hello_world_slot : hello_world_slot.cpp ;

exe hello_world_multi_slot : hello_world_multi_slot.cpp ;

exe ordering_slots : ordering_slots.cpp ;

exe passing_slots : passing_slots.cpp ;

exe extended_slot : extended_slot.cpp ;

exe custom_combiners : custom_combiners.cpp ;

exe disconnect_and_block : disconnect_and_block.cpp ;

exe doc_view : doc_view.cpp ;

exe doc_view_acm : doc_view_acm.cpp ;

exe doc_view_acm_deconstruct : doc_view_acm_deconstruct.cpp ;

exe postconstructor_ex1 : postconstructor_ex1.cpp ;

exe postconstructor_ex2 : postconstructor_ex2.cpp ;

exe predestructor_example : predestructor_example.cpp ;

exe signal_return_value : signal_return_value.cpp ;

exe slot_arguments : slot_arguments.cpp ;

---------------------------------------------------------------

-- 
----------------------------------
Michael Caisse
Object Modeling Designs
www.objectmodelingdesigns.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk