23 Jan 2020, Berta Beltran, Bug Report, get an open ssl error while trying to compile Midas  
 | 
Hi all, 
 
 
I have a Mac with OS 10.13.6 and Xcode 10.1. I am following the instructions in the wiki to install Midas. 
 | 
   
   23 Jan 2020, Konstantin Olchanski, Bug Report, get an open ssl error while trying to compile Midas  
 | 
Hi, yes, this is the right place to report problems and to ask questions about midas.
 
 
As for your trouble, I have the same macos 10.13.6, so we should be able to figure out what goes wrong.
 | 
   
   23 Jan 2020, Stefan Ritt, Bug Report, get an open ssl error while trying to compile Midas  
 | 
I tried on my Mac (macOS 10.14.6, Xcode 11.3.1, current develop branch, openssl 1.1.1d) and it woks fine. Below is the transcript. I 
 
see that your cmake output is much shorter (no C compiler listed etc.). Did you remove some lines? For such comparisons, it's 
 
always good to start with an empty build directory.
 | 
   
   26 Jan 2020, Konstantin Olchanski, Bug Report, get an open ssl error while trying to compile Midas  
 | 
>
 
> .../c++  ...  /opt/local/lib/libssl.dylib
 
>
 | 
   01 Dec 2008, Randolf Pohl, Bug Report, gcc warning in melog.c for midas 4401 
 | 
Hi all,
 
 
I have just compiled midas 4401 using SuSE 11.0.
 | 
   
   14 Jul 2004, Piotr Zolnierczuk, , future directions discussion? 
 | 
Sorry the previous message got mangled:
 
 
Hi, 
 | 
   14 Jul 2004, Piotr Zolnierczuk, , future direction discussion? 
 | 
Hi,
 
  I think that rather than spending too much time on where to 
 
put files and how to define the environment - I am guilty of that myself.
 | 
   
   14 Jul 2004, Stefan Ritt, , future direction discussion? 
 | 
Have changed your entry as Non-HTML (easier to reply to...)
 
 
Here are some "initial" comments, by no means complete...
 | 
   
   15 Jul 2004, Konstantin Olchanski, , future direction discussion? 
 | 
> > Are we ready for 2.0? 
 
 
I disapprove of version number inflation. Why not go straight for midas version
 | 
   13 Jan 2020, Peter Kunz, Forum, frontend issues with midas-2019-09 
 | 
After upgrading to the lastes MIDAS version I got the DAQ frontend of my application running by changing all compiler directives from cc to g++ and using
 
 
#include "mfe.h"
 
 
extern HNDLE hDB | 
   
   13 Jan 2020, Konstantin Olchanski, Forum, frontend issues with midas-2019-09 
 | 
(please use the "plain" text, much easier to answer).
 
 
Hi, Peter, I think you misread the error message. There is no error about initialize_equipment(), the error 
 | 
   
   13 Jan 2020, Konstantin Olchanski, Forum, frontend issues with midas-2019-09 
 | 
(please use the "plain" text, much easier to answer).
 
 
Hi, Peter, I think you misread the error message. There is no error about 
 | 
   
   13 Jan 2020, Peter Kunz, Forum, frontend issues with midas-2019-09 
 | 
Thanks for explaining this, Konstantin. 
 
After updating the function to
 
 | 
   
   14 Jan 2020, Stefan Ritt, Forum, frontend issues with midas-2019-09 
 | 
We updated midas/examples/experiment/frontend.cxx to correctly contain
 
 
/*-- Interrupt configuration ---------------------------------------*/
 | 
   
   14 Jan 2020, Stefan Ritt, Forum, frontend issues with midas-2019-09 
 | 
Actually now I see that 
 
 
a4) poll_event() and interrupt_configure() have "source" as "int[]" instead of "int" (why did this work before?)
 | 
   05 Feb 2024, Pavel Murat, Forum, forbidden equipment names ? 
 | 
Dear MIDAS experts,
 
 
I have multiple daq nodes with two data receiving FPGAs on the PCIe bus each. 
 | 
   
   13 Feb 2024, Konstantin Olchanski, Forum, forbidden equipment names ? 
 | 
> equipment names are 'mu2edaq09:DTC0' and 'mu2edaq09:DTC1'
 
 
I think all names permitted for ODB keys are allowed as equipment names, any valid UTF-8,
 | 
   19 Aug 2006, Konstantin Olchanski, Bug Fix, fixes for minor mhttpd problems 
 | 
I commited fix for minor mhttpd problems (rev 3314):
 
- for a newly created experiment, the "history" button gave the error [history
 
panel "" does not exist] (new problem introduced in revision 3150)
 | 
   
   26 Aug 2006, Konstantin Olchanski, Bug Fix, fixes for minor mhttpd problems 
 | 
> I commited fix for minor mhttpd problems (rev 3314):
 
> - elog attachments did not work for file names containing character plus (+)
 
> (attachement URLs should be properly encoded to escape special CGI characters)
 | 
   25 Feb 2005, Konstantin Olchanski, Bug Fix, fixed: double free in FORMAT_MIDAS ybos.c causing lazylogger crashes 
 | 
We stumbled upon and fixed a "double free" bug in src/ybos.c causing crashes in
 
lazylogger writing .mid files in the FORMAT_MIDAS format (why does it use
 
ybos.c? Pierre says- for generic file i/o). Why this code had ever worked before
 |