Questions tagged [jhbuild]

JHBuild can be used to build projects from CVS, Darcs, Git and others with their dependencies into a separate install prefix. It is not intended as a replacement for system package managers. This tag is intended for all questions and problems occurring when using or installing JHBuild.

JHBuild was originally written for building GNOME, but has since been extended to be usable with other projects. A “module set” file can be hosted on a web server, allowing for build rules independent of the JHBuild project.

JHBuild can build modules from a variety of sources, including CVS, Subversion, Bazaar, Darcs, Git and Mercurial repositories, as well as Tar and Zip archives hosted on web or FTP sites. JHBuild can build modules using a variety of build systems, including Autotools, CMake, WAF, Python Distutils and Perl Makefiles.

JHBuild is not intended as a replacement for the distribution's package management system. Instead, it makes it easy to build software into a separate install prefix without interfering with the rest of the system.

34 questions
0
votes
1 answer

jhbuild system dependencies

Whenever I build any Gnome application using jhbuild I get a lot of packages which are required. For example for the following command: jhbuild sysdeps --install bijiben Following errors appear: W: Circular dependencies detected: bijiben ->…
Krist
  • 477
  • 4
  • 17
0
votes
1 answer

How to cross compile the modules using jhbuild?

I have a below jhbuild.modules xml file, actually I want to cross compile it. I know that adding --host param to autogenargs will do work, but I wanted to do that without touching the below jhbuild.modules file.
Arunprasad Rajkumar
  • 1,374
  • 1
  • 15
  • 31
-1
votes
1 answer

I have trouble "jhbuild build meta-gtk-osx-core"

First I wanted download gtk on my mac. so I try this step. http://www.gtk.org/download/macos.php When I tried "jhbuild build meta-gtk-osx-core", my mac raise error. Help me!!! libtool: Version mismatch error. This is libtool 2.4.2, but the …
-2
votes
1 answer

How to build library OpenFace using jhbuild without cmake file?

I want to build OpenFace library in my project, but facing some issues. What I have done: I have cloned OpenFace library from github and put into jhbuild. I have created openface.moduleset file to build the library in my project, but OpenFace don't…
1 2
3