I am using qt-everywhere from the Angstrom site on a BeagleBoard-xM
and I want to include the alsa drivers and I am having some
difficulty. When I use the -phonon option on the ./conigure the
configure script falls apart. Can someone give me a hand?
Here is the output of the ./configure
floatmath auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o floatmath.o
floatmath.cpp
floatmath.cpp:44: warning: unused parameter ‘argc’
floatmath.cpp:44: warning: unused parameter ‘argv’
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -Wl,-O1 -
Wl,-rpath,/opt/qt-arm/lib -o floatmath floatmath.o
floatmath enabled.
mmx auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
mmmx -O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
-Wall -W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o mmx.o mmx.cpp
cc1plus: error: unrecognized command line option "-mmmx"
make: *** [mmx.o] Error 1
mmx disabled.
3dnow auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
m3dnow -O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-
abi=softfp -Wall -W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o
3dnow.o 3dnow.cpp
cc1plus: error: unrecognized command line option "-m3dnow"
make: *** [3dnow.o] Error 1
3dnow disabled.
sse auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
msse -O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
-Wall -W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o sse.o sse.cpp
cc1plus: error: unrecognized command line option "-msse"
make: *** [sse.o] Error 1
sse disabled.
sse2 auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
msse2 -O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-
abi=softfp -Wall -W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o
sse2.o sse2.cpp
cc1plus: error: unrecognized command line option "-msse2"
make: *** [sse2.o] Error 1
sse2 disabled.
neon auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
mfpu=neon -O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-
abi=softfp -Wall -W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o
neon.o neon.cpp
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -Wl,-O1 -
Wl,-rpath,/opt/qt-arm/lib -o neon neon.o -mfpu=neon
neon enabled.
zlib auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o zlib.o zlib.cpp
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -Wl,-O1 -
Wl,-rpath,/opt/qt-arm/lib -o zlib zlib.o -lz
zlib enabled.
libjpeg auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o libjpeg.o
libjpeg.cpp
libjpeg.cpp: In function ‘int main(int, char**)’:
libjpeg.cpp:51: warning: ‘cinfo’ is used uninitialized in this
function
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -Wl,-O1 -
Wl,-rpath,/opt/qt-arm/lib -o libjpeg libjpeg.o -ljpeg
libjpeg enabled.
libtiff auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o libtiff.o
libtiff.cpp
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -Wl,-O1 -
Wl,-rpath,/opt/qt-arm/lib -o libtiff libtiff.o -ltiff
libtiff enabled.
libmng auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o libmng.o libmng.cpp
libmng.cpp:42:20: error: libmng.h: No such file or directory
libmng.cpp:50:2: error: #error System libmng version is less than
1.0.9; using built-in version instead.
libmng.cpp: In function ‘int main(int, char**)’:
libmng.cpp:46: error: ‘mng_handle’ was not declared in this scope
libmng.cpp:46: error: expected `;' before ‘hMNG’
libmng.cpp:47: error: ‘hMNG’ was not declared in this scope
libmng.cpp:47: error: ‘mng_cleanup’ was not declared in this scope
make: *** [libmng.o] Error 1
libmng disabled.
libpng auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o libpng.o libpng.cpp
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -Wl,-O1 -
Wl,-rpath,/opt/qt-arm/lib -o libpng libpng.o -lpng
libpng enabled.
DB2 auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o db2.o db2.cpp
db2.cpp:42:20: error: sqlcli.h: No such file or directory
db2.cpp:43:21: error: sqlcli1.h: No such file or directory
make: *** [db2.o] Error 1
DB2 disabled.
InterBase auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o ibase.o ibase.cpp
ibase.cpp:42:19: error: ibase.h: No such file or directory
make: *** [ibase.o] Error 1
InterBase disabled.
MySQL (thread-safe) auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o mysql.o ../mysql/
mysql.cpp
../mysql/mysql.cpp:42:19: error: mysql.h: No such file or directory
make: *** [mysql.o] Error 1
MySQL (thread-safe) disabled.
MySQL (thread-unsafe) auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o mysql.o mysql.cpp
mysql.cpp:42:19: error: mysql.h: No such file or directory
make: *** [mysql.o] Error 1
MySQL (thread-unsafe) disabled.
OCI auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o oci.o oci.cpp
oci.cpp:42:17: error: oci.h: No such file or directory
make: *** [oci.o] Error 1
OCI disabled.
ODBC auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o odbc.o odbc.cpp
odbc.cpp:42:17: error: sql.h: No such file or directory
odbc.cpp:43:20: error: sqlext.h: No such file or directory
make: *** [odbc.o] Error 1
ODBC disabled.
iODBC auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o iodbc.o iodbc.cpp
iodbc.cpp:42:17: error: sql.h: No such file or directory
iodbc.cpp:43:20: error: sqlext.h: No such file or directory
make: *** [iodbc.o] Error 1
iODBC disabled.
PostgreSQL auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o psql.o psql.cpp
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -Wl,-O1 -
Wl,-rpath,/opt/qt-arm/lib -o psql psql.o -lpq
PostgreSQL enabled.
SQLite2 auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o sqlite2.o
sqlite2.cpp
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -Wl,-O1 -
Wl,-rpath,/opt/qt-arm/lib -o sqlite2 sqlite2.o -lsqlite
SQLite2 enabled.
unknown SQL driver: sqlite_symbian
TDS auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o tds.o tds.cpp
tds.cpp:42:22: error: sybfront.h: No such file or directory
tds.cpp:43:19: error: sybdb.h: No such file or directory
make: *** [tds.o] Error 1
TDS disabled.
NIS auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o nis.o nis.cpp
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -Wl,-O1 -
Wl,-rpath,/opt/qt-arm/lib -o nis nis.o -lnsl
NIS enabled.
Cups auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o cups.o cups.cpp
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -Wl,-O1 -
Wl,-rpath,/opt/qt-arm/lib -o cups cups.o -lcups
Cups enabled.
D-Bus auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o dbus.o dbus.cpp
dbus.cpp:43:23: error: dbus/dbus.h: No such file or directory
dbus.cpp:46:2: error: #error Needs at least dbus version 1
dbus.cpp: In function ‘int main(int, char**)’:
dbus.cpp:51: error: ‘dbus_shutdown’ was not declared in this scope
make: *** [dbus.o] Error 1
D-Bus disabled.
EGL (EGL/egl.h) auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o egl.o egl.cpp
egl.cpp: In function ‘int main(int, char**)’:
egl.cpp:46: warning: unused variable ‘x’
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -Wl,-O1 -
Wl,-rpath,/opt/qt-arm/lib -o egl egl.o -lEGL
EGL (EGL/egl.h) enabled.
Glib auto-detection... ()
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -pipe -
O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall
-W -I../../../mkspecs/qws/linux-DM3730-g++ -I. -o glib.o glib.cpp
glib.cpp:44:18: error: glib.h: No such file or directory
glib.cpp: In function ‘int main(int, char**)’:
glib.cpp:49: error: ‘GSource’ was not declared in this scope
glib.cpp:49: error: ‘source’ was not declared in this scope
glib.cpp:50: error: ‘GPollFD’ was not declared in this scope
glib.cpp:50: error: ‘pollfd’ was not declared in this scope
glib.cpp:51: error: ‘g_thread_supported’ was not declared in this
scope
glib.cpp:52: error: ‘NULL’ was not declared in this scope
glib.cpp:52: error: ‘g_thread_init’ was not declared in this scope
glib.cpp:53: error: ‘g_main_context_default’ was not declared in this
scope
glib.cpp:54: error: ‘g_source_new’ was not declared in this scope
glib.cpp:55: error: ‘g_source_add_poll’ was not declared in this scope
make: *** [glib.o] Error 1
Glib disabled.
Phonon support cannot be enabled due to functionality tests!
Turn on verbose messaging (-v) to ./configure to see the final
report.
If you believe this message is in error you may use the continue
switch (-continue) to ./configure to continue.