Failed to compile bctoolbox (part of linphone)

As there are no more binaries distributed for the new version 4 of linphone I’m trying to compile the application myself. I’m using a docker container for the compilation process. Now when it comes to bctoolbox then I get this error: /usr/bin/ld: /usr/local/lib/libmbedtls.a(ssl_tls.c.o): relocation R_X86_64_PC32 against symbol `mbedtls_ssl_sig_hash_set_const_hash’ can not be used when making a … Read more

Visual Studio Team Services: How to ensure build server (AzureVM) is running before queuing a build

We have an AzureVM being used for a VSTS build server. In order to save costs, we also have that build server turn off at 6pm EST every day. We’d like VSTS to automatically be able to restart the VM (if not already running) upon queuing a build, but there doesnt seem to be any … Read more

Building a New PC, Motherboard Not Responding to Power Supply

I have recently purchased a new PC. I have verified that the power supply works (using the on-board button). The motherboard is not powering on. I have verified connections (unplugging and plugging back in), I have verified that the CPU is sitting correctly (unseated and replaced). The only feedback I get is a blinking red … Read more

Numerous linking errors “undefined reference to `libXX_YY”

I’ve been trying to compile an open-source C++ project Typesense, which has this list of dependencies: Snappy zlib OpenSSL (>=1.0.2) curl ICU brpc braft Host and target OS is Debian Linux. Compilation is handled via cmake->make sequence of commands. I was able to install some of dependencies through a package manager (I believe they reside … Read more

Computer won’t power on after adding my old SSD to my new computer

I am having some trouble with connecting my old SSD (intel SSD 520 series 240gb) to my new computer. When I plugged the drive into the motherboard and the power supply (separate 6 pin SATA connector from the rest of my storage.) and tried to turn the computer on nothing happened. There was a bit … Read more

tesseract – build and install (`configure`, `make`, `make install`…) tesseract version 3 (tesseract-ocr-3.XX.XX)

PROBLEM: I am trying build and install (configure, make, make install…) tesseract version 3 (tesseract-ocr-3.02.02) on Ubuntu Server 20.04 LTS and the following error is occurring… Build and install commands… tar -zxvf tesseract-ocr-3.02.02.tar.gz cd ./tesseract-ocr-3.02.02 ./autogen.sh ./configure make -j 4 && make install ldconfig Error output… […] -I../viewer -I/usr/local/include/leptonica -g -O2 -MT con_comp.lo -MD -MP … Read more

How can I get passed this zipHMMlib build error on Ubuntu?

I’ve installed the latest Ubuntu Server on an Oracle VirtualBox 64-bit machine instance, with host machine Windows 10 and 64-bit OS. I installed a “slim” desktop environment using a random googled-for article on that. Everything works fine, including internet connectivity and in fact I’m making this post in Firefox from the Ubuntu instance. Also, another … Read more

Where does this PCIEX4 share bandwidth – LGA1200 or Z590?

In the manual to this ASUS Prime Z590-a motherboard, there is a page dedicated to shared bandwidth: What is strange to me is that the PCIEX4 is unspecified. Does this have lanes directly connected to LGA1200 or the Z590 bridge? Answer AttributionSource : Link , Question Author : 8protons , Answer Author : Community

Build Gpgmepp on CMake GUI using MSVC/MinGW Compiler Error Occur

I am trying to build Gpgmepp library from source code in CMAKE GUI but the following error occurs. Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.18363. The C compiler identification is MSVC 19.28.29913.0 The CXX compiler identification is MSVC 19.28.29913.0 Detecting C compiler ABI info CMake Error at C:/Users/Zainab/Desktop/cmake/cmake-3.21.0-windows-x86_64/share/cmake-3.21/Modules/CMakeDetermineCompilerABI.cmake:49 (try_compile): Failed to open C:/Users/Zainab/Desktop/Build_gpgmepp/CMakeFiles/CMakeTmp/CMakeLists.txt … Read more