Stanbey wrote: 
> Alright... hacking out the tests stopped the DBI build from failing. ;-D
> Although... the test failures looked pretty fundamental. If the tests
> don't pass is this thing going to run once it is built?
> 
No way of knowing except trying if it does.

> 
> Anyway, next problem is the ICU module... that's now failing with
> Not sure why it fails saying their is no C++ compiler when at the top it
> said it was using Gnu...
> 


Code:
--------------------
    
  checking whether we are using the GNU C compiler... yes
  checking whether we are using the GNU C++ compiler... no
  checking if we have a C++ compiler... no
  configure: error: C++ compiler g++ does not work or no compiler found
  
--------------------

While you have GNU C, you don't seem to have GNU C++
Check and install.

> 
> But these build errors are making me wonder if their is something more
> fundamental wrong. Is it usually this... fragile?
> 
In this specific case, it seems your build environment is incomplete.
That being said, keep in mind that you are trying to build some very old
versions of packages in a modern environment (e.g. gcc 5.1.1), so some
issues may be expected



[ extGUI4LMS - an alternative web interface: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (http://code.google.com/p/extgui4lms/) | 'music visualizer'
(http://forums.slimdevices.com/showthread.php?103073-Announce-music-visualizer-for-squeezelite)
for squeezelite | 'Howto'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS):
build a self-contained LMS ]
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=99648

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to