dear all, i want build tome v1.6.0 more than three weeks , but couldn't success。
My system is windows 10 and clone newest tome version with link "git.net-core.org/tome/t-engine4.git"
first:
I try compile with guide "Guide to compiling Tome 4 on Windows 10"(http://forums.te4.org/viewtopic.php?f=3 ... ke#p229734) step by step, but can't success.
In win32 show error:
/mingw32/i686-w64-mingw32/include/_mingw.h:269:2: error: Only Win32 target is supported!
#error Only Win32 target is supported!
and
/mingw32/i686-w64-mingw32/include/sec_api/stdio_s.h:491:3: error: unknown type name '__declspec'
_SECIMP int __cdecl vsprintf_s(char *_DstBuf,size_t _Size,const char *_Format,va_list _ArgList);
^
/mingw32/i686-w64-mingw32/include/sec_api/stdio_s.h:16:17: note: expanded from macro '_SECIMP'
#define _SECIMP __declspec(dllimport)
In win64, can't success again.
second:
I compile with Clion 2019.1, but failed again.
third(now):
I want compile with Visual Studio 2017, but i don't know i can success or not.
who can tell me compile v1.6.0 in window 10, i should use which develope tools and steps?
I very like tome, please help. Thank very much.
My english is not good, thank you for reading my question.
Dear all, how compile v1.6.0 with git files, thanks
Moderator: Moderator
Re: Dear all, how compile v1.6.0 with git files, thanks
Why are you trying to do this?
Unless something super low level has changed, new versions only require an updated module file. Those aren't compiled. You should be able to run them from a folder.
Unless something super low level has changed, new versions only require an updated module file. Those aren't compiled. You should be able to run them from a folder.
My feedback meter decays into coding. Give me feedback and I make mods.
Re: Dear all, how compile v1.6.0 with git files, thanks
Thank you for your reply.HousePet wrote:Why are you trying to do this?
Unless something super low level has changed, new versions only require an updated module file. Those aren't compiled. You should be able to run them from a folder.
Because i don't get exe file from git and src folder was updated one month ago, so i want to compile.
Re: Dear all, how compile v1.6.0 with git files, thanks
Just use the files from the currently available version.
My feedback meter decays into coding. Give me feedback and I make mods.
Re: Dear all, how compile v1.6.0 with git files, thanks
HousePet, thanks.HousePet wrote:Just use the files from the currently available version.