Search the web
Sign In
New User? Sign Up
openpfgw · Co-ordination of the OpenPFGW project
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1491 - 1521 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1491
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...
jim_fougeron
Offline Send Email
May 3, 2004
2:36 am
1492
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...
Phil Carmody
thefatphil
Offline Send Email
May 3, 2004
8:24 am
1493
... 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...
gchil0
Offline Send Email
May 3, 2004
6:15 pm
1494
... 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...
Phil Carmody
thefatphil
Offline Send Email
May 3, 2004
7:22 pm
1496
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....
Send Email
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....
Send Email
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....
Send Email
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...
jim_fougeron
Offline Send Email
Jun 3, 2004
9:37 pm
1500
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 -...
qwewqedasfdsdaf
Offline Send Email
Jun 4, 2004
4:39 pm
1501
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...
jim_fougeron
Offline Send Email
Jun 7, 2004
3:11 pm
1502
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....
Send Email
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...
Mark Rodenkirch
mgrogue
Offline Send Email
Jun 7, 2004
4:15 pm
1504
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...
jim_fougeron
Offline Send Email
Jun 7, 2004
4:59 pm
1505
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...
jim_fougeron
Offline Send Email
Jun 7, 2004
6:23 pm
1506
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...
jim_fougeron
Offline Send Email
Jun 7, 2004
7:50 pm
1507
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....
Send Email
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....
Send Email
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...
gchil0
Offline Send Email
Jun 11, 2004
8:57 pm
1510
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...
jim_fougeron
Offline Send Email
Jun 12, 2004
12:41 am
1511
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: ...
jim_fougeron
Offline Send Email
Jun 12, 2004
1:11 am
1512
... 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>...
Phil Carmody
thefatphil
Offline Send Email
Jun 12, 2004
8:25 am
1513
... 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...
jim_fougeron
Offline Send Email
Jun 12, 2004
1:26 pm
1514
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...
mergel2
Offline Send Email
Jun 16, 2004
1:21 pm
1515
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...
jim_fougeron
Offline Send Email
Jun 16, 2004
1:28 pm
1516
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...
Ulrich Thiel
mergel2
Offline Send Email
Jun 17, 2004
11:40 am
1517
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...
jim_fougeron
Offline Send Email
Jun 17, 2004
11:58 am
1518
... Defining GW_UNDERSCORE causes a zillion linking errors. Not defining it or undefing it still leaves the errors ...
gchil0
Offline Send Email
Jun 17, 2004
7:00 pm
1519
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...
jim_fougeron
Offline Send Email
Jun 17, 2004
7:23 pm
1520
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....
Send Email
Jun 17, 2004
7:44 pm
1521
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....
Send Email
Jun 17, 2004
7:46 pm
Messages 1491 - 1521 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help