Re: Re: build Phoenix from source fails

Robin Dunn <[email protected]>
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
Greg Couch wrote:
> "python build.py dox etg --nodoc sip build" fails with a similar error:
>
> python build.py dox etg --nodoc sip build
> Build using: "/usr/bin/python"
> 2.7.8 (default, Oct 20 2014, 15:05:19)
> [GCC 4.9.1]
> Python's architecture is 64bit
> cfg.VERSION: 3.0.3
>
> Running command: dox
> Checking for /home/gregc/src/Phoenix/bin/doxygen-1.8.2-linux...
> Traceback (most recent call last):
> File "build.py", line 1613, in <module>
> main(sys.argv[1:])
> File "build.py", line 168, in main
> function(options, args)
> File "build.py", line 670, in cmd_dox
> _doDox('xml')
> File "build.py", line 663, in _doDox
> pwd = pushDir(posixjoin(wxDir(), 'docs/doxygen'))
> File "build.py", line 430, in __init__
> os.chdir(newDir)
> OSError: [Errno 2] No such file or directory:
> '/home/gregc/src/Phoenix/ext/wxWidgets/docs/doxygen'
> Finished command: dox (0.41s)
>

When you clone and check out a repository that has submodules you need 
to also tell git to set up and update the submodules too.  Like this:

     git submodule init
     git submodule update

After you do this be sure to do the dox and touch build commands again 
so things will be regenerated using the proper wxWidgets in ext, and 
then continue on with the sip and build commands.

-- 
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.