Cap5 is not built on Windows targets
Bug #684938 reported by
Andrew Johnson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
EPICS Base |
Won't Fix
|
Wishlist
|
Andrew Johnson |
Bug Description
Sergey Stepanov asked:
How much work would be to make Cap5 compiling under win32?
I've tried installing base-3.14.11 and base-3.14.12 and in both cases under win32 make does not produce Cap5.c and Cap5.dll.
I use PEZCA, would like to switch to Cap5, but need the win32 compatibility because most of my scripts are debugged on Windows.
Related branches
Changed in epics-base: | |
assignee: | nobody → Andrew Johnson (anj) |
importance: | Undecided → Wishlist |
To post a comment you must log in.
I responded:
Base deliberately doesn't compile Cap5 on Windows because building a Perl module requires that you be using the same C compiler that your installation of Perl was built with, and that often isn't the case. However if you wish to try it you can edit the base/src/ cap5/Makefile and comment out the "ifeq" on line 25 and its corresponding "endif" on line 36. Make will now try to build the Cap5.dll library on windows and will install the module and example scripts.