Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TLS] Tlascoin | CPU| POW / New Hash Algorithm | NO PREMINE | NO IPO!
by
tlas
on 04/05/2014, 18:15:19 UTC
Error compiling on Linux:

recipe for target 'build/tw.o' failed

Any help?

Linux:

git clone https://github.com/tlas/tlascoin

cd tlascoin/src

vi tchar2.h

Code:
#if defined(__BORLANDC__) && !defined(_TCHAR_DEFINED)
        typedef _TCHAR    TCHAR, *PTCHAR;
        typedef _TCHAR    TBYTE, *PTBYTE;
        #define _TCHAR_DEFINED
#endif

vi tw.cpp

Code:
“#include ”
  change to
Code:
“#include "tchar2.h"

make -f makefile.unix