Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmake on windows build broken #806

Open
vadi2 opened this issue Mar 31, 2017 · 5 comments
Open

Cmake on windows build broken #806

vadi2 opened this issue Mar 31, 2017 · 5 comments

Comments

@vadi2
Copy link
Member

vadi2 commented Mar 31, 2017

It seems to be currently broken in the release_30 branch and the closest I've got it to working is using the CMake GUI + MinGW makefiles:

The C compiler identification is GNU 4.8.1
The CXX compiler identification is GNU 4.8.1
Check for working C compiler: C:/mingw32/bin/gcc.exe
Check for working C compiler: C:/mingw32/bin/gcc.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler: C:/mingw32/bin/g++.exe
Check for working CXX compiler: C:/mingw32/bin/g++.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:136 (message):
Could NOT find ZIP (missing: ZIP_INCLUDE_DIR)
Call Stack (most recent call first):
C:/Program Files (x86)/CMake/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:343 (_FPHSA_FAILURE_MESSAGE)
cmake/FindZIP.cmake:77 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
src/CMakeLists.txt:363 (FIND_PACKAGE)

Configuring incomplete, errors occurred!
See also "C:/Users/Vadim.FURORENT/Desktop/New folder/CMakeFiles/CMakeOutput.log".

Launchpad Details: #LP1670459 Vadim Peretokin - 2017-03-06 18:30:19 +0000

@Kebap Kebap added Hacktoberfest Code & win a T-shirt :) and removed Hacktoberfest Code & win a T-shirt :) labels Oct 1, 2018
@Kebap Kebap removed the Hacktoberfest Code & win a T-shirt :) label Nov 5, 2018
@vadi2
Copy link
Member Author

vadi2 commented Oct 7, 2019

@keneanung is this something you could look into?

@SlySven
Copy link
Member

SlySven commented Dec 7, 2021

FTR I have been able to build with CMake in my alternative MSYS2+Mingw-w64 Windows 10 Development environment at home. So it might be feasible to try and flip build systems on AppVeyor. At present we are paying for a second concurrent build job so it might be informative to do a side-by-side comparison.

@vadi2
Copy link
Member Author

vadi2 commented Dec 7, 2021

Give it a go!

The second job was free though

@vadi2
Copy link
Member Author

vadi2 commented Jul 30, 2022

@Delwing what was it you did to make cmake on windows work?

@Delwing
Copy link
Contributor

Delwing commented Aug 4, 2022

@vadi2 Not entirely. There is some work done on this branch: https://github.com/Delwing/Mudlet/tree/cmake-windows-builds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants