Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: Misalf on January 12, 2017, 04:25:11 PM
-
I think
usr/local/lib/glib-2.0/include/glibconfig.h
should be
usr/local/include/glib-2.0/glibconfig.h
?
-
I believe /usr/local/lib/glib-2.0/include/glibconfig.h is the correct place (see x86 and x86_64 repos).
-
Would it make sense to symlink it to /usr/local/include/glib-2.0 via startup script?
-
Would it make sense to symlink it to /usr/local/include/glib-2.0 via startup script?
Show us a case when it is needed. Glib2 is used by many applications and all build fine in the current environment.
Answer is no sense to add.
-
OK, thanks.
I'm not sure which source couldn't find it.
I think it was either pisnes (which also couldn't find SDL at its default location) or mupen64plus-ricrpi (which uses a heavily Debian based build script and needed several edits).
Both are considered beta, I think, so tinkering when compiling can be expected.
I'll just keep in mind that some sources may search in different places.