On 02/13/2018 04:34 PM, Richard Smith wrote:
I'm trying to build pulseview and I pulled head from master:

  PulseView version: 0.5.0-git-7b7ab1f

I'm getting the following error.

[ 16%] Building CXX object CMakeFiles/pulseview.dir/pv/dialogs/settings.cpp.o /home/src/sigrok/pulseview/pv/dialogs/settings.cpp: In member function ‘QWidget* pv::dialogs::Settings::get_about_page(QWidget*) const’: /home/src/sigrok/pulseview/pv/dialogs/settings.cpp:316:34: error: ‘srd_buildinfo_libs_get’ was not declared in this scope
   l_orig = srd_buildinfo_libs_get();
                                   ^
/home/src/sigrok/pulseview/pv/dialogs/settings.cpp:327:32: error: ‘srd_buildinfo_host_get’ was not declared in this scope
   host = srd_buildinfo_host_get();
                                 ^

Is master in a usable state or should I be using the pulseview-0.4.x branch?

pulseview-0.4.0 (4deee4de1660) does not build for me either.

/home/src/sigrok/pulseview/pv/dialogs/settings.cpp: In member function ‘QWidget* pv::dialogs::Settings::get_about_page(QWidget*) const’: /home/src/sigrok/pulseview/pv/dialogs/settings.cpp:276:34: error: ‘srd_buildinfo_libs_get’ was not declared in this scope
  l_orig = srd_buildinfo_libs_get();
                                  ^
/home/src/sigrok/pulseview/pv/dialogs/settings.cpp:287:32: error: ‘srd_buildinfo_host_get’ was not declared in this scope
  host = srd_buildinfo_host_get();
                                ^
CMakeFiles/pulseview.dir/build.make:701: recipe for target 'CMakeFiles/pulseview.dir/pv/dialogs/settings.cpp.o

Are these supposed work? Perhaps there is something in my setup? I'm on Ubuntu 16.04 LTS but i have a lot of backports installed.

--
Richard A. Smith

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sigrok-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to