I am trying to install GTK in windows and use the GLADE interface to develop a GUI. For GTK, I need to install Glib, which creates a problem for me. I am trying to do:
perl Makefile.pl
dmake
dmake test
dmake install
but i'm stuck on the step dmake. The error I see is:
--------------- dmake.exe: Error code 1, while making 'Glib.o'-------------
Is it possible to use GLADE and Glib with perl on windows? If so, am I mistaken in creating it?
source
share