Advertisement
Guest User

Untitled

a guest
May 14th, 2011
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. *** SHED SKIN Python-to-C++ Compiler 0.7.1 ***
  2. Copyright 2005-2010 Mark Dufour; License GNU GPL version 3 (See LICENSE)
  3.  
  4. [analyzing types..]
  5. ********************************100%
  6. [generating c++ code..]
  7. rm -f 197 197_prof 197_debug
  8. g++ -O2 -march=native -Wno-deprecated -I. -I/home/fahhem/projects/shedskin/shedskin/lib 197.cpp /home/fahhem/projects/shedskin/shedskin/lib/re.cpp /home/fahhem/projects/shedskin/shedskin/lib/builtin.cpp /home/fahhem/projects/shedskin/shedskin/lib/binascii.cpp -lgc -lpcre -o 197
  9. /home/fahhem/projects/shedskin/shedskin/lib/binascii.hpp: In function 'void __197__::__init()':
  10. /home/fahhem/projects/shedskin/shedskin/lib/binascii.hpp:54: error: too few arguments to function '__shedskin__::str* __binascii__::b2a_qp(__shedskin__::str*, __shedskin__::__ss_bool, __shedskin__::__ss_bool, __shedskin__::__ss_bool)'
  11. 197.cpp:32: error: at this point in file
  12. /home/fahhem/projects/shedskin/shedskin/lib/binascii.hpp:53: error: too few arguments to function '__shedskin__::str* __binascii__::a2b_qp(__shedskin__::str*, __shedskin__::__ss_bool)'
  13. 197.cpp:34: error: at this point in file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement