Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing initializer error #362

Closed
brycelelbach opened this issue Jul 10, 2012 · 1 comment
Closed

missing initializer error #362

brycelelbach opened this issue Jul 10, 2012 · 1 comment
Milestone

Comments

@brycelelbach
Copy link
Member

[reported by maciek] [Trac time Tue Mar 13 13:56:44 2012] In 6087db2 HPX library compilation with gcc-4.5.3 fails with errors in multiple files (output from a parallel build shown):

/home/maciek/Projects/parallex/trunk/hpx/src/util/full_empty_entry.cpp: In function ‘void hpx::util::detail::register_counter_types()’:
/home/maciek/Projects/parallex/trunk/hpx/src/util/full_empty_entry.cpp:90:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/util/full_empty_entry.cpp:90:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/util/full_empty_entry.cpp:90:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/util/full_empty_entry.cpp:90:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/util/full_empty_entry.cpp:90:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/parcelset/parcelhandler.cpp: In member function ‘void hpx::parcelset::parcelhandler::register_counter_types()’:
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/parcelset/parcelhandler.cpp:313:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/parcelset/parcelhandler.cpp:313:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/parcelset/parcelhandler.cpp:313:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime.cpp: In member function ‘void hpx::runtime::register_counter_types()’:
/home/maciek/Projects/parallex/trunk/hpx/src/runtime.cpp:611:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime.cpp:611:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime.cpp:611:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/agas/addressing_service.cpp: In member function ‘void hpx::agas::addressing_service::register_counter_types()’:
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/agas/addressing_service.cpp:1423:5: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/agas/addressing_service.cpp:1423:5: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/agas/addressing_service.cpp:1423:5: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/agas/addressing_service.cpp:1423:5: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/threads/threadmanager.cpp: In member function ‘void hpx::threads::threadmanager_impl<SchedulingPolicy, NotificationPolicy>::register_counter_types() [with SchedulingPolicy = hpx::threads::policies::local_priority_queue_scheduler, NotificationPolicy = hpx::threads::policies::callback_notifier]’:
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/threads/threadmanager.cpp:1674:41:   instantiated from here
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/threads/threadmanager.cpp:1234:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/threads/threadmanager.cpp:1674:41:   instantiated from here
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/threads/threadmanager.cpp:1234:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/threads/threadmanager.cpp:1234:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/threads/threadmanager.cpp:1234:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/threads/threadmanager.cpp:1234:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/threads/threadmanager.cpp:1234:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/threads/threadmanager.cpp:1234:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/threads/threadmanager.cpp:1234:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/threads/threadmanager.cpp:1234:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
/home/maciek/Projects/parallex/trunk/hpx/src/runtime/threads/threadmanager.cpp:1234:9: error: missing initializer for member ‘hpx::performance_counters::generic_counter_type_data::unit_of_measure_’ [-Wmissing-field-initializers]
@brycelelbach
Copy link
Member Author

[comment by hkaiser] [Trac time Tue Mar 13 14:30:43 2012] Fixed in rev. [7416]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant