Re: [sigrok-devel] Rigol DS/MSO1000Z

2015-04-02 Thread Rene Hopf
> On 26 Jan 2015, at 22:32, Jürgen Eckert wrote: > > Hi guys, > > thanks for the support. I can confirm it is compiling and linking. On OSx I > switched back to clang and everything runs fine. > I tested everything with my Logic 8. On Ubuntu no problems what so ever. On > OSx pulseview crashe

Re: [sigrok-devel] pulseview: compile error: incomplete type ‘sigrok::Context’

2015-01-06 Thread Rene Hopf
Same Problem on os x: Undefined symbols for architecture x86_64: "sigrok::EnumValue::_values", referenced from: sigrok::EnumValue::get(int) in logicsignal.cpp.o "sigrok::EnumValue::_values", referenced from: sigrok::EnumValue::get(int) in main.cpp.o ld: symbol(s) not found for ar

Re: [sigrok-devel] [PATCH] fix autogen.sh on os x

2015-01-05 Thread Rene Hopf
> On 05 Jan 2015, at 23:37, Aurelien Jacobs wrote: > > On Mon, Jan 05, 2015 at 02:32:44AM +0100, Rene Hopf wrote: >> bsd sed does not extended regular expressions. >> This fixes autogen.sh in libsigrok. might also be necessary on >> freebsd. requires gsed to be

[sigrok-devel] [PATCH] fix autogen.sh on os x

2015-01-04 Thread Rene Hopf
bsd sed does not extended regular expressions. This fixes autogen.sh in libsigrok. might also be necessary on freebsd. requires gsed to be installed. Rene 0001-fix-autogen.sh-on-os-x.patch Description: Binary data -- Di

[sigrok-devel] outdated git

2014-01-09 Thread Rene Hopf
Hi, The homebrew package manager uses —depth 1 when installing from HEAD, which does not work with the sigrok repos. according to the homebrew devs this is due to an outdated git version on the sigrok server. https://github.com/Homebrew/homebrew/issues/25751 homebrew only uses depth when it thi

[sigrok-devel] homebrew package

2014-01-04 Thread Rene Hopf
Hi, I build home-brew packages for libserialport, libsigrok, libsigrokdecode, sigrok-cli and pulseview. firmware is still missing. can anyone on OS X test them? http://sigrok.org/wiki/Mac_OS_X#Building_using_Homebrew I do not like the way pulse view works with this, but it is a good start for n

[sigrok-devel] OS X patch

2013-10-21 Thread Rene Hopf
Hi, clang was complaining about call to 'pow' is ambiguous and private field '_decoder' is not used [-Wunused-private-field] private field '_options' is not used [-Wunused-private-field] This patch allows pulseview to be built. libsigrok and libsigrokdecode built without errors on OS X. Rene di

[sigrok-devel] patch for LLVM

2012-11-20 Thread Rene Hopf
Hi,I build pulseview on OS X today, and LLVM complained about the std namespace in pv/signaldata.cppThen I found this bug:http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29556This patch allows pulseview to be build with LLVM.Rene 0001-removed-std-namespace-to-build-with-llvm.patch Description: Binary