User forums > Help

GTK+ wizard on Windows

(1/1)

ToApolytoXaos:
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`

--- End code ---
for GTK+ 2.24.


--- Code: ---`pkg-config --cflags gtk+-3.0`

--- End code ---
For GTK+ 3.6.4.

Linker settings, Other linker options

--- Code: ---`pkg-config --libs gtk+-2.0`

--- End code ---
for GTK+ 2.24.


--- Code: ---`pkg-config --libs gtk+-3.0`

--- End code ---
For GTK+ 3.6.4.

The same settings are used in Linux too.

oBFusCATed:

--- Quote from: ToApolytoXaos on November 25, 2013, 10:20:20 am ---Why wizard script is not using pkg-config by default? I'm using it and works just fine.

--- End quote ---
Patches welcome...

Navigation

[0] Message Index

Go to full version