After change d3e11766d5bb1f5ea877918f9e164b3e2fa3c017
"* Windows: CodeLite 64bit is now built against MinGW-w64-SEH-WIN32-GCC7.1"
my self-built Win64 version no longer runs due to missing dll's (notably a seh lib). I found that libssh64.dll and libclang64.dll were built using your SEH compiler and will not run if I do not have this SEH version of the compiler installed. Must I install it?
-tjulian
Win64 and TDM-SEH
-
- CodeLite Enthusiast
- Posts: 32
- Joined: Tue Nov 11, 2008 12:06 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Win64 and TDM-SEH
Either you build clang ( not recommended :/ ) with your compiler.
Or install The version of the compiler I am using and avoid this headache
I am using this version: https://sourceforge.net/projects/mingw- ... v5-rev2.7z
Or install The version of the compiler I am using and avoid this headache
I am using this version: https://sourceforge.net/projects/mingw- ... v5-rev2.7z
Make sure you have read the HOW TO POST thread