Re: Using Fedora for Gnome development...

2013-04-03 Thread Darryl L. Pierce
On Tue, Apr 02, 2013 at 04:40:03PM -0400, Darryl L. Pierce wrote: On Tue, Apr 02, 2013 at 03:50:26PM -0400, Colin Walters wrote: On Tue, 2013-04-02 at 15:31 -0400, Darryl L. Pierce wrote: When python3 is installed then, with both projects, Cmake finds Python 3. This seems like

Re: Using Fedora for Gnome development...

2013-04-02 Thread Darryl L. Pierce
On Mon, Apr 01, 2013 at 04:56:34PM -0400, Colin Walters wrote: On Mon, 2013-04-01 at 16:26 -0400, Darryl L. Pierce wrote: When I ran this (which is where I ran into problems) jhbuild installs python3 and its dependencies, which is what's borking my day job development. That's odd. How

Re: Using Fedora for Gnome development...

2013-04-02 Thread Mathieu Bridon
On Tuesday, April 02, 2013 08:25 PM, Darryl L. Pierce wrote: On Mon, Apr 01, 2013 at 04:56:34PM -0400, Colin Walters wrote: On Mon, 2013-04-01 at 16:26 -0400, Darryl L. Pierce wrote: When I ran this (which is where I ran into problems) jhbuild installs python3 and its dependencies, which is

Re: Using Fedora for Gnome development...

2013-04-02 Thread Darryl L. Pierce
On Tue, Apr 02, 2013 at 09:28:12PM +0800, Mathieu Bridon wrote: You can perfectly well have Python 2 and 3 coexisting on the same Fedora, and use either in your projects. The packages are made to be installed in parallel, and there shouldn't be any conflicts. Many people are developing

Re: Using Fedora for Gnome development...

2013-04-02 Thread Colin Walters
On Tue, 2013-04-02 at 15:31 -0400, Darryl L. Pierce wrote: When python3 is installed then, with both projects, Cmake finds Python 3. This seems like either a bug in Cmake or your project (not sure which) - if it's possible to explicitly specify that you want Python 2, then you should be doing

Re: Using Fedora for Gnome development...

2013-04-02 Thread Darryl L. Pierce
On Tue, Apr 02, 2013 at 03:50:26PM -0400, Colin Walters wrote: On Tue, 2013-04-02 at 15:31 -0400, Darryl L. Pierce wrote: When python3 is installed then, with both projects, Cmake finds Python 3. This seems like either a bug in Cmake or your project (not sure which) - if it's possible

Using Fedora for Gnome development...

2013-04-01 Thread Darryl L. Pierce
Is anybody on here using Fedora for Gnome development (silly question, I know)? If so, can you point me to a web page that describes how to setup Fedora specifically? I followed some instructions I was given that seems to get things working, but then causes a problem with my day job development

Re: Using Fedora for Gnome development...

2013-04-01 Thread drago01
On Mon, Apr 1, 2013 at 9:17 PM, Darryl L. Pierce mcpie...@gmail.com wrote: Is anybody on here using Fedora for Gnome development (silly question, I know)? Yes ... If so, can you point me to a web page that describes how to setup Fedora specifically? Use jhbuild (https://live.gnome.org

Re: Using Fedora for Gnome development...

2013-04-01 Thread Darryl L. Pierce
On Mon, Apr 01, 2013 at 10:08:31PM +0200, drago01 wrote: On Mon, Apr 1, 2013 at 9:17 PM, Darryl L. Pierce mcpie...@gmail.com wrote: Is anybody on here using Fedora for Gnome development (silly question, I know)? Yes ... If so, can you point me to a web page that describes how to setup

Re: Using Fedora for Gnome development...

2013-04-01 Thread Colin Walters
On Mon, 2013-04-01 at 15:17 -0400, Darryl L. Pierce wrote: Is anybody on here using Fedora for Gnome development (silly question, I know)? If so, can you point me to a web page that describes how to setup Fedora specifically? The tool used by most developers and release-team members is JHBuild

Re: Using Fedora for Gnome development...

2013-04-01 Thread Colin Walters
On Mon, 2013-04-01 at 16:26 -0400, Darryl L. Pierce wrote: When I ran this (which is where I ran into problems) jhbuild installs python3 and its dependencies, which is what's borking my day job development. That's odd. How did you install jhbuild? Oh...did you run jhbuild bootstrap? Don't