On 11/24/2012 08:30 PM, Doug Coleman wrote: > I'm on master. What does it take to fully compile/build/make/setup.py > everything? > > I've seen: make, make cython, python setup.py build_ext -i, python > setup.py install > > I feel like the latter two are pretty equivalent, but the ``make > cython`` is its own thing. Is there one command to completely rebuild > everything? > The generation of cython code is not really considered part of the build process, I think. Can you please check out all the C-files again? Running ``make`` cleans out all object files and builds everything.
> Anyway, running ``make`` doesn't fix it--both errors still exist. > MacOSX 10.8.2 64. I could open bugs for them... > If they still occur with the checked-in C-files, please do. If not, we have to debug what changed in Cython. This is certainly sub-optimal but I feel it is less of an emergency than "master segfaults". Personally, I have never used "make cython" - I never saw a reason to. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
