X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fmingw%2Fsigrok-cross-mingw;h=e09be7d29cac8bc997e8911f5322c45b7930597b;hp=9258796f1b623c38c027128fc79245f8d7fb5374;hb=cf28c06c9be1abda969f738afd48c592eb8c99b9;hpb=91d4c754ac17525e2b515cde4bab3c5391c45c66 diff --git a/cross-compile/mingw/sigrok-cross-mingw b/cross-compile/mingw/sigrok-cross-mingw index 9258796..e09be7d 100755 --- a/cross-compile/mingw/sigrok-cross-mingw +++ b/cross-compile/mingw/sigrok-cross-mingw @@ -92,7 +92,7 @@ chmod 755 $PREFIX/bin/python3-config git clone git://sigrok.org/libsigrok cd libsigrok ./autogen.sh -PKG_CONFIG_PATH_i686_pc_mingw32=$P ./configure $C $L --disable-alsa --disable-link-mso19 && make install +PKG_CONFIG_PATH_i686_pc_mingw32=$P ./configure $C $L && make install cd .. # libsigrokdecode @@ -118,16 +118,17 @@ cd .. ## # TODO: make install ## cd .. -# sigrok-gtk -git clone git://sigrok.org/sigrok-gtk -cd sigrok-gtk -./autogen.sh -PKG_CONFIG_PATH_i686_pc_mingw32=$P:$P2 ./configure $C && make install -cd .. +# # sigrok-gtk +# git clone git://sigrok.org/sigrok-gtk +# cd sigrok-gtk +# ./autogen.sh +# PKG_CONFIG_PATH_i686_pc_mingw32=$P:$P2 ./configure $C && make install +# cd .. # PulseView git clone git://sigrok.org/pulseview cd pulseview -LDFLAGS="-llzma -llcms" PKG_CONFIG_PATH_i686_pc_mingw32=$P:$P2 cmake $CM -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX . && make install +# TODO: Append (not prepend) "-llzma -llcms" to the linker. +PKG_CONFIG_PATH_i686_pc_mingw32=$P:$P2 cmake $CM -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DDISABLE_WERROR=y . && make install VERBOSE=1 cd ..