[Çözüldü] Windows 'ta GTK Derleme

Başlatan freeman, 22 Ocak 2014 - 15:26:05

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

freeman

Merhabalar,
GTK ile yazılmış programları Windows üzerinde nasıl derleyebilirim? GTK klavuzlarında denilenleri yapıyorum fakat konsolda hata veriyor.
Nasıl yapılacağını bilen var mı?
Good morning and welcome to the Black Mesa Transit System. This automated train is provided for the security and convenience of the Black Mesa Research Facility personnel.

iskenderoguz

yaptığınız işlem ve aldığınız hata nedir?

freeman

gcc `pkg-config --cflags gtk+-3.0` -o window-default window-default.c `pkg-config --libs gtk+-3.0`

Verdiği hata;
gcc: error: `pkg-config: No such file or directory
gcc: error: gtk+-3.0`: No such file or directory
gcc: error: window-default.c: No such file or directory
gcc: error: `pkg-config: No such file or directory
gcc: error: gtk+-3.0`: No such file or directory
gcc: error: unrecognized command line option '--cflags'
gcc: error: unrecognized command line option '--libs'
gcc: fatal error: no input files
compilation terminated.


Ya da şu şekilde sorayım:
"gtk+-bundle_3.6.4-20130921_win32.zip" şeklinde bir dosya indirdim. Gerekli herşey bunun içindeymiş. Bunu tam olarak nasıl kullanacağım?
Good morning and welcome to the Black Mesa Transit System. This automated train is provided for the security and convenience of the Black Mesa Research Facility personnel.

iskenderoguz

#3
zip dosyasını açtığınız zaman yüklemenin nasıl yapılacağını anlatan bir dosya muhtemelen olması lazım.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 22 Ocak 2014 - 16:46:01

Then add the bin folder to your PATH. Make sure you have no other versions of GTK+ in PATH. Run:
    pkg-config --cflags gtk+-3.0
and verify that it prints out something reasonable. Prepare Pango :
    pango-querymodules > c:\gtk\etc\pango\pango.modules
Prepare GDK-Pixbuf :
    gdk-pixbuf-query-loaders > c:\gtk\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache
Prepare GTK+-IMModules :
    gtk-query-immodules-3.0 > c:\gtk\lib\gtk-3.0\3.0.0\immodules.cache
Run:
    gtk3-demo
and verify that it works.

freeman

Şu videoda gösterildiği şekilde yaptım, CodeBlocks ile sıkıntı çıkmadı. 
http://www.youtube.com/watch?v=sD9jdmtG1gM

Çok teşekkür ediyorum.
Good morning and welcome to the Black Mesa Transit System. This automated train is provided for the security and convenience of the Black Mesa Research Facility personnel.