On Tue, Aug 21, 2007 at 05:20:18PM -0500, Bo Peng wrote:
> > Compiles fine here (linux)
> 
> scons/linux/msvc, cmake, autotools/linux/mac are working... enough for today.


Hm...
 g++ -DHAVE_CONFIG_H -I. -I../../src -I../../../trunk/src/support
-Winvalid-pch --include=../../../trunk/src/support/pch.h
-I../../../trunk/src/support/.. -I../../../trunk/boost
-DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS
-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore
-I../../../trunk/src/support/minizip -Wextra -Wall -O -MT filetools.lo
-MD -MP -MF .deps/filetools.Tpo -c
../../../trunk/src/support/filetools.cpp -o filetools.o
../../../trunk/src/support/filetools.cpp:1316: warning: unused parameter
'dt'
../../../trunk/src/support/filetools.cpp: In function 'void
lyx::support::change_file_date(const char*, uLong, tm_unz)':
../../../trunk/src/support/filetools.cpp:1484: error: aggregate
'lyx::support::utimbuf ut' has incomplete type and cannot be defined
../../../trunk/src/support/filetools.cpp:1499: error: 'utime' was not
declared in this scope

I added an unconditional #include <utime.h> but I doubt this is the
correct final solution.

Andre'

Reply via email to