> 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
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
> 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
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
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
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
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
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
8 matches
Mail list logo