2
« on: August 06, 2004, 05:26:16 am »
zautrix,
Thanks for you help, I can compile QT examples and applications,
but when I compile the program extracted from kdepim193a.src.gz
I still get error message as following, do I need other software library?
Or I have to upgrade my msvc version? Thanks!
cd libical
NMAKE -f Makefile
cd src
NMAKE -f Makefile
cd libical
NMAKE -f Makefile
cl -c -nologo -Zm200 -W3 -MD -O1 -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG -I"." -I"C:\Qt\3.3.1\include" -I"C:\tmp\kdepim\libical\src\libical" -I"C:\Qt\3.3.1\mkspecs\win32-msvc" -Fo @C:\DOCUME~1\jacky\LOCALS~1\Temp\nma01292.
caldate.c
.\caldate.c(75) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
.\caldate.c(79) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
.\caldate.c(80) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
.\caldate.c(81) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
.\caldate.c(95) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
.\caldate.c(97) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
.\caldate.c(99) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
icalarray.c
.\icalarray.c(99) : warning C4018: '<' : signed/unsigned mismatch
.\icalarray.c(113) : warning C4018: '<' : signed/unsigned mismatch
.\icalarray.c(144) : warning C4018: '>' : signed/unsigned mismatch
icalattach.c
icalcomponent.c
.\icalcomponent.c(2080) : warning C4018: '<' : signed/unsigned mismatch
.\icalcomponent.c(2283) : warning C4018: '<' : signed/unsigned mismatch
icalderivedparameter.c
icalmemory.c
.\icalmemory.h(38) : error C2146: syntax error : missing ')' before identifier 'size'
.\icalmemory.h(38) : error C2061: syntax error : identifier 'size'
.\icalmemory.h(38) : error C2059: syntax error : ';'
.\icalmemory.h(38) : error C2059: syntax error : ')'
.\icalmemory.h(52) : error C2146: syntax error : missing ')' before identifier 'size'
.\icalmemory.h(52) : error C2061: syntax error : identifier 'size'
.\icalmemory.h(52) : error C2059: syntax error : ';'
.\icalmemory.h(52) : error C2059: syntax error : ')'
.\icalmemory.h(53) : error C2146: syntax error : missing ')' before identifier 'size'
.\icalmemory.h(53) : error C2081: 'size_t' : name in formal parameter list illegal
.\icalmemory.h(53) : error C2061: syntax error : identifier 'size'
.\icalmemory.h(53) : error C2059: syntax error : ';'
.\icalmemory.h(53) : error C2059: syntax error : ')'
.\icalmemory.h(70) : error C2143: syntax error : missing ')' before '*'
.\icalmemory.h(70) : error C2081: 'size_t' : name in formal parameter list illegal
.\icalmemory.h(70) : error C2143: syntax error : missing '{' before '*'
.\icalmemory.h(71) : error C2059: syntax error : 'type'
.\icalmemory.h(71) : error C2059: syntax error : ')'
.\icalmemory.h(74) : error C2143: syntax error : missing ')' before '*'
.\icalmemory.h(74) : error C2081: 'size_t' : name in formal parameter list illegal
.\icalmemory.h(74) : error C2143: syntax error : missing '{' before '*'
.\icalmemory.h(75) : error C2059: syntax error : 'type'
.\icalmemory.h(75) : error C2059: syntax error : ')'
icaltimezone.c
.\icaltimezone.c(867) : warning C4018: '>=' : signed/unsigned mismatch
.\icaltimezone.c(1002) : warning C4018: '>=' : signed/unsigned mismatch
.\icaltimezone.c(1249) : warning C4018: '<' : signed/unsigned mismatch
.\icaltimezone.c(1427) : warning C4013: 'snprintf' undefined; assuming extern returning int
.\icaltimezone.c(1597) : warning C4018: '<' : signed/unsigned mismatch
icaltypes.c
.\icaltypes.c(180) : warning C4013: 'snprintf' undefined; assuming extern returning int
icalvalue.c
.\icalvalue.c(520) : warning C4013: 'snprintf' undefined; assuming extern returning int
.\icalvalue.c(1104) : warning C4013: 'strcasecmp' undefined; assuming extern returning int
pvl.c
sspm.c
.\sspm.c(286) : warning C4013: 'strcasecmp' undefined; assuming extern returning int
.\sspm.c(710) : warning C4013: 'snprintf' undefined; assuming extern returning int
Generating Code...
.\sspm.c(1177) : warning C4700: local variable 'cc' used without having been initialized