|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
15 Dec 2016, Kevin Giovanetti, Bug Report, midas.h error
|
15 Dec 2016, Stefan Ritt, Bug Report, midas.h error
|
01 Feb 2017, Konstantin Olchanski, Bug Report, midas.h error
|
01 Feb 2017, Stefan Ritt, Bug Report, midas.h error
|
|
Message ID: 1225
Entry time: 15 Dec 2016
Reply to this: 1226
|
Author: |
Kevin Giovanetti |
Topic: |
Bug Report |
Subject: |
midas.h error |
|
|
creating a frontend on MAC Sierra OSX 10
include the midas.h file and when compiling with XCode I get an error based on
this entry in the midas.h include
#if !defined(OS_IRIX) && !defined(OS_VMS) && !defined(OS_MSDOS) &&
!defined(OS_UNIX) && !defined(OS_VXWORKS) && !defined(OS_WINNT)
#error MIDAS cannot be used on this operating system
#endif
Perhaps I should not use Xcode?
Perhaps I won't need Midas.h?
The MIDAS system is running on my MAC but I need to add a very simple front end
for testing and I encounted this error. |