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

pmacAsynIPPortSrc does not build on windows-x64 #119

Open
MarkRivers opened this issue Jan 15, 2024 · 0 comments
Open

pmacAsynIPPortSrc does not build on windows-x64 #119

MarkRivers opened this issue Jan 15, 2024 · 0 comments
Assignees

Comments

@MarkRivers
Copy link

The following change is required to build pmacAsynIPPortSrc on windows-x64, i.e. to build the dll.

diff --git a/pmacApp/pmacAsynIPPortSrc/Makefile b/pmacApp/pmacAsynIPPortSrc/Makefile
index 9312f83..55e5874 100644
--- a/pmacApp/pmacAsynIPPortSrc/Makefile
+++ b/pmacApp/pmacAsynIPPortSrc/Makefile
@@ -10,4 +10,8 @@ INC += pmacAsynIPPort.h
 LIBRARY = pmacAsynIPPort
 pmacAsynIPPort_SRCS = pmacAsynIPPort.c

+pmacAsynIPPort_LIBS += asyn
+pmacAsynIPPort_LIBS += $(EPICS_BASE_IOC_LIBS)
+pmacAsynIPPort_SYS_LIBS_WIN32 += ws2_32
+
 include $(TOP)/configure/RULES
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