Closed charkster closed 4 months ago
You need to compile against a more recent libsigrok
. start_time
's type was changed in 2022.
You need to compile against a more recent
libsigrok
.start_time
's type was changed in 2022.
@thierer thank you for the response. I guess I will have to compile libsigrok first as the Ubuntu version is so out-of-date.
Hi am trying to compile Pulseview from source and am getting a compile error:
I looked more into this... https://docs.gtk.org/glib/method.DateTime.to_timeval.html
It says something about the conversion is not safe for 2038 dates.
GTimeVal is not year-2038-safe. Use g_date_time_to_unix() instead.
Any ideas on how to get around this? I'm compiling the latest version on Ubuntu 24.04 using these instructions: https://sigrok.org/gitweb/?p=pulseview.git;a=blob;f=INSTALL Thanks.