failed-installation

Installing Crypto++ 5.6.2 on Mac OS X

十年热恋 提交于 2019-12-02 08:22:02
I'm trying to installing Crypto++ 5.6.2 on my Mac. When I run make -j4 libcryptopp.a" I get the following error: libtool: unrecognized option `-static' libtool: Try `libtool --help' for more information. make: *** [libcryptopp.a] Error 1 Can someone please help me with this? Can someone please help me with this? There's a couple of things you can do to make this easier. First, open GNUmake and add fPIC on line 1: CXXFLAGS = -DNDEBUG -g -O2 -fPIC Second, open GNUmake and drop "version" from the Clang detection logic on line 18: CLANG_COMPILER = $(shell $(CXX) --version 2>&1 | $(EGREP) -i -c

Trouble installing QT Jambi on a Windows 64 bit system

ε祈祈猫儿з 提交于 2019-12-01 18:21:29
问题 I've been trying to use QT Jambi, but I couldn't manage to install it yet. First of all, this is my system: Windows 7 Home Premium 64 Bit Java 6 32 bit (I often use JDownloader which is not compatible with the 64 bit version of Java) MinGW C++ compiler that comes with Code::Blocks (which sets all required environmental variables during setup) I also have CygWin installed, but I don't understand why it gets mentioned during the error that I get... My first idea was to try the 32 bit version

Trouble installing QT Jambi on a Windows 64 bit system

浪子不回头ぞ 提交于 2019-12-01 18:20:43
I've been trying to use QT Jambi, but I couldn't manage to install it yet. First of all, this is my system: Windows 7 Home Premium 64 Bit Java 6 32 bit (I often use JDownloader which is not compatible with the 64 bit version of Java) MinGW C++ compiler that comes with Code::Blocks (which sets all required environmental variables during setup) I also have CygWin installed, but I don't understand why it gets mentioned during the error that I get... My first idea was to try the 32 bit version since I have 32-bit Java, so I linked the libraries in Eclipse, tried the classical beginner program

How to manually download components for the VS 2017 installation?

廉价感情. 提交于 2019-12-01 13:47:09
While installing Visual Studio 2017 I encountered the error while downloading the JDKV2-Component for Xamarin (maybe someone could edit the English error message in?): Paket "JavaJDKV2,version=1.8.2,chip=x86" konnte von " https://go.microsoft.com/fwlink/?linkid=863182 " nicht heruntergeladen werden. Such-URL https://aka.ms/VSSetupErrorReports?q=PackageId=JavaJDKV2;PackageAction=DownloadPackage;ReturnCode=0x80072ee2 Details WebClient-Download fehlgeschlagen: Timeout für Vorgang überschritten Bits-Download fehlgeschlagen: Fehlerkontext: BG_ERROR_CONTEXT_REMOTE_FILE, Fehlercode: -2145844841

installation failed since the device possibly has stale dexed jars that don't match the current version (dexopt error)

╄→尐↘猪︶ㄣ 提交于 2019-12-01 13:45:56
问题 I am unable to run app from android studio to my samsumg phone running android 2.3.6. I am getting Application installation Failed popup refer below screenshot. when I click on OK I get below error in log Failure [INSTALL_FAILED_DEXOPT] DEVICE SHELL COMMAND: pm uninstall my.package.name Unknown failure I got in this trouble after adding Google Cloud Module called "App Engine Backend with Google Cloud Messaging". This is exactly same problem described in one of stack overflow questions here I

Composer install failed

本秂侑毒 提交于 2019-12-01 12:45:05
I'm trying to install composer in my Ubuntu 16.04 with PHP version 5.6.* . I used: curl -sS https://getcomposer.org/installer | php . But it is giving me error as follows: All settings correct for using Composer Downloading... The "https://getcomposer.org/versions" file could not be downloaded: failed to open stream: Connection refused Retrying... The "https://getcomposer.org/versions" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed Failed to enable crypto failed to open

Composer install failed

一曲冷凌霜 提交于 2019-12-01 10:37:56
问题 I'm trying to install composer in my Ubuntu 16.04 with PHP version 5.6.* . I used: curl -sS https://getcomposer.org/installer | php . But it is giving me error as follows: All settings correct for using Composer Downloading... The "https://getcomposer.org/versions" file could not be downloaded: failed to open stream: Connection refused Retrying... The "https://getcomposer.org/versions" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL

How to manually download components for the VS 2017 installation?

隐身守侯 提交于 2019-11-30 21:58:11
问题 While installing Visual Studio 2017 I encountered the error while downloading the JDKV2-Component for Xamarin (maybe someone could edit the English error message in?): Paket "JavaJDKV2,version=1.8.2,chip=x86" konnte von "https://go.microsoft.com/fwlink/?linkid=863182" nicht heruntergeladen werden. Such-URL https://aka.ms/VSSetupErrorReports?q=PackageId=JavaJDKV2;PackageAction=DownloadPackage;ReturnCode=0x80072ee2 Details WebClient-Download fehlgeschlagen: Timeout für Vorgang überschritten

Trouble installing tabulizer package

人走茶凉 提交于 2019-11-30 19:56:31
I used the following code to install the tabulizer package: ghit::install_github(c("ropenscilabs/tabulizerjars", "ropenscilabs/tabulizer"), INSTALL_opts = "--no-multiarch") I get the following error when I run it: ropenscilabs/tabulizerjars ropenscilabs/tabulizer NA NA Warning messages: 1: running command '"C:/PROGRA~1/R/R-32~1.3/bin/x64/R" CMD INSTALL --no-multiarch -l "C:\Program Files\R\R-3.2.3\library" C:\Users\borle\AppData\Local\Temp\RtmpQTDkF7/ghitdrat/src/contrib/tabulizerjars_0.1.2.tar.gz' had status 1 2: In utils::install.packages(to_install, type = type, repos = repos, :

Trouble installing tabulizer package

六月ゝ 毕业季﹏ 提交于 2019-11-30 03:42:31
问题 I used the following code to install the tabulizer package: ghit::install_github(c("ropenscilabs/tabulizerjars", "ropenscilabs/tabulizer"), INSTALL_opts = "--no-multiarch") I get the following error when I run it: ropenscilabs/tabulizerjars ropenscilabs/tabulizer NA NA Warning messages: 1: running command '"C:/PROGRA~1/R/R-32~1.3/bin/x64/R" CMD INSTALL --no-multiarch -l "C:\Program Files\R\R-3.2.3\library" C:\Users\borle\AppData\Local\Temp\RtmpQTDkF7/ghitdrat/src/contrib/tabulizerjars_0.1.2