[Gimp-developer] winicon.exe - libpng12.dll issue

2007-07-26 Thread Heiko Schmidt
OS Window XP Sp 2 Media Center Editioon

I just compiled Gimp 2.3.19.

During Startup and checking plugins the following message appears

winicon.exe

'Der Prozedureinsprungspunkt png_set_add_alpha wurde in der DLL
libpng12.dll nicht gefunden.'

It is in German but I hope it is clear so far.

If I use Gimp 2.3.18 (Installer version) I get the message the
libpng12.dll was not found.

It is a longer time so and I always 'fixed' this by using of an older
libpng12.dll (GTK 2.8.x I believe) file which I put in my GTK folder.

What could cause this? 

Heiko
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] winicon.exe - libpng12.dll issue

2007-07-26 Thread Michael Schumacher
Von: Heiko Schmidt [EMAIL PROTECTED]

 'Der Prozedureinsprungspunkt png_set_add_alpha wurde in der DLL
 libpng12.dll nicht gefunden.'

Is there more than one copy of libpng12.dll in PATH?


Regards,
Michael
-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] winicon.exe - libpng12.dll issue

2007-07-26 Thread Tor Lillqvist
Heiko Schmidt writes:
  I just compiled Gimp 2.3.19.

  'Der Prozedureinsprungspunkt png_set_add_alpha wurde in der DLL
  libpng12.dll nicht gefunden.'

  What could cause this? 

Your executable is using another libpng12.dll than the one that
corresponds to the import library you linked it against.

You have some older version of libpng12.dll in the Windows system32
folder that you are not aware of?

--tml

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] winicon.exe - libpng12.dll issue

2007-07-26 Thread Heiko Schmidt
 Michael Schumacher mailto:[EMAIL PROTECTED] schrieb:
 Von: Heiko Schmidt mailto:[EMAIL PROTECTED]
 
  Sorry Michael don't know what you man with in PATH
 
 PATH is an environment variable. Its value - -a list of directories - 
 determines where programs and DLL files are searched when they are requested.
 
  What I noticed is, I have in the MinGW\bin folder a dll with the same
  name but very old (dated 19.09.2004) maybe this causes ´the problem?
 
 Yes, most likely. You did run GIMP 2.3 from the MSYS console, didn't you?
 
 
 HTH,
 Michael

Ok thanks Michael,
 
the evironment variable PATH is not unknown for me and now I know what
you mean. In my case the PATH variable is set to C:\Mingw\bin and in
that folder is as already mentioned a very old libpng12.dll. But the
libpng12.dll which apparently caused the error message is inside of the
gtk directory. 

As I told I replaced in the GTK directory  the newer dll with the older
one and the problem was solved but now the newer dll  (in GTK 2.3.13
package) seems to work as well. Strange! 

Should I set up a new PATH variable pointing to the GTK\2.0 directory to
avoid  this error in the future?

Heiko
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] winicon.exe - libpng12.dll issue

2007-07-26 Thread Michael Schumacher
Von: Heiko Schmidt [EMAIL PROTECTED]

 Sorry Michael don't know what you man with in PATH

PATH is an environment variable. Its value - -a list of directories - 
determines where programs and DLL files are searched when they are requested.

 What I noticed is, I have in the MinGW\bin folder a dll with the same
 name but very old (dated 19.09.2004) maybe this causes ´the problem?

Yes, most likely. You did run GIMP 2.3 from the MSYS console, didn't you?


HTH,
Michael
-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] winicon.exe - libpng12.dll issue

2007-07-26 Thread Heiko Schmidt
 Michael Schumacher mailto:[EMAIL PROTECTED] schrieb:
 Von: Heiko Schmidt mailto:[EMAIL PROTECTED]
 
 
 Is there more than one copy of libpng12.dll in PATH?
 
 
 Regards,
 Michael
 -- 
 GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
 Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
 ___
 Gimp-developer mailing list
 mailto:Gimp-developer@lists.XCF.Berkeley.EDU
 https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
 
 
Sorry Michael don't know what you man with in PATH

If I install the GTK package the dll is finally in
C:\Programme\Gemeinsame Dateien\GTK.

What I noticed is, I have in the MinGW\bin folder a dll with the same
name but very old (dated 19.09.2004) maybe this causes ´the problem?
because after I did replace the dll with old one in the GTK\2.0\bin
folder the error message does not appear.

Heiko 

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer