Error compiling on Linux:
recipe for target 'build/tw.o' failed
Any help?
Linux:
git clone
https://github.com/tlas/tlascoincd tlascoin/src
vi tchar2.h
#if defined(__BORLANDC__) && !defined(_TCHAR_DEFINED)
typedef _TCHAR TCHAR, *PTCHAR;
typedef _TCHAR TBYTE, *PTBYTE;
#define _TCHAR_DEFINED
#endif
vi tw.cpp
#include
change to
#include "tchar2.h"
make -f makefile.unix