rexxar-tc / camelbox

Automatically exported from code.google.com/p/camelbox
0 stars 0 forks source link

*** This build of Glib was compiled with glib 2.20.0... #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run perl script using Gtk2::Builder (works fine on my Arch Linux)

What is the expected output? What do you see instead?
It should spawn gtk2 window

It writes this error message to console:
*** This build of Glib was compiled with glib 2.20.0, but is currently 
running with 2.16.3, which is too old.  We'll continue, but expect 
problems!

And then it shows popup window saying that
procedure pango_layout_get_baseline can't be found in libpango dll

then program exits

What version of the product are you using? On what operating system?
Windows XP

Please provide any additional information below.
i am attaching the source of hello world script, which is suppposed to be 
working. i am running it on linux.

Original issue reported on code.google.com by Harvi...@gmail.com on 16 Aug 2009 at 5:17

Attachments:

GoogleCodeExporter commented 9 years ago
Check your %PATH% environment variable.  You have multiple copies of Glib on 
your
machine, and Camelbox is using the first libglib binary it finds in your 
%PATH%.  The
libglib binary that Camelbox is finding is not the one that was installed with
Camelbox.  Possible culprits for other copies of libglib on Windows include 
GIMP and
Pidgin, both popular programs on Windows.  As you can see with the attached
screenshot, your script works on my (clean) Windows XP system with no issues. 
Camelbox does not manage nor will it ever manage your %PATH% environment 
variable,
that's up to the end user to manage/fix.  There have been multiple discussions 
about
this issue on the mailing list, you can also browse there for suggestions on 
how to
fix this on your machine.

Original comment by elspicyj...@gmail.com on 16 Aug 2009 at 6:10

Attachments:

GoogleCodeExporter commented 9 years ago
oh sorry, you are true.

Original comment by Harvi...@gmail.com on 16 Aug 2009 at 8:06