New submission from Diez B. Roggisch <[email protected]>: http://doc.pypy.org/en/latest/cppyy.html
states that ROOTSYS is only needed if no root-config utility is available. I have the latter available, but still compilation of pypy failed. After looking into reflex_capi.py it became apparent that ROOTSYS *must* be set. I could provide a doc update or try work on a patch to make docs and reality match. ---------- messages: 5448 nosy: deets, pypy-issue priority: bug status: unread title: ROOTSYS required even though docs indicate it isn't ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1422> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
