What steps will reproduce the problem? 1. git clone git://gitorious.org/~taipan/qt/android-lighthouse.git 2. mkdir build 3. ../android-lighthouse/configure 4. make
What is the expected output? What do you see instead?
make[3]: Entering directory /home/maluta/android-lighthouse-/src/plugins/platforms/minimal'
g++ -c -pipe -O2 -fvisibility=hidden -fvisibility-inlines-hidden -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/home/maluta/android-lighthouse/mkspecs/linux-g++ -I/home/maluta/android-lighthouse/src/plugins/platforms/minimal -I../../../../include/QtCore -I../../../../include/QtGui -I../../../../include -I.moc/release-shared -I. -o .obj/release-shared/qminimalwindowsurface.o /home/maluta/android-lighthouse/src/plugins/platforms/minimal/qminimalwindowsurface.cpp
/home/maluta/android-lighthouse/src/plugins/platforms/minimal/qminimalwindowsurface.cpp: In member function ‘void QMinimalWindowSurface::resize(const QSize&)’:
/home/maluta/android-lighthouse/src/plugins/platforms/minimal/qminimalwindowsurface.cpp:79: error: ‘resize’ is not a member of ‘QWindowSurface’
/home/maluta/android-lighthouse/src/plugins/platforms/minimal/qminimalwindowsurface.cpp:80: error: ‘platformIntegration’ is not a member of ‘QApplicationPrivate’
make[3]: *** [.obj/release-shared/qminimalwindowsurface.o] Error 1
make[3]: Leaving directory
/home/maluta/android-lighthouse-/src/plugins/platforms/minimal'
make[2]: * [sub-minimal-make_default] Error 2
make[2]: Leaving directory /home/maluta/android-lighthouse-/src/plugins/platforms'
make[1]: *** [sub-platforms-make_default] Error 2
make[1]: Leaving directory
/home/maluta/android-lighthouse-/src/plugins'
make: * [sub-plugins-make_default-ordered] Error 2
What version of the product are you using? On what operating system? commit 6597dd2903f7a2d0847c1955b61921a599a66c6f
Please provide any additional information below. Ubuntu 10.04 gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
Comment #1
Posted on Oct 28, 2010 by Swift HorsePlease use "androidconfig.sh" script instead of "configure"
Status: Invalid
Labels:
Type-Defect
Priority-Medium