After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 380658 - libgimp compile fails on win32 platform
libgimp compile fails on win32 platform
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: libgimp
git master
Other All
: Normal blocker
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-11-29 21:19 UTC by John Marshall
Modified: 2006-11-30 08:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John Marshall 2006-11-29 21:19:22 UTC
Please describe the problem:
The compile of libgimp fails on win32 with the following output:

Info: resolving _gimp_major_version by linking to __imp__gimp_major_version (auto-import)
Info: resolving _gimp_micro_version by linking to __imp__gimp_micro_version (auto-import)
Info: resolving _gimp_minor_version by linking to __imp__gimp_minor_version (auto-import)
Cannot export gimp_major_version: symbol not found
Cannot export gimp_micro_version: symbol not found
Cannot export gimp_minor_version: symbol not found
Creating library file: .libs/libgimp-2.0.dll.a
collect2: ld returned 1 exit status
make: *** [libgimp-2.0.la] Error 1


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Michael Natterer 2006-11-30 08:27:24 UTC
Fixed in CVS:

2006-11-30  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimp.def
	* libgimpbase/gimpbase.def: move around version number symbols
	here too. Fixes bug #380658.