You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just downloaded the package and it seems that document.cc does include
<fstream>
and there was no problem compiling the package.
Can you download and compile the package again and tell me if the problem
persists ?
(After you download and open the tar file,
cd openhtmm-0.1
./configure
make
The executables will be in the src/ directory)
Thanks,
Amit.
Re-downloaded and did ./configure and make; again got:
=======================================
In file included from htmm.h:22,
from EM.h:22,
from htmm_driver.cc:19:
document.h:54: `ifstream' was not declared in this scope
document.h:54: `in' was not declared in this scope
document.h:54: parse error before `*'
make[1]: *** [htmm_driver.o] Error 1
make[1]: Leaving directory `/home/devriesh/openhtmm-0.1/src'
make: *** [all-recursive] Error 1
====================================
however I fixed it by adding #include <fstream> to the document.h file, not the
document.cc file, sorry. No idea why. Thanks for publishing the code, btw!
Original issue reported on code.google.com by
[email protected]
on 9 Oct 2007 at 11:23The text was updated successfully, but these errors were encountered: