Displaying 5 results from an estimated 5 matches for "c4018".
Did you mean:
4018
2003 Aug 09
0
rsync / rdiff in win/dos
...): warning
C4244: '=' : conversion from 'rs_long_t' to 'unsigned
char', possible loss of data
c:\Work\Librsync\librsync-0.9.6\job.c(245): warning
C4550: expression evaluates to a function which is
missing an argument list
c:\Work\Librsync\librsync-0.9.6\delta.c(134): warning
C4018: '<' : signed/unsigned mismatch
c:\Work\Librsync\librsync-0.9.6\delta.c(209): warning
C4018: '>' : signed/unsigned mismatch
c:\Work\Librsync\librsync-0.9.6\delta.c(332): warning
C4018: '>' : signed/unsigned mismatch
__________________________________
Do you Yaho...
2009 May 14
1
(no subject)
Hi,
Vista
Visual Studio 2008
This has popped up on my Vista box with a fresh download of ruby-1.8.6-p114:
pack.c(1926) : warning C4018: ''>'' : signed/unsigned mismatch
byacc ./parse.y
''byacc'' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: ''byacc'' : return code ''0x1''
Stop.
I don'&...
2010 May 20
10
Libtheora
Hi all,
I am Sahana. I am currently working on Libtheora for windows platform and
very new to it. I am getting a lot of compiling errors. Since Libtheora
depends on libogg and libvorbis i have added these as well to my workspace
in VC++ 6. I have a doubt regarding the x86 and x86_vc folders described in
the libtheora software.Since both these folders have the same set of files
which one do we
2011 Jun 24
1
windows compilation problem
...crosoft Visual Studio 2010 on my windows XP system. I get a compilation failure in flist.c, function send_directory:
flist.c(1653) : error C2143: syntax error : missing ';' before 'type'
flist.c(1654) : error C2065: 'name_len' : undeclared identifier
flist.c(1654) : warning C4018: '>=' : signed/unsigned mismatch
flist.c(1660) : error C2065: 'name_len' : undeclared identifier
I realize the construct at this line is valid C99 syntax, which isn't accepted by MS.
Can the code be changed to declare this variable at the beginning of the block?
From:...
2005 Jul 08
1
Compiling icecast on windows?
...;constant'
icecast-2.2-kh12d\src\logging.h(33) : warning C4117: macro name
'__FUNCTION__' is reserved, '#define' ignored
icecast-2.2-kh12d\src\admin.c(325) : warning C4013: 'log_write'
undefined; assuming extern returning int
icecast-2.2-kh12d\src\admin.c(1173) : warning C4018: '<' :
signed/unsigned mismatch
Build log was saved at
"file://icecast-2.2-kh12d\win32\Releaseicecast\BuildLog.htm"
icecast - 117 error(s), 48 warning(s)
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 0 skipped
-----Original Message...