2009/11/19 Ted Kord <[email protected]> > 2009/11/19 Wolfgang Bangerth <[email protected]> > > >> The easiest way to avoid the error is to remove the part >> __attribute__((init_priority (101)) >> from that line, though that's really only a stop gap >> > platform >> Best >> W. >> >> After removing __attribute__((init_priority(101)), more errors occur:
Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp:1125:1: error: expected initializer before ‘typedef’ /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp: In static member function ‘static void tbb::internal::Governor::sign_off(tbb::internal::GenericScheduler*)’: /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp:1912:9: warning: suggest parentheses around ‘&&’ within ‘||’ /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp: In member function ‘tbb::task** tbb::internal::GenericScheduler::lock_task_pool(tbb::internal::ArenaSlot*) const’: /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp:2854:5: warning: suggest parentheses around ‘&&’ within ‘||’ /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp: In member function ‘tbb::task* tbb::internal::GenericScheduler::get_mailbox_task()’: /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp:3139:9: warning: suggest parentheses around ‘&&’ within ‘||’ /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp: In constructor ‘tbb::internal::observer_proxy::observer_proxy(tbb::internal::task_scheduler_observer_v3&)’: /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp:4965:9: error: ‘task_scheduler_observer_mutex_scoped_lock’ was not declared in this scope /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp:4965:51: error: expected ‘;’ before ‘lock’ /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp: In member function ‘void tbb::internal::observer_proxy::remove_ref_slow()’: /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp:5007:9: error: ‘task_scheduler_observer_mutex_scoped_lock’ was not declared in this scope /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp:5007:51: error: expected ‘;’ before ‘lock’ /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp: In static member function ‘static tbb::internal::observer_proxy* tbb::internal::observer_proxy::process_list(tbb::internal::observer_proxy*, bool, bool)’: /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp:5030:13: error: ‘task_scheduler_observer_mutex_scoped_lock’ was not declared in this scope /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp:5030:55: error: expected ‘;’ before ‘lock’ /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp: In member function ‘void tbb::internal::task_scheduler_observer_v3::observe(bool)’: /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp:5114:17: error: ‘task_scheduler_observer_mutex_scoped_lock’ was not declared in this scope /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp:5114:59: error: expected ‘;’ before ‘lock’ /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp: At global scope: /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp:1127:39: warning: ‘tbb::internal::the_task_scheduler_observer_mutex’ defined but not used Ted
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
