teambob / docfrac

DocFrac is a document converter that can convert between RTF, HTML and ASCII text. This includes RTF to HTML and HTML to RTF. Supports text formatting (e.g. bold); tables; and most European languages. Available for Windows; Linux; ActiveX and DLL.
GNU General Public License v2.0
13 stars 6 forks source link

[Support] istream/ostream not found [sf#2] #57

Closed teambob closed 9 years ago

teambob commented 9 years ago

Reported by *anonymous on 2004-09-27 15:42 UTC* I'm attempting to compile docfrac 3.0.1 under RedHat Linux ES 2.1. When I execute "make", I receive the following error message: g++ -c -g -I/usr/include/g++-3 -c -o DoxFactory.o DoxFactory.cpp DoxFactory.cpp:2:19: istream: No such file or directory DoxFactory.cpp:3:19: ostream: No such file or directory make: [DoxFactory.o] Error 1

teambob commented 9 years ago

Commented by andrewpunch on 2005-04-11 12:54 UTC Logged In: YES user_id=928005

The C++ header files are not installed correctly.

teambob commented 9 years ago

Updated by andrewpunch on 2005-04-11 12:54 UTC