My first tiny success. It looks like the AMD64 beta compiler from M$ packaged in the Beta Platform SDK knows about long long, however, M$ has still left in...
Has anyone ever tried compiling PFGW for BSD? Has anyone successfully got the Linux version to run on BSD? Phil ===== When inserting a CD, hold down shift to...
... I did briefly without success. ... Yes using FreeBSD. This is why I didn't spend too much time with the above. I made sure Linux emulation was enabled...
... After years of asdf ~ brandelf -t Linux pfgw asdf ~ ./pfgw ELF binary type "Linux" not known. zsh: 72427 abort ./pfgw A few hours ago I finally saw a...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
May 28, 2004 6:34 am
1497
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Jun 3, 2004 8:02 pm
1498
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Jun 3, 2004 8:10 pm
1499
I do not have a Linux box at the moment. It has become a Win98/WinMe testing box, testing change I am making to my USB driver. If someone would so kindly...
Maybe i am missing something but the zip and package contain only 4 altered files since the last beta release. These files are: - abcfileformats.txt - News -...
You are totally correct. My oops. I tried to quickly get this build out (before my weekend off), and did not get the actual built exe files copied into the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Jun 7, 2004 3:12 pm
1503
... Has anything changed in the benchmarking code? The two sections that I included from the benchmark imply that it will take at least three times longer to...
I am not sure what is up with the benchmarking, but yes, it has had some changes. ALSO, PaulJ made a better "hi-res" timer, which is being used. I don't...
Yes, I am certainly seeing a problem testing these numbers: c:\prime\openpfgw\openpfgw\q\z>pfgw a PFGW Version 20031222.Win_Dev (Beta 'caveat utilitor') [FFT...
Found the problem (Thank for spotting this Mark). I had this: //#ifndef GW_EMULATEASSEMBLER #if 0 to NOT use the asm "proth-like" reduction code, but to use...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Jun 8, 2004 3:25 pm
1508
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Jun 8, 2004 3:25 pm
1509
I just tried to compile the 06/08 version, but it failed. Not sure if it's related, but I think the OS on this computer was updated since the last compile I...
Greg, around line 788 in pform/pfgw_main.cpp, change: for (int i = 0; i < strlen(cp); ++i) { to: int i = 0; for (; i < strlen(cp); ++i) { I think that is the...
The below change "fixes" that file. The "testing" I did was to use MinGW to build. MinGW works (using MSYS as the borne shell), however, you have to run: ...
... 6.4.4.1 #5 says gcc is broken then. What version of GCC, and what language options are in use? Are you compiling as C89 or C95/ISO? ... #include <limits.h>...
... GCC 3.3.1 (mingw special 20030804-1) is being used. I have no idea what the "default" it compiles to. However, no specific switch like --use-c95 (note I...
Hi! I tried to compile 20040107_Linux_Dev_Beta_PFGW on a pentium 4 and an athlon thunderbird machine with gcc 3.3. both stopped with some serious errors I've...
If you look a few messages back, you will see that some of these were listed. I have not gotten a newer version up fixing them however. For your fixes: - The...
Hi! Okay, I replaced the pfprzfile.cpp. The remaining errors are: 1. errors produced by the configure files on the athlon machine. But this error can't be cpu...
I have also been working with Greg about this offline, but have not heard back from him, so I don't know if this is the fix or not. Try this: 1. modify (by...
Greg, Before you upload, please include the files: asminp.h cpuid.cxx gwcontext_new.cpp (all zipped into 4greg.zip) These files have been updated as per your...