I've attempted to recompile the source code executing
the ms_make.bat on a Windows machine and receive the
following errors(snippet):
C:\Projects\Documents\google\pdftohtml-0.38-win32
\pdftohtml-0.38\splash>cl /DWIN
32 /I.. /I..\goo -I..\fofi -
I..\splash /I..\xpdf /O2 /nologo /TP /c SplashScreen
.cc
'cl' is not recognized as an internal or external
command,
operable program or batch file.
C:\Projects\Documents\google\pdftohtml-0.38-win32
\pdftohtml-0.38\splash>cl /DWIN
32 /I.. /I..\goo -I..\fofi -
I..\splash /I..\xpdf /O2 /nologo /TP /c SplashState.
cc
'cl' is not recognized as an internal or external
command,
operable program or batch file.
C:\Projects\Documents\google\pdftohtml-0.38-win32
\pdftohtml-0.38\splash>cl /DWIN
32 /I.. /I..\goo -I..\fofi -
I..\splash /I..\xpdf /O2 /nologo /TP /c SplashT1Font
.cc
'cl' is not recognized as an internal or external
command,
operable program or batch file.
C:\Projects\Documents\google\pdftohtml-0.38-win32
\pdftohtml-0.38\splash>cl /DWIN
32 /I.. /I..\goo -I..\fofi -
I..\splash /I..\xpdf /O2 /nologo /TP /c SplashT1Font
Engine.cc
'cl' is not recognized as an internal or external
command,
operable program or batch file.
C:\Projects\Documents\google\pdftohtml-0.38-win32
\pdftohtml-0.38\splash>cl /DWIN
32 /I.. /I..\goo -I..\fofi -
I..\splash /I..\xpdf /O2 /nologo /TP /c SplashT1Font
File.cc
'cl' is not recognized as an internal or external
command,
operable program or batch file.
C:\Projects\Documents\google\pdftohtml-0.38-win32
\pdftohtml-0.38\splash>cl /DWIN
32 /I.. /I..\goo -I..\fofi -
I..\splash /I..\xpdf /O2 /nologo /TP /c SplashXPath.
cc
'cl' is not recognized as an internal or external
command,
operable program or batch file.
C:\Projects\Documents\google\pdftohtml-0.38-win32
\pdftohtml-0.38\splash>cl /DWIN
32 /I.. /I..\goo -I..\fofi -
I..\splash /I..\xpdf /O2 /nologo /TP /c SplashXPathS
canner.cc
'cl' is not recognized as an internal or external
command,
operable program or batch file.
Is there something that I should be doing that I'm not?
Thanks
Logged In: NO
ms_make.bat is used to build pdftohtml with microsoft
visual c++, You need to make sure you run the vcvars32.bat
file in the visual c++ bin directory before running
ms_make.bat. an example would be "C:\Program
Files\Microsoft Visual Studio .NET 2003\Vc7
\bin\vcvars32.bat" for visual studio .NET 2003 (what im
using for now)