Harinlen / cuberok

Automatically exported from code.google.com/p/cuberok
GNU General Public License v3.0
0 stars 1 forks source link

Compilation error on FreeBSD 8.1 (i386) #97

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Here is what I getting, when installing (during compilation) cuberok from ports 
in FreeBSD 8.1 i386

~...

config.status: WARNING:  'test/performance/Makefile.in' seems to ignore the 
--datarootdir setting
/usr/local/share/aclocal/libfame.m4:6: warning: underquoted definition of 
AM_PATH_LIBFAME
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/local/share/aclocal/aalib.m4:12: warning: underquoted definition of 
AM_PATH_AALIB
configure: WARNING: libFLAC not found.  Install FLAC from 
http://flac.sourceforge.net/
configure: WARNING: Disabling FLAC support.
configure: WARNING: wxWindows not found, not building wxPlayer.
        See http://www.wxwindows.org/
X--tag=CC: not found
libtool: ignoring unknown tag : not found
X--mode=compile: not found
*** Warning: inferring the mode of operation is deprecated.: not found
*** Future versions of Libtool will require --mode=MODE be specified.: not found
Xcc: not found
X-DPACKAGE_NAME="": not found
X-DPACKAGE_TARNAME="": not found
X-DPACKAGE_VERSION="": not found
X-DPACKAGE_STRING="": not found
X-DPACKAGE_BUGREPORT="": not found
X-DPACKAGE="audiere": not found
X-DVERSION="1.9.4": not found
X-DSTDC_HEADERS=1: not found
X-DHAVE_SYS_TYPES_H=1: not found
X-DHAVE_SYS_STAT_H=1: not found
X-DHAVE_STDLIB_H=1: not found
X-DHAVE_STRING_H=1: not found
X-DHAVE_MEMORY_H=1: not found
X-DHAVE_STRINGS_H=1: not found
X-DHAVE_INTTYPES_H=1: not found
X-DHAVE_STDINT_H=1: not found
X-DHAVE_UNISTD_H=1: not found
X-DHAVE_DLFCN_H=1: not found
../../libtool: X-DLT_OBJDIR=".libs/": not found
X-DNO_FLAC=1: not found
X-DHAVE_CLOCK_GETTIME=1: not found
X-DSTDC_HEADERS=1: not found
X-DHAVE_OSS=1: not found
X-I.: not found
X-I.: not found
../../libtool: X-I/usr/local/include/speex: not found
../../libtool: X-I/usr/local/include: not found
X-O2: not found
X-pipe: not found
X-fno-strict-aliasing: not found
X-Wall: not found
X-Wno-non-virtual-dtor: not found
X-MT: not found
Xbits.lo: not found
X-MD: not found
X-MP: not found
X-MF: not found
../../libtool: X.deps/bits.Tpo: not found
X-c: not found
Xbits.lo: not found
libtool: compile: cannot determine name of library object from `': not found
gmake[3]: *** [bits.lo] Error 1
gmake[2]: *** [all-recursive] Error 1
gmake[1]: *** [all-recursive] Error 1
gmake: *** [all] Error 2

.....~

Please, see compilation (make) log attached I have Qt4 last version 
installed... 
Any help appreciated, thanks

Original issue reported on code.google.com by llpi...@gmail.com on 3 Oct 2010 at 1:06

Attachments:

GoogleCodeExporter commented 8 years ago
Also, FLAC, QT4, SPEEX INSTALLED, looks lie there is problem in Makefile for 
FreeBSD...
Thans 

Original comment by llpi...@gmail.com on 3 Oct 2010 at 4:21

GoogleCodeExporter commented 8 years ago
I don't get on well with FreeBSD and I don't have any machine with it for 
testing, but it seems...
you are installing old version of cuberok (0.0.11), the new one already released
compilation failed on audiere which isn't very trouble-free. Cuberok can use 
several audio backends (phonon, gstreamer, ffmpeg and audiere), it's may be 
easier to disable audiere compilation then to fix it. I don't know exactly how 
it can be done with FreeBSD ports, but when you install cuberok from sources it 
can find out which audio backends are available.

I hope that help you

Original comment by drmoriar...@gmail.com on 4 Oct 2010 at 5:32