Code::Blocks Forums

User forums => Help => Topic started by: ToApolytoXaos on November 25, 2013, 10:20:20 am

Title: GTK+ wizard on Windows
Post by: ToApolytoXaos 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.
Title: Re: GTK+ wizard on Windows
Post by: oBFusCATed 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...