|  17 Mar 2025, Federico Rezzonico, Bug Report, python hist_get_recent_data returns no historical data | 
| > Unfortunately I again cannot reproduce this: >
 > $ python ~/DAQ/midas_latest/python/examples/basic_hist_script.py
 | 
|  18 Mar 2025, Federico Rezzonico, Bug Report, python hist_get_recent_data returns no historical data | 
| > Unfortunately I again cannot reproduce this: >
 > $ python ~/DAQ/midas_latest/python/examples/basic_hist_script.py
 | 
|  22 Jun 2004, Exaos Lee, , How to compile under Darwin-gcc? (MacOS X) | 
| I add the following to makefile and try to treat Darwin as FreeBSD/Linux. But I failed.
 ============
 | 
|  22 Jun 2004, Exaos Lee, , FAQ: anonymous cvs access? | 
| > In the Midas doc under "Quick Start"
 > http://midas.triumf.ca/doc/html/quickstart.html
 | 
|  23 Jun 2004, Exaos Lee, , How to compile under Darwin-gcc? (MacOS X) | 
| > The current (cvs) version of MIDAS should build on Mac OS X right out of the > box- I fixed all the problems you report back in February(?)- see the macosx
 > thread in this forum. A few weeks ago I verified that it still compiles on Mac
 | 
|  23 Jun 2004, Exaos Lee, , How to compile under Darwin-gcc? (MacOS X) | 
| > > Should work fine, just tried from outside PSI. Please check again.
 
 | 
|  28 Jun 2004, Exaos Lee, , Linking Error: g++ -rpath? | 
| I cannot checkout from the cvs server. So I download each latest file from the WWW interface of CVS. While compiling these files, I encountered the following problems:
 -------------
 | 
|  14 Jul 2004, Exaos Lee, , install problem of Makefile on MacOS X (Darwin 7.4.0, gcc 3.3) | 
| I have compiled the sources on Darwin 7.4.0 with gcc 3.3. After the compilation of source codes, I try to execute "gmake install". I got the following message:
 -------
 | 
|  14 Jul 2004, Exaos Lee, , install problem of Makefile on MacOS X (Darwin 7.4.0, gcc 3.3) | 
| There are not such a file "io.h" inside my MacOS X. In fact, I didn't find any file containing function iopl(). So what is the equivalent function of iopl() under MacOS X? The utility dio should be modified in order to be compiled under Darwin-
 gcc platform.
 | 
|  15 Oct 2005, Exaos Lee, Info, Bus drivers moved in repository | 
| The Makefile should be modified too. Please see the diff below: [code]
 diff Makefile Makefile.modify
 | 
|  17 Oct 2005, Exaos Lee, Bug Fix, "make install" error under MacOS X | 
| Under MacOS X, "make install" will cours an error like this: [code]
 ...
 | 
|  16 Oct 2006, Exaos Lee, Bug Fix, Build error with mana.c while using CERNLIB, svn 3366 | 
| If you use CERNLIB to build hmana.o, you may encounter the following error: [code]
 src/mana.c: In function ‘write_event_hbook’:
 | 
|  16 Oct 2006, Exaos Lee, Bug Fix, "make install" error on MacOS 10.4.7, svn 3366   | 
| While executing "make install" under MacOS 10.4.7, you may encounter errors about "dio". It is the problem of "Makefile". I did some change to it and attach the diff file here.
 | 
|  02 Feb 2007, Exaos Lee, Bug Report, Compiling failed with SVN3562 under Ubuntu 6.10 | 
| The error log is as the following: [CODE]
 cc -c -g -O2 -Wall -Wuninitialized -Iinclude -Idrivers -I../mxml -Llinux/lib -DINCLUDE_FTPLIB   -D_LARGEFILE64_SOURCE -DHAVE_MYSQL -DHAVE_ROOT -pthread
 | 
|  02 Feb 2007, Exaos Lee, Bug Report, Compiling failed with SVN3562 under Ubuntu 6.10   | 
| I tried to solve the problem by adding a ";". It was wrong. In fact, the macro "_syscall0(..)" doesn't need the ";". I searched and found that somebody said "the overall _syscall$magicnumber will disappear". I don't mind whether the "_syscall" disappear or not. I just
 want to compile the code and do my job. I deleted the additional ";" and recompiled. The error output is as the attachment [elog:335/1].
 | 
|  02 Feb 2007, Exaos Lee, Bug Fix, Problem solved by Re-define _syscall0(...) | 
| OK, I searched and found that my kernel doesn't support "_syscall0" any more. So I patched the system.c as the following (from line 954): [CODE]
 
 | 
|  02 Apr 2007, Exaos Lee, Bug Fix, SIGABT of "mlogger" and possible fix | 
| Version: svn 3658 Code: mlogger.c
 Problem: After executation of "mlogger", a "SIGABT" appears.
 | 
|  18 Feb 2008, Exaos Lee, Bug Report, Great! But I failed to run it. :( | 
| I encountered the error message as the following: [CODE]
 Traceback (most recent call last):
 | 
|  02 Mar 2008, Exaos Lee, Suggestion, Bash Script for handling an experiment code    | 
| I rearanged the files in "examples/experiment" as the attached "mtest_exp.zip". I re-write the start/stop script as the attached "daq.sh". The script "daq.sh" can be re-used for many experiments. The user only needs to provide an script "daq_env.sh" as the following containing the settings for the experiment
 environment.
 | 
|  09 Mar 2008, Exaos Lee, Suggestion, New Makefile for building MIDAS   | 
| I rewrote the Makefile for MIDAS in order to make it tidy. I tested it on my box and it works here.
 1. The full file is seperated to several parts
 |