in reply to Re^20: gmake error on Glib compile
in thread gmake error on Glib compile
Hi Rob. Thanks I put those in but had to do glib.xs.dll but that worked.
I got to Gtk3 but it needed Glib-Object-Introspection. This just gives me the 4 lines below which are undefined reference
C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: GObjectIntrospection.o:GObjectIntrospection.c:(.text+0x26d2): undefined reference to `__imp_g_module_open'
C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: GObjectIntrospection.o:GObjectIntrospection.c:(.text+0x26e6): undefined reference to `__imp_g_module_symbol'
C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: GObjectIntrospection.o:GObjectIntrospection.c:(.text+0x2702): undefined reference to `__imp_g_module_close'
C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: GObjectIntrospection.o:GObjectIntrospection.c:(.text+0x27b5): undefined reference to `__imp_g_module_close'
Its getting there
Thanks Mike
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^22: gmake error on Glib compile
by syphilis (Archbishop) on Sep 05, 2023 at 13:18 UTC | |
by MikeMc69 (Novice) on Sep 05, 2023 at 13:37 UTC | |
by syphilis (Archbishop) on Sep 05, 2023 at 15:15 UTC | |
by MikeMc69 (Novice) on Sep 06, 2023 at 12:01 UTC | |
by swl (Prior) on Sep 07, 2023 at 09:10 UTC | |
|