Entering edit mode
8.4 years ago
TJay
•
0
Hi, I want to install BAliBASE in Windows 8.1 and i download BAliBASE and expat XML parser . I installed expat and tried to make file using "make -f makefile" in cygwin. But it gives me an error says that ,
cc -c -O -Iexpat-1.95.2/include readxml.c make: cc: Command not found
make: * [readxml.o] Error 127
Do i need to change flags in makefile of BAliBASE?
Install GCC (c compiler) for windows: https://www.maketecheasier.com/compile-linux-programs-under-windows/
http://preshing.com/20141108/how-to-install-the-latest-gcc-on-windows/
Thanks. I installed latest gcc and now it gives me the following error.
Did you compile
expat
yourself? That error is indicating that you are trying to use a program compiled for a different OS. If you did not then compile from source.