Menu

Pdftphtml

Chaudhary
2004-03-01
2004-03-02
  • Chaudhary

    Chaudhary - 2004-03-01

    Hi
    I have downloaded the pdftohtml. When I am compiling the program I am getting the following errors.

    Attaching the compiler log.Could u plz check this and send any suggestion.

    Compiler: Default compiler
    Building Makefile: "D:\Work\C_C++\Images\pdf\Makefile.win"
    Executing  make clean
    rm -f main.o  pdftohtml.exeg++.exe -c main.cpp -o main.o -I"C:/DEV-CPP/include/c++"  -I"C:/DEV-CPP/include/c++/mingw32"  -I"C:/DEV-CPP/include/c++/backward"  -I"C:/DEV-CPP/include"  -I"C:/Dev-Cpp/include/allhnc"  In file included from C:/DEV-CPP/include/c++/backward/Stream.h:31,
                     from main.cpp:19:
    C:/DEV-CPP/include/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
    In file included from C:/Dev-Cpp/include/allhnc/HtmlLinks.h:4,
                     from C:/Dev-Cpp/include/allhnc/HtmlOutputDev.h:22,
                     from main.cpp:26:
    C:/Dev-Cpp/include/allhnc/GVector.h:25: parse error before numeric constantmain.cpp: In function `int main(int, char**)':main.cpp:343: `unlink' undeclared (first use this function)main.cpp:343: (Each undeclared identifier is reported only once for each
       function it appears in.)C:/Dev-Cpp/include/allhnc/GVector.h: In member function `T*
       GVector<T>::copy(...) [with T = HtmlLink]':
    C:/Dev-Cpp/include/allhnc/GVector.h:18:   instantiated from `void GVector<T>::resize() [with T = HtmlLink]'
    C:/Dev-Cpp/include/allhnc/GVector.h:58:   instantiated from `void GVector<T>::push_back(const T&) [with T = HtmlLink]'
    C:/Dev-Cpp/include/allhnc/HtmlLinks.h:40:   instantiated from here
    C:/Dev-Cpp/include/allhnc/GVector.h:26: `src1' undeclared (first use this
       function)
    C:/Dev-Cpp/include/allhnc/GVector.h:27: `dest' undeclared (first use this
       function)
    C:/Dev-Cpp/include/allhnc/GVector.h:28: ISO C++ forbids comparison between
       pointer and integerg++.exe main.o  -o "pdftohtml.exe" -L"C:/DEV-CPP/lib" G__~1.EXE: main.o: No such file or directory
    G__~1.EXE: no input filesExecution terminated

     
    • Mikhail Kruk

      Mikhail Kruk - 2004-03-01

      I've never tried building it on Windows with anything but MS VC 6.0. What is the exact environment that you are using and where can I get it? I'm not sure that I will have time to try it, but maybe I could try it some time.

       
    • Chaudhary

      Chaudhary - 2004-03-02

      Hi,
      Thanks for u'r reply.
      I am using devcpp version 4.0.8.7, win98 operating system and g++ compiler.
      When I am compiling the pdftohtml program, I am getting the above mentioned errors.
      I hope I am going to get solution to my problem very soon.

       

Log in to post a comment.