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

PACC 1.4.1 in windows #21

Open
soohwan-hyun opened this issue Jun 29, 2017 · 1 comment
Open

PACC 1.4.1 in windows #21

soohwan-hyun opened this issue Jun 29, 2017 · 1 comment

Comments

@soohwan-hyun
Copy link

Hello,

I am mainly developing in Windows environment. I am having trouble building using Cmake (3.8.1) and visual studio 2017 community edition.

I got an error after line 180 of PACC 1.4.1. If you add INCLUDE(CheckIncludeFiles) as shown below, it will proceed normally.

check_include_files ("winsock2.h" TEST_SOCKET_WIN32)

-> INCLUDE (CheckIncludeFiles)
check_include_files ("winsock2.h" TEST_SOCKET_WIN32)

I have created an issue so that you can fix it for those who have experienced the same problem.
As a long-time fan of Open-beagle, thank you all the time.

@serras93
Copy link

serras93 commented Feb 9, 2018

Hello,

I got the same error. You just have to write one code line in the Cmakelist.text

include(CheckIncludeFiles)

Write that and save it. And should be fine after that.

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

No branches or pull requests

2 participants