How do I compile with VS2017 Or VSCode ?
Created by: maikebing
1> 命令行: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin\cmake.exe -G "Ninja" -DCMAKE_INSTALL_PREFIX:PATH="C:\Users\mysti\CMakeBuilds\9eabd0cb-13cb-733d-a072-dddf51b1a80c\install\x86-Debug" -DCMAKE_CXX_COMPILER="C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX86/x86/cl.exe" -DCMAKE_C_COMPILER="C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX86/x86/cl.exe" win32 -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_MAKE_PROGRAM="C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\Ninja\ninja.exe" "D:\GitHub\minigui"
1> 工作目录: C:\Users\mysti\CMakeBuilds\9eabd0cb-13cb-733d-a072-dddf51b1a80c\build\x86-Debug
1> -- Could NOT find PTHREAD, (missing: PTHREAD_INCLUDE_DIR PTHREAD_LIBRARY)
1> -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
1> -- Could NOT find JPEG, (missing: JPEG_INCLUDE_DIR JPEG_LIBRARY)
1> =============================================
1> MiniGUI Version : 3.0.13
1> Run mode : Threads
1> OS Name : win32
1> Target board : unknown
1> Library type : Dynamic
1> =============================================
1>
1> *********************************************
1> * license-management
1> *********************************************
1> * Enabled:
1> splash screensaver
1>
1> * Disabled:
1> productid
1>
1> *********************************************
1> * gal
1> *********************************************
1> * Enabled:
1> dummy pcxvfb
1>
1> * Disabled:
1> fbcon dfb qvfb wvfb commlcd shadow mlshadow em85xxosd em85xxyuv em86gfx svpxxosd
1> bf533 mb93493 utpmc nexus s3c6410 custom sigma8654 mstar hi3560a gdl ST7167 STGFB
1> rtosxvfb hi35xx
1>
1> *********************************************
1> * ial
1> *********************************************
1> * Enabled:
1> dummy consoleps2 consoleimps2 consolems consolems3 consoletextmode
1>
1> * Disabled:
1> custom net ciscotouchpad mstar ipaqh3600 nexus ipaqh5400 tslib auto random comm
1> qvfb qemu wvfb jz4740 lide 2440 davinci6446 dfb console dlcustom consolegpm
1>
1> *********************************************
1> * look and feel renderer
1> *********************************************
1> * Enabled:
1> flat skin
1>
1> * Disabled:
1> (null)
1>
1> *********************************************
1> * control
1> *********************************************
1> * Enabled:
1> static button sledit bidisledit listbox progressbar newtoolbar trackbar combobox
1> propsheet scrollview monthcal treeview spinbox coolbar listview iconview animation
1> scrollbar newtextedit textedit menubutton
1>
1> * Disabled:
1> treeviewrdr gridview
1>
1> *********************************************
1> * charset
1> *********************************************
1> * Enabled:
1> latin2support latin3support latin4support latin5support latin6support latin7support
1> latin8support latin9support latin10support cyrillicsupport arabicsupport greeksupport
1> hebrewsupport thaisupport gbsupport gbksupport big5support euckrsupport eucjpsupport
1> shiftjissupport
1>
1> * Disabled:
1> gb18030support
1>
1> *********************************************
1> * font
1> *********************************************
1> * Enabled:
1> bmpfsupport upfsupport rbfsupport vbfsupport unicodesupport
1>
1> * Disabled:
1> qpfsupport sefsupport ttfenablecache ttfgrayadjust
1>
1> *********************************************
1> * incorefont
1> *********************************************
1> * Enabled:
1> rbfvgaoem rbfterminal rbffixedsys sserif courier system times
1>
1> * Disabled:
1> (null)
1>
1> *********************************************
1> * image
1> *********************************************
1> * Enabled:
1> gifsupport
1>
1> * Disabled:
1> pcxsupport lbmsupport tgasupport pngsupport jpgsupport
1>
1> *********************************************
1> * keyboard-layout
1> *********************************************
1> * Enabled:
1> (null)
1>
1> * Disabled:
1> hebrewpc arabicpc frpc fr de delatin1 it es escp850
1>
1> *********************************************
1> * misc
1> *********************************************
1> * Enabled:
1> dblclk savebitmap aboutdlg savescreen havemenu haveclipboard havecursor havefixedmath
1> havemousecalibrate haveadv2dapi
1>
1> * Disabled:
1> debug miniguientry incoreres useownmalloc useownstdio useownpthread havetracemsg
1> havemsgstr
1>
1> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1> !!
1> !! WARNING
1> !!
1> !!
1> !! Product ID is *DISABLE*
1> !!
1> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1>
1> -- Configuring done
1> CMake Error at src/CMakeLists.txt:104 (add_library):
1> -- Build files have been written to: C:/Users/mysti/CMakeBuilds/9eabd0cb-13cb-733d-a072-dddf51b1a80c/build/x86-Debug
1> Cannot find source file:
1>
1> font/freetype.h
1>
1> Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
1> .hpp .hxx .in .txx
1>
1>
1> CMake Error at src/CMakeLists.txt:104 (add_library):
1> No SOURCES given to target: _ths
1>
1>
1> C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin\cmake.exe -G "Ninja" -DCMAKE_INSTALL_PREFIX:PATH="C:\Users\mysti\CMakeBuilds\9eabd0cb-13cb-733d-a072-dddf51b1a80c\install\x86-Debug" -DCMAKE_CXX_COMPILER="C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX86/x86/cl.exe" -DCMAKE_C_COMPILER="C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX86/x86/cl.exe" win32 -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_MAKE_PROGRAM="C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\Ninja\ninja.exe" "D:\GitHub\minigui" 已返回,并带有退出代码: 1
=============================================
MiniGUI Version : 3.0.13
Run mode : Threads
OS Name : win32
Target board : unknown
Library type : Dynamic
=============================================
*********************************************
* license-management
*********************************************
* Enabled:
splash screensaver
* Disabled:
productid
*********************************************
* gal
*********************************************
* Enabled:
dummy pcxvfb
* Disabled:
fbcon dfb qvfb wvfb commlcd shadow mlshadow em85xxosd em85xxyuv em86gfx svpxxosd
bf533 mb93493 utpmc nexus s3c6410 custom sigma8654 mstar hi3560a gdl ST7167 STGFB
rtosxvfb hi35xx
*********************************************
* ial
*********************************************
* Enabled:
dummy consoleps2 consoleimps2 consolems consolems3 consoletextmode
* Disabled:
custom net ciscotouchpad mstar ipaqh3600 nexus ipaqh5400 tslib auto random comm
qvfb qemu wvfb jz4740 lide 2440 davinci6446 dfb console dlcustom consolegpm
*********************************************
* look and feel renderer
*********************************************
* Enabled:
flat skin
* Disabled:
(null)
*********************************************
* control
*********************************************
* Enabled:
static button sledit bidisledit listbox progressbar newtoolbar trackbar combobox
propsheet scrollview monthcal treeview spinbox coolbar listview iconview animation
scrollbar newtextedit textedit menubutton
* Disabled:
treeviewrdr gridview
*********************************************
* charset
*********************************************
* Enabled:
latin2support latin3support latin4support latin5support latin6support latin7support
latin8support latin9support latin10support cyrillicsupport arabicsupport greeksupport
hebrewsupport thaisupport gbsupport gbksupport big5support euckrsupport eucjpsupport
shiftjissupport
* Disabled:
gb18030support
*********************************************
* font
*********************************************
* Enabled:
bmpfsupport upfsupport rbfsupport vbfsupport unicodesupport
* Disabled:
qpfsupport sefsupport ttfenablecache ttfgrayadjust
*********************************************
* incorefont
*********************************************
* Enabled:
rbfvgaoem rbfterminal rbffixedsys sserif courier system times
* Disabled:
(null)
*********************************************
* image
*********************************************
* Enabled:
gifsupport
* Disabled:
pcxsupport lbmsupport tgasupport pngsupport jpgsupport
*********************************************
* keyboard-layout
*********************************************
* Enabled:
(null)
* Disabled:
hebrewpc arabicpc frpc fr de delatin1 it es escp850
*********************************************
* misc
*********************************************
* Enabled:
dblclk savebitmap aboutdlg savescreen havemenu haveclipboard havecursor havefixedmath
havemousecalibrate haveadv2dapi
* Disabled:
debug miniguientry incoreres useownmalloc useownstdio useownpthread havetracemsg
havemsgstr
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!
!! WARNING
!!
!!
!! Product ID is *DISABLE*
!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
CMake Error at src/CMakeLists.txt:104 (add_library):
Cannot find source file:
font/freetype.h
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at src/CMakeLists.txt:104 (add_library):
No SOURCES given to target: _ths