Re: Noob qestion on libglib-2.0-0.dll
"Richard Warren" <[email protected]> Fri, 11 Apr 2003 08:21:34 +0100
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Organization | Primagraphics Ltd. |
| Message-ID | <003c01c2fffa$fb9c0c10$3d00a8c0@primag> |
Did you download both the "normal" and the "dev" versions of each package.
E.g. for glib, you need something like:
glib-2.2.0-20030104.zip
AND
glib-dev-2.2.0-20030104.zip
(The dates are probably different nowadays).
I think the first contains the run-time files you need and the second
contains the compile-time.
Hope that helps,
Richard W.
----- Original Message -----
From: "mark_space" <[email protected]>
To: <[email protected]>
Sent: Friday, April 11, 2003 5:56 AM
Subject: [gimpwin-dev] Noob qestion on libglib-2.0-0.dll
> Hi all, noobie here and having problems getting my new dev environment
> working. I downloaded every prebuilt package I needed for win32 (I
> hope), and ran a test compile. (Using MingGW Gcc, test was the basic
> "hello world" program for the gtk tutorial.) While trying to execute
> pkg-config, I got the following error:
>
> "The dynamic link library libglib-2.0-0.dll could not be found in the
> specified path:"
>
> etc., then it dumps my path. I have actually two questions:
>
> 1. I have a lot of *.dll.a file, but few *.dll files. Did I perhaps
> grab a wrong prebuilt someplace? The *.dll.a files are:
>
> libgdk.dll.a libgmodule-2.0.dll.a libgthread-2.0.dll.a
> libglib-2.0.dll.a libgobject-2.0.dll.a libgtk.dll.a
>
> I copied each of the files above to a file name with out the ".a" at
> the end, but if you look closely none of the files above will match
> the dll indicated by the error message.
>
> 2. Assuming the above is Oll Korrect, where the heck is this dll with
> the extra "-0" in it? Did I download an incorrect version of some
> package, or should I just copy the above files to new names again?
>
>
> Thanks for any advice you can give,
> B.
>