On Wed, Dec 30, 2020 at 07:39:20PM -0600, Aaron Duerksen wrote: > I'm trying to build Non for the first time on both a Raspberry Pi 4 and a > Lubuntu 20.04 laptop.?? Both got hung up in the same place: > > aaron@aaron-M6800:~/Downloads/non$ ./waf configure > ... > Checking for header ladspa.h???????????????????????????????????????????????? > : yes > Checking for > 'lrdf'?????????????????????????????????????????????????????????????????? : > not found > The configuration failed > (complete log in /home/aaron/Downloads/non/build/config.log) > aaron@aaron-M6800:~/Downloads/non$ > > I did a lot of googling before that because a lot of other stuff failed the > same way.?? I could always find the appropriate *-dev packages to fix each > error, one at a time, until this one.?? I did find a librdf0-dev package, > but that doesn't seem to do it.?? The end of config.log is: > > ---------------------------------------------------- > Checking for 'lrdf' > ['/usr/bin/pkg-config', '--cflags', '--libs', 'lrdf'] > err: Package lrdf was not found in the pkg-config search path. > Perhaps you should add the directory containing `lrdf.pc' > to the PKG_CONFIG_PATH environment variable > No package 'lrdf' found
Do you have liblrdf0-dev installed? That provides lrdf on Debian based systems. John
