Author Topic: GTK+ wizard on Windows  (Read 5743 times)

ToApolytoXaos

  • Guest
GTK+ wizard on Windows
« on: November 25, 2013, 10:20:20 am »
I have noticed that GTK+ wizard script deals with 2.x series and not yet with 3.x.

Why wizard script is not using pkg-config by default? I'm using it and works just fine.

Here are my steps:

Compiler settings, Other Options

Code
`pkg-config --cflags gtk+-2.0`
for GTK+ 2.24.

Code
`pkg-config --cflags gtk+-3.0`
For GTK+ 3.6.4.

Linker settings, Other linker options
Code
`pkg-config --libs gtk+-2.0`
for GTK+ 2.24.

Code
`pkg-config --libs gtk+-3.0`
For GTK+ 3.6.4.

The same settings are used in Linux too.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: GTK+ wizard on Windows
« Reply #1 on: November 25, 2013, 11:12:25 am »
Why wizard script is not using pkg-config by default? I'm using it and works just fine.
Patches welcome...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]