|
From: Serge L. <ser...@gm...> - 2013-08-02 18:52:20
|
Hi Frank, On 08/02/2013 07:33 AM, Frank Weis wrote: > Hi all, > > I am trying to add csync2 (file syncro) to DL; > I have successfully built the entire DL. > > I have put the source tarball into the build/src directory and it > unpacks in build/tmp > I made scripts in build/scripts and build/scripts/configuration, and > build/scripts/configuration/help so that I can see it in > make menuconfig > > after make menuconfig, I have CONFIG_CSYNC2=y in the .config file, but > the thing does not get built. (ie there is no tmp/LOGS/build/csync2) Did you add an appropriate line to Makefile.build / Makefile.install ? I guess you didn't. > When I try to compile it manually in the chrooted environment, it fails, > complaining about libsqlite not being there, which is part of DL Maybe the ordering issue... Make sure you build csync after sqlite. Serge |