Help for this page

Select Code to Download


  1. or download this
    dmake clean
    perl Makefile.pl INC="-IC:\prog\gtk+\include\glib-2.0 -IC:\prog\Gtk+\l
    +ib\glib-2.0\include" LIBS="-LC:/prog/gtk+/lib"
    dmake >out.txt 2>&1
    
  2. or download this
    cp lib/Glib.pm blib\lib/Glib.pm
    cp C:\strawberry\cpan\build\Glib-1.321-onhke4\typemap blib\arch/Glib/I
    +nstall/typemap
    ...
    Glib.o:Glib.c:(.text+0x195): undefined reference to `g_filename_displa
    +y_name'
    Glib.o:Glib.c:(.text+0x1c6): undefined reference to `g_free'
    Gli...