Hi! I just followed the instructions, but when i call the sample script pp3 leo.pp3 I get a Windows error message box saying that the software is not compatible with Windows 64 bit version. Advice anyone?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi - I have been trying to get PP3 working under Windows 7 also. I tried your .exe but I get an error when I try and run it.
I would like to try and compile it myself - but I'm not sure how. I dont see the pp3.cc file that you refer to in the code section. Can you give me any pointers?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I placed the pp3.cc into a folder on the c-drive, then ran the instruction g++ pp3.cc -o pp3.exe in this folder via the windows console (in administrator mode) as per your post.
When this didn't work - I though the compilation might need more files from the code section - so I downloaded a "snapshot" from trunk - and placed all of these files in the same folder as pp3.cc. Still no joy.
Last edit: Lee Jones 2014-08-24
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi! I just followed the instructions, but when i call the sample script pp3 leo.pp3 I get a Windows error message box saying that the software is not compatible with Windows 64 bit version. Advice anyone?
Please note that PP3 is no longer maintained.
Yes, I feared so. Thanks for your reply!
On 64-bit Windows extract pp3.cc and compile it using g++ pp3.cc -o pp3.exe
Please find attached my compiled Version which works under Windows 7/64
Hi - I have been trying to get PP3 working under Windows 7 also. I tried your .exe but I get an error when I try and run it.
I would like to try and compile it myself - but I'm not sure how. I dont see the pp3.cc file that you refer to in the code section. Can you give me any pointers?
Thanks
Hi Lee!
Yes, pp3.cc is not natively in pp3-1.3.3.tar.bz2 source, because is not written in C++ but in CWEB http://www-cs-faculty.stanford.edu/%7Eknuth/cweb.html
So there is pp3.w
Here is mine pp3.cc after conversion:
http://drive.google.com/uc?export=download&id=0B91xyCYP_F8wYlZQQlJzVVkxM3M
Enjoy !
Last edit: Riviera71 2014-08-15
Hmm - still having issues with this. When I try to compile using your pp3.cc file - I get the following error
"pp3.w:335: sstream: No such file or directory"
What is your compiler? VC++, gcc ...?
Are you sure you use C++ compiler and not C?
Last edit: Riviera71 2014-08-23
Hi - Thanks for persevering with this, I appreciate it :o)
I installed g++ as per the following instructions:
http://www.claremontmckenna.edu/pages/faculty/alee/g++/g++.html
I placed the pp3.cc into a folder on the c-drive, then ran the instruction g++ pp3.cc -o pp3.exe in this folder via the windows console (in administrator mode) as per your post.
When this didn't work - I though the compilation might need more files from the code section - so I downloaded a "snapshot" from trunk - and placed all of these files in the same folder as pp3.cc. Still no joy.
Last edit: Lee Jones 2014-08-24