Hi:

I find out the pkgconf not work correctly with valac

first, if i just install vala and its dependencies, valac works well

but after i install the cmake which was dependened on the pkgconf package, then valac not worked...

it just say could not find <glib.h> such as following :

C:/MSYS32/home/Matrix/vala_test/serialport.vala.c:5:18: fatal error: glib.h: No such file or directory
 #include <glib.h>
                  ^
compilation terminated.
Compilation failed: 1 error(s)

i fixed it with replace the pkg-config.exe use the Gtk official's pkg-config precompiled binary...

i think there is something wrong with the pkgconf package....

Best Regards!
------------------------------------------------------------------------------
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to