Dear all, how compile v1.6.0 with git files, thanks

All development conversation and discussion takes place here

Moderator: Moderator

Post Reply
Message
Author
szmzsm
Posts: 3
Joined: Thu Jan 26, 2012 2:40 am

Dear all, how compile v1.6.0 with git files, thanks

#1 Post by szmzsm »

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.

HousePet
Perspiring Physicist
Posts: 6215
Joined: Sun Sep 09, 2012 7:43 am

Re: Dear all, how compile v1.6.0 with git files, thanks

#2 Post by HousePet »

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.
My feedback meter decays into coding. Give me feedback and I make mods.

szmzsm
Posts: 3
Joined: Thu Jan 26, 2012 2:40 am

Re: Dear all, how compile v1.6.0 with git files, thanks

#3 Post by szmzsm »

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.
Thank you for your reply.
Because i don't get exe file from git and src folder was updated one month ago, so i want to compile.

HousePet
Perspiring Physicist
Posts: 6215
Joined: Sun Sep 09, 2012 7:43 am

Re: Dear all, how compile v1.6.0 with git files, thanks

#4 Post by HousePet »

Just use the files from the currently available version.
My feedback meter decays into coding. Give me feedback and I make mods.

szmzsm
Posts: 3
Joined: Thu Jan 26, 2012 2:40 am

Re: Dear all, how compile v1.6.0 with git files, thanks

#5 Post by szmzsm »

HousePet wrote:Just use the files from the currently available version.
HousePet, thanks.

Post Reply