C:\emsdk-master\fastcomp\emscripten\tests\VC6_IS>emcc ISMN.cpp
In file included from ISMN.cpp:30:
./isbool.h:8:19: error: redeclaration of C++ built-in type 'bool'
typedef int bool ;
^
./isbool.h:9:24: error: expected unqualified-id
static const int true = 1 ;
^
./isbool.h:10:24: error: expected unqualified-id
static const int false = 0 ;
^
ISMN.cpp:31:10: warning: non-portable path to file '"Isdll.h"'; specified path
differs in case from file name on disk [-Wnonportable-include-path]
#include "isdll.h"
^~~~~~~~~~
"Isdll.h"
ISMN.cpp:41:10: warning: non-portable path to file '"ISSC.H"'; specified path
differs in case from file name on disk [-Wnonportable-include-path]
#include "issc.h"
^~~~~~~~~
"ISSC.H"
ISMN.cpp:46:10: warning: non-portable path to file '"ISSC.H"'; specified path
differs in case from file name on disk [-Wnonportable-include-path]
#include "issc.h"
^~~~~~~~~
"ISSC.H"
3 warnings and 3 errors generated.
shared:ERROR: compiler frontend failed to generate LLVM bitcode, halting