Closed GoogleCodeExporter closed 9 years ago
thanks for the patch! unfortunately though, it doesn't work here:
/home/srepmub/shedskin/shedskin/lib/re.hpp:11:15: warning: extra tokens at end
of #ifndef directive [enabled by default]
that is, using gcc 4.7.3 under ubuntu 13.04. does the following work for you?
#if defined(__sun) || defined(__APPLE__)
#include <pcre/pcre.h>
#else
#include <pcre.h>
#endif
Original comment by mark.duf...@gmail.com
on 10 Apr 2013 at 9:27
Hmm, it looks like I misread the line (I thought the ifndef was an ifdef). The
patch is unnecessary! Shedskin just requires pcre to be installed, presumably
by Homebrew.
That could be mentioned on the project page / in the README / printed out
during setup.py.
Original comment by alexchan...@gmail.com
on 10 Apr 2013 at 10:32
thanks! it is actually described here:
https://code.google.com/p/shedskin/wiki/docs#Installation
I agree it would be nice to have setup.py check whether this and other
dependencies are installed!
Original comment by mark.duf...@gmail.com
on 15 Apr 2013 at 7:01
Original issue reported on code.google.com by
alexchan...@gmail.com
on 10 Apr 2013 at 5:36Attachments: