Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@gentoobro @kirby
My distro doesn't seem to offer a CSFML installer, but the source built, and install put the files in /usr/local/lib.
Looking back at my project file, all the warnings about stuff not being found have disappeared.
Though, not quite to working yet.
main.c:12: undefined reference to `sfRenderWindow_create'
If this were C++, I'd expect to use namespace::function_name. But, is there a C equivalent for name space?
Or does, like #include just drop everything into the context?