spaulaus / paass-lc

Acquire and Analyze data from XIA Pixie16 modules
GNU General Public License v3.0
2 stars 7 forks source link

viewBaseline not working after clean install #139

Closed jjvz closed 6 years ago

jjvz commented 6 years ago

viewBaseline not working after clean install

Expected Behavior

viewBaseline should create gnuplot of the selected channel baselines

Current Behavior

After clean install of PAASS-LC, the viewBaseline executable is failing with error message: Cannot open load file 'Creating' "Creating", line 0: util.c: No such file or directory

Context

I've installed a clean version of PAASS-LC from the master repo. All the flags in ccmake is ON except for HRIBF. The output of $ which viewBaseline /opt/paass-lc/bin/viewBaseline

Acceptance Criteria

viewBaseline creates gnuplot of the selected channel baselines

Bug Report

Your Environment

|Operating system | CesntOS7 | |Kernel Version | 3.10.0-693.11.6.el7.x86_64 | |CMake Version | cmake version 3.9.1 | |GCC Version | gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16) | |ROOT Version | 6.13/01 | |GSL Version | 2.4 |

Steps to Reproduce

  1. Install paass-lc according to wiki (however there are no specific instructions about which other switches should be ON)
  2. run viewBaseline, e.g. viewBaseline 0 -1

Screenshots

image

spaulaus commented 6 years ago

this is a duplicate of #26