Re: MSVC linker errors (gdk-pixbuf-buffer-queue.c)
- From: Fan, Chun-wei (范君維) <fanc999 yahoo com tw>
- To: gtk-devel-list gnome org
- Subject: Re: MSVC linker errors (gdk-pixbuf-buffer-queue.c)
- Date: Mon, 19 Oct 2015 14:08:03 +0800
Hi John,
Are you building the loader modules as individual DLLs or are you
buiding the loader modules right into the main GDK-Pixbuf DLL? It seems
that you are doing the former (this is unlike the MSVC 2008+ projects,
by the way, where all the included loaders are built into the main
GDK-Pixbuf DLL).
From the autotools Makefiles, if I was right about how you build the
loaders, you need to include the new source (gdk-pixbuf-buffer-queue.c)
to the project where you build the DLL for the TGA loader, *not* the
project for the main GDK-Pixbuf DLL. (Thus, I don't think for now it is
the intention to export those symbols, so we don't update
gdk-pixbuf.symbols at this point).
It seems to me that the autotools files need to be updated where |the
line libstatic_pixbufloader_tga_la_SOURCES =||io-tga.c||||needs to
become ||libstatic_pixbufloader_tga_la_SOURCES
=||io-tga.c||||||gdk-pixbuf-buffer-queue.c|||.
Hope this helps. With blessings.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]