Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Compiling Gtk+ stack on windows with strawberry perl

by frazap (Monk)
on Jun 30, 2016 at 15:02 UTC ( [id://1166929]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    gobject-2.0.pc
    pango.pc
    gtk+-2.0.pc
    
  2. or download this
    perl Makefile.pl INC="-IC:/strawberry/c/include/freetype2 -IC:/prog/gt
    +k+/include/cairo -IC:/prog/gtk+/include/ -I. -I.\build"
    
  3. or download this
    dmake
    dmake test
    dmake install
    
  4. or download this
    perl Makefile.pl INC="-IC:\prog\gtk+\include\glib-2.0 -IC:\prog\Gtk+\l
    +ib\glib-2.0\include -I. -I./build"
    dmake
    dmake test
    dmake install
    
  5. or download this
    perl Makefile.pl  INC="-IC:\prog\gtk+\include -IC:/prog/gtk+/include/f
    +reetype2 -IC:/prog/Gtk+/include/cairo -IC:\prog\Gtk+\include\Pango-1.
    +0 -IC:\prog\Gtk+\include\glib-2.0 -IC:\prog\Gtk+\lib\glib-2.0\include
    + -I. -I./build -IC:\strawberry\perl\site\lib\Glib\Install -IC:\strawb
    +erry\perl\site\lib\Cairo\Install"
    dmake
    dmake test
    dmake install
    
  6. or download this
    perl Makefile.pl INC="-IC:\strawberry\perl\site\lib\Glib\Install -IC:\
    +strawberry\perl\site\lib\Pango\Install -IC:\strawberry\perl\site\lib\
    +Cairo\Install -IC:\prog\gtk+\include -IC:\prog\Gtk+\include\glib-2.0 
    +-IC:\prog\gtk+\include\pango-1.0 -IC:\prog\Gtk+\include\cairo -IC:\pr
    +og\Gtk+\include\atk-1.0 -IC:\prog\gtk+\include\gdk-pixbuf-2.0 -IC:\pr
    +og\gtk+\include\gtk-2.0 -IC:\prog\gtk+\include\freetype2 -IC:\prog\Gt
    +k+\lib\glib-2.0\include -IC:\prog\Gtk+\lib\gtk-2.0\include -I. -I./bu
    +ild"
    dmake
    dmake test
    dmake install
    
  7. or download this
    C:\prog\gtk+\include
    C:\prog\Gtk+\include\xxx
    C:\prog\Gtk+\lib\xxx\include
    
  8. or download this
    perl Makefile.PL INC="changed to include the new path"
    dmake
    
  9. or download this
    use strict;
    use warnings;
    ...
            copy("$from$file",  "$dest/$file") or die("failed... : $!");
        }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://1166929]
Approved by marto
Front-paged by Old_Gray_Bear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-03-28 23:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found