sodface wrote: > > The build keeps failing on an include of xlocale.h in digitlst.cpp and > from what I can gather, xlocale.h has been removed from Fedora for a > while. I manually changed it to just locale.h and restarted build.sh > then it failed again with the same error. Hmmm, I thought maybe I > didn't save it so I did it again, double checked the edit, and boom > failed again. So I guess that file is getting downloaded or extracted > from somewhere every time and clobbering my edit. >
The build script extract all sources every time it's run. You have to untar icu4c-58_2-src.tgz, make your changes, and tar it again to the same name. > > //edit, that didn't work. I copied over the build/5.30 stuff over so it > looks like this: > Unless the build script finishes successfully, there's no point in proceding as LMS can't run without the modules. If you can't get the modules to build, you can compile a supported perl version, install it to e.g. /opt/perl-5.28.2 and change LMS' *.pl scripts to use /opt/perl-5.28.2/bin/perl instead of /usr/bin/perl See 'this page' (https://www.nexus0.net/pub/documents/LMS/lms-build/) for additional info. 'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | Playlist Editor / Generator | Music Classification | Similar Music | Announce | EventTrigger | LMSlib2go | ... 'Various HowTos' (https://www.nexus0.net/pub/documents/LMS/): build a self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ... ------------------------------------------------------------------------ Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808 View this thread: http://forums.slimdevices.com/showthread.php?t=111315 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
