On Tuesday 5. August 2014 16.23.17 you wrote:
>
> C++ file file.cpp installed by shedskin to
> /usr/share/shedskin/lib/builtin/file.cpp fails to compile.
>
> File file.cpp seems to lack inclusion of unistd.h and sys/types.h.
> When I added them to file.cpp, the problem was solved.
Thanks for the
Package: shedskin
Version: 0.9.2-1
I tried to compile a simple python program to C++ and then to binary.
$ cat 4.py
print(333)
$ shedskin 4.py
$ make
g++ -O2 -march=native -Wno-deprecated -I. -I/usr/share/shedskin/lib
4.cpp /usr/share/shedskin/lib/re.cpp
/usr/share/shedskin/lib/builtin.cpp -lgc
2 matches
Mail list logo