rofl0r
rofl0r
btw there's also a catch-all feature test macro called _ALL_SOURCE which can be used instead of the XOPEN.. on newer glibcs and musl, to have all non-standard features enabled. i...
> do you know if we can configure our CI so that Linux builds treat implicit function declarations as errors instead of warnings? for meson build you can just put...
it's printed right in front of your eyes, when it failed but you typed make anyway. : `configure: error: sdl is required to build desmume`. you gotta install sdl2-devel. the...
afaik libglu1-mesa-dev is also required, at least for the gtk2 build
do you know where this message comes from ? is it from glibc? it would be helpful to know which exact flag in CFLAGS causes it, btw. would be helpful...
ok thanks. i understand the issue now: if you compile the lib with different options than your app, the struct layout is diffferent. you have to add -DHAVE_IPV6 as well...
this seems kinda hackish, maybe we should just always add "." as first entry upon creation of the cpp context, but only use it if the include starts with `"`...
i've been meaning to replace the hashtable implementation used in tinycpp for a while, that's why i didn't make a move yet. but you're right, the headers should be using...
sorry for late reply, the included demo program is just that - a demo, so i'm not sure whether we want to complicate it for this use case
hmm, for some reason i wasn't "watching" my own repo, so i wasn't notified of your report. i don't know the answer off the top of my head but the...