i just have a declaraation in a program that is not recognized by the compilator. The compilator returns this error message: /home/Indian/Programas/NetManager/Teste/src/teste.c:424: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'hal_functions' the declaration is static LibHalFunctions hal_functions = { nm_hal_mainloop_integration, nm_hal_device_added, nm_hal_device_removed, nm_hal_device_new_capability, nm_hal_device_lost_capability, nm_hal_device_property_modified, NULL }; the scenario here is that LibHalFunctions isn't declared anywere in the program even in the hal/libhal.h included in the program. I have made as a root grep -r LibHalFunctions * but it did'nt find nothing. i have the packages hal, hal-devel, hal-libs installed but the LIbHalFunctions isn't anywhere
Developer account issues? Please file your bugs in the Gentoo Linux component, like everyone else. (In reply to comment #0) > i have the packages hal, hal-devel, hal-libs installed but the LIbHalFunctions > isn't anywhere > We do not have "hal-devel" or "hal-libs" packages. Welcome to Gentoo. Reopen the bug *if* you have substantial information, code examples, build logs, emerge --info and the like.