Where is the best place to post jhbuild questions? Below is the process that I followed to build gnome28; however, I run into problems right away. gtk-engine will not build because it wants gtk+ that is 2.6 or better; however, gnome28 is explicitly building with gtk-2-4.
>Requested 'gtk+-2.0 >= 2.6.0' but version of GTK+ is 2.4.15 >configure: error: GTK+-2.0 is required to compile gtk-engines >cvs -z3 -q -d :pserver:[EMAIL PROTECTED]:/cvs/gnome update -dP -r gtk-2-4 . su /usr/sbin/useradd -m build mkdir /opt/gnome2 chown build.build /opt/gnome2 su - build htmlview http://cvs.gnome.org/viewcvs/jhbuild/README?view=markup & export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/gnome export CVS_RSH=ssh cvs checkout jhbuild cd jhbuild make install cp sample.jhbuildrc $HOME/.jhbuildrc cd $HOME vi .jhbuildrc > moduleset = 'gnome28' mkdir -p cvs/gnome2 mkdir -p logs jhbuild sanitycheck jhbuild bootstrap jhbuild sanitycheck # do the above only once. repeat the following for every build. nohup jhbuild tinderbox --output=$HOME/logs/$(date +%F) & nohup htmlview file://$HOME/logs/$(date +%F) & #EOF -- George (gk4) _______________________________________________ gnome-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-devel-list
