mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
2da030d22e
The compiler complained about ambigous references when compiling a lx_hybrid program using the loader session. Here are some error messages: genode/os/include/loader_session/loader_session.h:72: error: reference to 'size_t' is ambiguous /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:211: error: candidates are: typedef unsigned int size_t genode/base/include/base/stdint.h:25: error: typedef unsigned int Genode::size_t genode/os/include/loader_session/loader_session.h:72: error: reference to 'size_t' is ambiguous /usr/lib/gcc/i486-linux-gnu/4.4.5/include/stddef.h:211: error: candidates are: typedef unsigned int size_t genode/base/include/base/stdint.h:25: error: typedef unsigned int Genode::size_t ... This commit qualifies size_t using the Genode namespace which fixes the compilation. |
||
---|---|---|
.. | ||
audio_out_session | ||
blit | ||
block | ||
block_session | ||
dde_kit | ||
file_system_session | ||
framebuffer_session | ||
gpu | ||
init | ||
input | ||
input_session | ||
ldso | ||
loader_session | ||
net | ||
nic | ||
nic_session | ||
nitpicker_gfx | ||
nitpicker_session | ||
nitpicker_view | ||
os | ||
packet_stream_rx | ||
packet_stream_tx | ||
pci_device | ||
pci_session | ||
platform | ||
terminal_session | ||
timer_session | ||
util | ||
xev_track |