Re: compile glib success but failure on run-time with every version
- From: codekiddy <codekiddy gmail com>
- To: gtk-list gnome org
- Subject: Re: compile glib success but failure on run-time with every version
- Date: Thu, 12 Feb 2015 15:11:39 +0100
Thank you Chun-wei for your reply! and also thank you for all of your contribution to Visual Studio solutions to compile GTK+, my solutions are largerly based on yours, in fact I copied yours and modifed them for my intentions and also created some myself to make possible to compile everything by using MSVC only.
I will defintelly add more credit to you and other people into readme files once I complete all this mess.
Ok... now back to problem...
I added the preprocessor flag as you said and was not able to compile test program, however I tried to add following flags instead:
_CONSOLE
GLIB_COMPILATION
G_LOG_DOMAIN="GLib"
G_ENABLE_DEBUG
after doing so test program suceded! :D
I'm not sure how will this affect my GTK+ compilation, because both gtk-demo and gtk-demo-application results in crash, I'm looking right now at gtk-demo preprocessor flags and what is defined there is following:
GTK_PREFIX=\"$(GtkDummyPrefix)\" where GtkDummyPrefix is "/dummy"
Do you know what could be the cause of gtk-demo crash? every singe test program of every single dependency package is success now except gtk-demo-application and gtk-demo.
the GTK+ version I'm compiling right now is 3.14.8, do you think I should try older versions? because there are "unhandled exceptions" while trying to debug gtk-demo.
Thank you so much!
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]