ardour-2.0beta10 will not build

Hey,

I’m using ArchLinux and do have the previous version of Ardour-2 running well.
Tried the latest, ardour-2.0beta10, and got this error while building:

libs/pbd/pbd/rcu.h: In member function ‘void** RCUManager::the_pointer() const [with T = std::list<boost::shared_ptrARDOUR::Route, std::allocator<boost::shared_ptrARDOUR::Route > >]’:
libs/pbd/pbd/rcu.h:20: instantiated from ‘boost::shared_ptr RCUManager::reader() const [with T = std::list<boost::shared_ptrARDOUR::Route, std::allocator<boost::shared_ptrARDOUR::Route > >]’
libs/ardour/ardour/session.h:287: instantiated from here
libs/pbd/pbd/rcu.h:30: warning: dereferencing type-punned pointer will break strict-aliasing rules
gtk2_ardour/ardour_ui_ed.cc: In member function ‘void ARDOUR_UI::install_actions()’:
gtk2_ardour/ardour_ui_ed.cc:70: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
scons: *** [gtk2_ardour/ardour_ui_ed.os] Error 1
scons: building terminated because of errors.

Using gtk2-2.10.6.

what version of gcc are you using? your compiler crashed …

gcc version 4.1.2

You were right Paul. Rebooted pc and tried again. Ardour build and works fine now.