|
From: Michael I. <mic...@ra...> - 2016-05-31 16:23:17
|
Unfortunately “patches welcome" is all I can say... My goal is that the build environment produces a successful build which behaves in a reliable and predictable way. Accounting for manually installed libraries which may or may not be compatible could be done but doesn’t lend itself to accomplishing the previously mentioned goals. > On May 31, 2016, at 2:47 PM, Ralph A. Schmid, dk5ras <ra...@sc...> wrote: > > When I have a look into build.sh, it appears that uhd binaries are installed although uhd is already built from sources and installed: > > if [ "$MANUFACTURER" == "Ettus" ]; then > installIfMissing libuhd-dev > installIfMissing libuhd003 > installIfMissing uhd-host > fi > > I can imagine that this breaks my uhd installation :( > > Ralph. > > |