Project

General

Profile

Actions

Bug #5218

open

compilation fails: "no matching function for call to fcd_source_c::connect"

Added by pespin over 2 years ago. Updated over 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
08/27/2021
Due date:
% Done:

0%

Spec Reference:

Description

current master (a100eb024c0210b95e4738b6efd836d48225bd03) fails to compile on my Archlinux system.

I attach log file of "cmake .. && make".

Feel free to ask if you wnat me to report more information.


Files

compile_failure.log compile_failure.log 16.9 KB pespin, 08/27/2021 01:08 PM
Actions #1

Updated by ericek111 over 2 years ago

Use `yay -G gr-osmosdr-git` to download the AUR package recipe, then edit the PKGBUILD and in the `build()` section and add `-DENABLE_FCD=0` to the cmake command. Then it builds fine for me.

@@ -42,7 +42,7 @@
   cd "$srcdir/$_gitname" 
   mkdir -p build
   cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_FCD=0 ../
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
   make
 }
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)