PyRoot (Root 5.14/00) on cygwin

A Happy New Year!

Now I’m playing root (5.14/00) on cygwin environment:
$ uname -a
CYGWIN_NT-5.1 KAZU-LETS 1.5.23(0.156/4/2) 2006-12-19 10:52 i686 Cygwin

Root was configured and build from source as follows:
$ cat config.status
win32gcc --enable-minuit2 --enable-python --with-python-incdir=/usr/include --with-python-libdir=/usr/lib/python2.4/config --enable-ruby --enable-explicitlink

It seems that ROOT.py is not installed under $ROOTSYS.
After copying the file from under the source tree (lib/ROOT.py or pyroot/ROOT.py)to $ROOTSYS/lib PyRoot runs OK.

Yours,
Kazuyoshi

Kazuyoshi,

happy new year to you, too!

ROOT.pyc and ROOT.pyo were probably also not installed? Was there a compilation issue related to these in the build logfile (most likely ‘python’ executable not found, or something along those lines)?

Cheers,
Wim

Hi,

I’m working on it. It’s a Makefile prob specific to win32gcc.

Axel.

Hi,

this is now fixed in CVS. Thanks for reporting it!

Cheers, Axel.