Re: Balsa GTK+3 port



I just got the origin/gtk3 branch..

$ git config -l
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
remote.origin.url=git://git.gnome.org/balsa
branch.master.remote=origin
branch.master.merge=refs/heads/master
branch.origin/gtk3.remote=origin
branch.origin/gtk3.merge=refs/heads/master


make clean ; sh autogen.sh --prefix=/usr --with-gnome=no

and the resulting binary:

$ ldd src/balsa | grep gtk
libgtkhtml-3.14.so.19 => /usr/lib/libgtkhtml-3.14.so.19 (0xb76d2000)
        libgtkspell.so.0 => /usr/lib/libgtkspell.so.0 (0xb767c000)
        libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7220000)

so.. it's not using gtk3... i used with --with-gnome=no because it was not building because it was the deprecated GtkCallbackMarshal.. so i understand it takes the include files.. but linking is wrong?

The configure output is this:

http://lolcathost.org/b/balsa.log

i get no reference about GTK+ there... so .. Am I doing something wrong?

I also did a clean checkout with the same results...

git clone -b origin/gtk3  git://git.gnome.org/balsa

thanks

--pancake


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]