Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Misalf on January 12, 2017, 04:25:11 PM

Title: piCore 8.x - glib2-dev.tcz - location of glibconfig.h
Post 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
?
Title: Re: piCore 8.x - glib2-dev.tcz - location of glibconfig.h
Post by: Juanito on January 13, 2017, 12:52:55 AM
I believe /usr/local/lib/glib-2.0/include/glibconfig.h is the correct place (see x86 and x86_64 repos).
Title: Re: piCore 8.x - glib2-dev.tcz - location of glibconfig.h
Post by: Misalf on January 13, 2017, 10:09:55 AM
Would it make sense to symlink it to  /usr/local/include/glib-2.0  via startup script?
Title: piCore 8.x - glib2-dev.tcz - location of glibconfig.h
Post by: bmarkus on January 13, 2017, 10:28:07 AM
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.
Title: Re: piCore 8.x - glib2-dev.tcz - location of glibconfig.h
Post by: Misalf on January 13, 2017, 11:02:48 AM
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.