Re: Re: build Phoenix from source fails

Robin Dunn <[email protected]>
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
Robin Dunn wrote:
> Greg Couch wrote:
>> So I downloaded wxPython_Phoenix-3.0.3.dev1651+7ab42db.tar.gz
>> and it builds, but the source does not correspond to what I get from
>> github. Is there a branch I should be using or a different URL? I used
>> https://github.com/wxWidgets/Phoenix.
>
> That one is fine. It is almost always in sync with my clone. The
> "7ab42db" in the filename above is the first bit of the SHA1 of the
> commit that the tar file was built from. If you look at the recent git
> commits you can see that it corresponds to the last commit made on the
> 11th.
>
> https://github.com/wxWidgets/Phoenix/commits/master
>
>

I should probably also mention that the wxWidgets in the ext/wxWidgets 
is coming from the WX_3_0_BRANCH branch, and is being pulled by default 
from https://github.com/wxWidgets/wxWidgets.git.

The revision being used in the submodule is not automatically updated 
when changes are made upstream, so they may not always be the latest. 
That way the new upstream versions can be tested first and then 
ext/wxWidgets can be updated with a git command or two to use the new 
version.

If you have a git workspace then you can see which actual revision is 
being used with the submodule status command.


 > git submodule status
  e19a2263bd5e5fb08b44aa8186f4d5fd17ce7ac9 ext/wxWidgets 
(heads/WX_3_0_BRANCH)

-- 
Robin Dunn
Software Craftsman
http://wxPython.org

-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.