I was using g++ 3.2.2 with no luck, then I changed it to
g++296 and it compiles. I just added the following line to the
beginning of the makefile:
CXX = g++296
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I set up a guest login on an SCO Linux box in our compile
farm and Peter Stamfest kindly logged in and edited the
source code to build with the verion of g++ that is shipping
with UnitedLinux 1.0.
Here is a patch file that changes fax2pdf.cc version 0.1.3
into something that will compile on Linux.
Thank you very much Mr. Stamfest!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Example output attached.
Logged In: NO
I was using g++ 3.2.2 with no luck, then I changed it to
g++296 and it compiles. I just added the following line to the
beginning of the makefile:
CXX = g++296
Logged In: YES
user_id=50901
I set up a guest login on an SCO Linux box in our compile
farm and Peter Stamfest kindly logged in and edited the
source code to build with the verion of g++ that is shipping
with UnitedLinux 1.0.
Here is a patch file that changes fax2pdf.cc version 0.1.3
into something that will compile on Linux.
Thank you very much Mr. Stamfest!
Logged In: YES
user_id=50901
The patch I mention below may be found in the Patches section.