compilation error when HAL is enabled
- From: Christoph Wickert <christoph.wickert@xxxxxxxxxxxxxx>
- To: emelfm2@xxxxxxxxxxxxx
- Date: Wed, 02 Apr 2008 15:50:05 +0200
Hi,
when I enable support for HAL in emelfm2-0.4 I get the following errors:
> src/filesystem/e2_hal.c:31:37: error: dbus/dbus-glib-lowlevel.h: No such file
> or directory
> In file included from src/filesystem/e2_hal.c:32:
> /usr/include/hal/libhal.h:34:23: error: dbus/dbus.h: No such file or directory
> In file included from src/filesystem/e2_hal.c:32:
> /usr/include/hal/libhal.h:88: error: 'DBUS_TYPE_INVALID' undeclared here (not
> in a function)
> /usr/include/hal/libhal.h:91: error: 'DBUS_TYPE_INT32' undeclared here (not
> in a function)
> /usr/include/hal/libhal.h:94: error: 'DBUS_TYPE_UINT64' undeclared here (not
> in a function)
> /usr/include/hal/libhal.h:97: error: 'DBUS_TYPE_DOUBLE' undeclared here (not
> in a function)
> /usr/include/hal/libhal.h:100: error: 'DBUS_TYPE_BOOLEAN' undeclared here
> (not in a function)
> /usr/include/hal/libhal.h:103: error: 'DBUS_TYPE_STRING' undeclared here (not
> in a function)
> /usr/include/hal/libhal.h:124: error: expected declaration specifiers or
> '...' before 'DBusConnection'
> /usr/include/hal/libhal.h:185: error: expected declaration specifiers or
> '...' before 'dbus_bool_t'
> /usr/include/hal/libhal.h:186: error: expected declaration specifiers or
> '...' before 'dbus_bool_t'
> /usr/include/hal/libhal.h:292: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_set_cache'
> /usr/include/hal/libhal.h:295: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_set_dbus_connection'
> /usr/include/hal/libhal.h:298: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> /usr/include/hal/libhal.h:301: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_set_user_data'
> /usr/include/hal/libhal.h:307: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_set_device_added'
> /usr/include/hal/libhal.h:310: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_set_device_removed'
> /usr/include/hal/libhal.h:313: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_set_device_new_capability'
> /usr/include/hal/libhal.h:316: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_set_device_lost_capability'
> /usr/include/hal/libhal.h:319: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_set_device_property_modified'
> /usr/include/hal/libhal.h:322: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_set_device_condition'
> /usr/include/hal/libhal.h:325: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_set_global_interface_lock_acquired'
> /usr/include/hal/libhal.h:328: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_set_global_interface_lock_released'
> /usr/include/hal/libhal.h:331: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_set_interface_lock_acquired'
> /usr/include/hal/libhal.h:334: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_set_interface_lock_released'
> /usr/include/hal/libhal.h:337: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_set_singleton_device_added'
> /usr/include/hal/libhal.h:340: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_set_singleton_device_removed'
> /usr/include/hal/libhal.h:343: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_init'
> /usr/include/hal/libhal.h:346: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_shutdown'
> /usr/include/hal/libhal.h:349: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ctx_free'
> /usr/include/hal/libhal.h:352: error: expected ')' before '*' token
> /usr/include/hal/libhal.h:355: error: expected declaration specifiers or
> '...' before 'DBusError'
> /usr/include/hal/libhal.h:358: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_exists'
> /usr/include/hal/libhal.h:361: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_print'
> /usr/include/hal/libhal.h:364: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_property_exists'
> /usr/include/hal/libhal.h:373: error: expected declaration specifiers or
> '...' before 'DBusError'
> /usr/include/hal/libhal.h:376: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_get_property_int'
> /usr/include/hal/libhal.h:382: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_get_property_uint64'
> /usr/include/hal/libhal.h:391: error: expected declaration specifiers or
> '...' before 'DBusError'
> /usr/include/hal/libhal.h:394: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_get_property_bool'
> /usr/include/hal/libhal.h:403: error: expected declaration specifiers or
> '...' before 'DBusError'
> /usr/include/hal/libhal.h:406: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_set_property_string'
> /usr/include/hal/libhal.h:413: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_set_property_int'
> /usr/include/hal/libhal.h:420: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_set_property_uint64'
> /usr/include/hal/libhal.h:427: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_set_property_double'
> /usr/include/hal/libhal.h:434: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_set_property_bool'
> /usr/include/hal/libhal.h:441: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_property_strlist_append'
> /usr/include/hal/libhal.h:448: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_property_strlist_prepend'
> /usr/include/hal/libhal.h:455: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_property_strlist_remove_index'
> /usr/include/hal/libhal.h:462: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_property_strlist_remove'
> /usr/include/hal/libhal.h:469: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_remove_property'
> /usr/include/hal/libhal.h:478: error: expected declaration specifiers or
> '...' before 'DBusError'
> /usr/include/hal/libhal.h:485: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_changeset_set_property_string'
> /usr/include/hal/libhal.h:489: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_changeset_set_property_int'
> /usr/include/hal/libhal.h:493: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_changeset_set_property_uint64'
> /usr/include/hal/libhal.h:497: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_changeset_set_property_double'
> /usr/include/hal/libhal.h:501: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_changeset_set_property_bool'
> /usr/include/hal/libhal.h:505: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_changeset_set_property_strlist'
> /usr/include/hal/libhal.h:509: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_commit_changeset'
> /usr/include/hal/libhal.h:519: error: expected declaration specifiers or
> '...' before 'DBusError'
> /usr/include/hal/libhal.h:538: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ps_get_int32'
> /usr/include/hal/libhal.h:541: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ps_get_uint64'
> /usr/include/hal/libhal.h:547: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_ps_get_bool'
> /usr/include/hal/libhal.h:574: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_psi_has_more'
> /usr/include/hal/libhal.h:589: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_psi_get_int'
> /usr/include/hal/libhal.h:592: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_psi_get_uint64'
> /usr/include/hal/libhal.h:598: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_psi_get_bool'
> /usr/include/hal/libhal.h:615: error: expected declaration specifiers or
> '...' before 'DBusError'
> /usr/include/hal/libhal.h:621: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_commit_to_gdl'
> /usr/include/hal/libhal.h:630: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_remove_device'
> /usr/include/hal/libhal.h:635: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_merge_properties'
> /usr/include/hal/libhal.h:641: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_matches'
> /usr/include/hal/libhal.h:654: error: expected declaration specifiers or
> '...' before 'DBusError'
> /usr/include/hal/libhal.h:657: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_add_capability'
> /usr/include/hal/libhal.h:665: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_query_capability'
> /usr/include/hal/libhal.h:674: error: expected declaration specifiers or
> '...' before 'DBusError'
> /usr/include/hal/libhal.h:679: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_property_watch_all'
> /usr/include/hal/libhal.h:685: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_add_property_watch'
> /usr/include/hal/libhal.h:690: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_remove_property_watch'
> /usr/include/hal/libhal.h:695: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_lock'
> /usr/include/hal/libhal.h:702: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_unlock'
> /usr/include/hal/libhal.h:706: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_rescan'
> /usr/include/hal/libhal.h:710: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_reprobe'
> /usr/include/hal/libhal.h:715: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_emit_condition'
> /usr/include/hal/libhal.h:722: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_claim_interface'
> /usr/include/hal/libhal.h:729: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_addon_is_ready'
> /usr/include/hal/libhal.h:731: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_singleton_addon_is_ready'
> /usr/include/hal/libhal.h:734: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_acquire_interface_lock'
> /usr/include/hal/libhal.h:741: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_release_interface_lock'
> /usr/include/hal/libhal.h:747: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_acquire_global_interface_lock'
> /usr/include/hal/libhal.h:753: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_release_global_interface_lock'
> /usr/include/hal/libhal.h:758: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_is_caller_locked_out'
> /usr/include/hal/libhal.h:765: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'libhal_device_is_locked_by_others'
> /usr/include/hal/libhal.h:775: error: expected declaration specifiers or
> '...' before 'DBusError'
> In file included from src/filesystem/e2_hal.c:33:
> /usr/include/hal/libhal-storage.h:31:20: error: libhal.h: No such file or
> directory
> In file included from src/filesystem/e2_hal.c:33:
> /usr/include/hal/libhal-storage.h:205: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_drive_is_hotpluggable'
> /usr/include/hal/libhal-storage.h:206: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_drive_uses_removable_media'
> /usr/include/hal/libhal-storage.h:207: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_drive_is_media_detected'
> /usr/include/hal/libhal-storage.h:208: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_drive_get_size'
> /usr/include/hal/libhal-storage.h:209: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_drive_get_media_size'
> /usr/include/hal/libhal-storage.h:211: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_drive_no_partitions_hint'
> /usr/include/hal/libhal-storage.h:212: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_drive_requires_eject'
> /usr/include/hal/libhal-storage.h:237: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_drive_policy_is_mountable'
> /usr/include/hal/libhal-storage.h:252: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_drive_policy_default_use_managed_keyword'
> /usr/include/hal/libhal-storage.h:293: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_get_size'
> /usr/include/hal/libhal-storage.h:294: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_get_disc_capacity'
> /usr/include/hal/libhal-storage.h:303: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_is_mounted'
> /usr/include/hal/libhal-storage.h:304: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_is_mounted_read_only'
> /usr/include/hal/libhal-storage.h:305: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_is_partition'
> /usr/include/hal/libhal-storage.h:306: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_is_disc'
> /usr/include/hal/libhal-storage.h:314: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_get_partition_start_offset'
> /usr/include/hal/libhal-storage.h:315: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_get_partition_media_size'
> /usr/include/hal/libhal-storage.h:326: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_disc_has_audio'
> /usr/include/hal/libhal-storage.h:327: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_disc_has_data'
> /usr/include/hal/libhal-storage.h:328: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_disc_is_blank'
> /usr/include/hal/libhal-storage.h:329: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_disc_is_rewritable'
> /usr/include/hal/libhal-storage.h:330: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_disc_is_appendable'
> /usr/include/hal/libhal-storage.h:334: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_get_msdos_part_table_start'
> /usr/include/hal/libhal-storage.h:335: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_get_msdos_part_table_size'
> /usr/include/hal/libhal-storage.h:338: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_should_ignore'
> /usr/include/hal/libhal-storage.h:349: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_policy_should_be_visible'
> /usr/include/hal/libhal-storage.h:354: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'libhal_volume_policy_is_mountable'
> src/filesystem/e2_hal.c:41: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> src/filesystem/e2_hal.c: In function '_e2_hal_detect_current_removables':
> src/filesystem/e2_hal.c:131: error: 'DBusError' undeclared (first use in this
> function)
> src/filesystem/e2_hal.c:131: error: (Each undeclared identifier is reported
> only once
> src/filesystem/e2_hal.c:131: error: for each function it appears in.)
> src/filesystem/e2_hal.c:131: error: expected ';' before 'error'
> src/filesystem/e2_hal.c:133: warning: implicit declaration of function
> 'dbus_error_init'
> src/filesystem/e2_hal.c:133: error: 'error' undeclared (first use in this
> function)
> src/filesystem/e2_hal.c:135: error: too many arguments to function
> 'libhal_manager_find_device_string_match'
> src/filesystem/e2_hal.c:136: warning: implicit declaration of function
> 'dbus_error_is_set'
> src/filesystem/e2_hal.c:140: warning: implicit declaration of function
> 'dbus_error_free'
> src/filesystem/e2_hal.c:151: warning: implicit declaration of function
> 'dbus_free_string_array'
> src/filesystem/e2_hal.c: In function '_e2_hal_add_device_cb':
> src/filesystem/e2_hal.c:165: error: 'DBusError' undeclared (first use in this
> function)
> src/filesystem/e2_hal.c:165: error: expected ';' before 'error'
> src/filesystem/e2_hal.c:166: error: 'error' undeclared (first use in this
> function)
> src/filesystem/e2_hal.c:167: warning: implicit declaration of function
> 'libhal_device_property_exists'
> src/filesystem/e2_hal.c:169: warning: implicit declaration of function
> 'libhal_device_get_property_bool'
> src/filesystem/e2_hal.c:176: error: too many arguments to function
> 'libhal_device_get_property_string'
> src/filesystem/e2_hal.c:185: warning: implicit declaration of function
> 'libhal_device_add_property_watch'
> src/filesystem/e2_hal.c: In function '_e2_hal_remove_device_cb':
> src/filesystem/e2_hal.c:226: error: 'DBusError' undeclared (first use in this
> function)
> src/filesystem/e2_hal.c:226: error: expected ';' before 'error'
> src/filesystem/e2_hal.c:227: error: 'error' undeclared (first use in this
> function)
> src/filesystem/e2_hal.c:228: warning: implicit declaration of function
> 'libhal_device_remove_property_watch'
> src/filesystem/e2_hal.c: At top level:
> src/filesystem/e2_hal.c:258: error: expected declaration specifiers or '...'
> before 'dbus_bool_t'
> src/filesystem/e2_hal.c:258: error: expected declaration specifiers or '...'
> before 'dbus_bool_t'
> src/filesystem/e2_hal.c: In function '_e2_hal_property_change_cb':
> src/filesystem/e2_hal.c:265: error: 'DBusError' undeclared (first use in this
> function)
> src/filesystem/e2_hal.c:265: error: expected ';' before 'error'
> src/filesystem/e2_hal.c:267: error: 'error' undeclared (first use in this
> function)
> src/filesystem/e2_hal.c: In function 'e2_hal_init':
> src/filesystem/e2_hal.c:337: error: 'DBusError' undeclared (first use in this
> function)
> src/filesystem/e2_hal.c:337: error: expected ';' before 'error'
> src/filesystem/e2_hal.c:346: error: 'error' undeclared (first use in this
> function)
> src/filesystem/e2_hal.c:348: error: 'connection' undeclared (first use in
> this function)
> src/filesystem/e2_hal.c:348: warning: implicit declaration of function
> 'dbus_bus_get'
> src/filesystem/e2_hal.c:348: error: 'DBUS_BUS_SYSTEM' undeclared (first use
> in this function)
> src/filesystem/e2_hal.c:356: warning: implicit declaration of function
> 'libhal_ctx_set_dbus_connection'
> src/filesystem/e2_hal.c:359: warning: implicit declaration of function
> 'libhal_ctx_set_device_added'
> src/filesystem/e2_hal.c:360: warning: implicit declaration of function
> 'libhal_ctx_set_device_removed'
> src/filesystem/e2_hal.c:361: warning: implicit declaration of function
> 'libhal_ctx_set_device_property_modified'
> src/filesystem/e2_hal.c:363: warning: implicit declaration of function
> 'libhal_ctx_init'
> src/filesystem/e2_hal.c:377: warning: implicit declaration of function
> 'libhal_device_property_watch_all'
> src/filesystem/e2_hal.c:383: warning: implicit declaration of function
> 'dbus_connection_setup_with_g_main'
> src/filesystem/e2_hal.c:390: warning: implicit declaration of function
> 'libhal_ctx_free'
> src/filesystem/e2_hal.c:394: warning: implicit declaration of function
> 'dbus_connection_unref'
> src/filesystem/e2_hal.c: In function 'e2_hal_disconnect':
> src/filesystem/e2_hal.c:407: error: 'DBusError' undeclared (first use in this
> function)
> src/filesystem/e2_hal.c:407: error: expected ';' before 'error'
> src/filesystem/e2_hal.c:409: error: 'error' undeclared (first use in this
> function)
> src/filesystem/e2_hal.c:410: warning: implicit declaration of function
> 'libhal_ctx_shutdown'
> src/filesystem/e2_hal.c:417: error: 'connection' undeclared (first use in
> this function)
> make: *** [objs/src/filesystem/e2_hal.o] Error 1
> make: *** Waiting for unfinished jobs....
All necessary headers should be there because I have hal-devel,
dbus-devel and dbus-glib-devel installed:
> $ rpm -q hal-devel dbus-devel dbus-glib-devel
> hal-devel-0.5.10-1.fc8.2
> dbus-devel-1.1.2-9.fc8
> dbus-glib-devel-0.73-7.fc8
> $ rpm -ql hal-devel dbus-devel dbus-glib-devel | grep /usr/include
> /usr/include/hal
> /usr/include/hal/libhal-storage.h
> /usr/include/hal/libhal.h
> /usr/include/dbus-1.0
> /usr/include/dbus-1.0/dbus
> /usr/include/dbus-1.0/dbus/dbus-address.h
> /usr/include/dbus-1.0/dbus/dbus-bus.h
> /usr/include/dbus-1.0/dbus/dbus-connection.h
> /usr/include/dbus-1.0/dbus/dbus-errors.h
> /usr/include/dbus-1.0/dbus/dbus-macros.h
> /usr/include/dbus-1.0/dbus/dbus-memory.h
> /usr/include/dbus-1.0/dbus/dbus-message.h
> /usr/include/dbus-1.0/dbus/dbus-misc.h
> /usr/include/dbus-1.0/dbus/dbus-pending-call.h
> /usr/include/dbus-1.0/dbus/dbus-protocol.h
> /usr/include/dbus-1.0/dbus/dbus-server.h
> /usr/include/dbus-1.0/dbus/dbus-shared.h
> /usr/include/dbus-1.0/dbus/dbus-signature.h
> /usr/include/dbus-1.0/dbus/dbus-threads.h
> /usr/include/dbus-1.0/dbus/dbus-types.h
> /usr/include/dbus-1.0/dbus/dbus.h
> /usr/include/dbus-1.0
> /usr/include/dbus-1.0/dbus
> /usr/include/dbus-1.0/dbus/dbus-glib-bindings.h
> /usr/include/dbus-1.0/dbus/dbus-glib-error-enum.h
> /usr/include/dbus-1.0/dbus/dbus-glib-lowlevel.h
> /usr/include/dbus-1.0/dbus/dbus-glib.h
> /usr/include/dbus-1.0/dbus/dbus-gtype-specialized.h
Any idea why are these not picked up properly?
Chris
--
Users can unsubscribe from the list by sending email to
emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by
logging into the web interface.
- Follow-Ups:
- Re: compilation error when HAL is enabled
- From: tpgww
Other related posts:
- » compilation error when HAL is enabled
- » Re: compilation error when HAL is enabled
- » Re: compilation error when HAL is enabled
- » Re: compilation error when HAL is enabled
- » Re: compilation error when HAL is enabled
- Re: compilation error when HAL is enabled
- From: tpgww