|
Back
Midas
Rome
Roody
Rootana
|
Root Analyzer Framework |
Not logged in |
|
|
04 Apr 2023, Marius Koeppel, Suggestion, Python Plotting
|
04 Apr 2023, Stefan Ritt, Suggestion, Python Plotting
|
04 Apr 2023, Marius Koeppel, Suggestion, Python Plotting
|
04 Apr 2023, Stefan Ritt, Suggestion, Python Plotting
|
04 Apr 2023, Marius Koeppel, Suggestion, Python Plotting
|
04 Apr 2023, Marius Koeppel, Suggestion, Python Plotting
|
04 Apr 2023, Stefan Ritt, Suggestion, Python Plotting
|
04 Apr 2023, Stefan Ritt, Suggestion, Python Plotting
|
05 Apr 2023, Stefan Ritt, Suggestion, Python Plotting
|
05 Apr 2023, Marius Koeppel, Suggestion, Python Plotting1
|
05 Apr 2023, Stefan Ritt, Suggestion, Python Plotting1
|
15 Jun 2023, Marius Koeppel, Suggestion, Python Plotting1
|
15 Jun 2023, Stefan Ritt, Suggestion, Python Plotting1
|
|
Message ID: 61
Entry time: 15 Jun 2023
In reply to: 60
Reply to this: 62
|
Author: |
Marius Koeppel |
Topic: |
Suggestion |
Subject: |
Python Plotting1 |
|
|
> > > You have to update to the develop branch of midas and refresh your browser cache.
> > I already tried it and my local installation is 2 days old. I pulled again the dev branch now and I also got another error (actually a while ago but I forgot to report it):
> >
> > Commit d5263e gives me the following error:
> >
> > /home/makoeppe/mu3e/midas/progs/mhdump.cxx:393:42: error: ‘ctime’ was not declared in this scope
> > 393 | printf(" %s", ctime(&t));
> > | ^~~~~
> > /home/makoeppe/mu3e/midas/progs/mhdump.cxx:25:1: note: ‘ctime’ is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
> > 24 | #include <vector>
> > +++ |+#include <ctime>
> > 25 |
> >
> > gcc (GCC) 12.2.0
> > Linux office 5.15.86-1-lts #1 SMP Sun, 01 Jan 2023 16:03:00 +0000 x86_64 GNU/Linux
> >
> > After adding #include <ctime> it compiles fine.
>
>
> mhdump.cxx is written by Konstantin, so he should give his ok to add the include.
Any news on this? We had this issue now on couple of more PCs and operating systems (Arch, OpenSuse and Fedora)
Best,
Marius |