Open GoogleCodeExporter opened 9 years ago
What steps will reproduce the problem? 1. Compile latest svn source using lcc 32 bit 2. 3. What is the expected output? What do you see instead? Error : c:\ccl-svn>C:\lcc\bin\make.exe -f Makefile.lcc lcc.exe -I. -O -A -p6 -ansic -g2 buffer.c lcc.exe -I. -O -A -p6 -ansic -g2 vector.c lcc.exe -c -I. -O -A -p6 -ansic -g2 .\bitstrings.c lcc.exe -c -I. -O -A -p6 -ansic -g2 .\bloom.c lcc.exe -c -I. -O -A -p6 -ansic -g2 .\error.c lcc.exe -c -I. -O -A -p6 -ansic -g2 .\deque.c lcc.exe -I. -O -A -p6 -ansic -g2 doublelist.c Warning c:\ccl-svn\doublelist.c: listg en.c: 200 result of unsigned comparison is constant 0 errors, 1 warning lcc.exe -c -I. -O -A -p6 -ansic -g2 .\dictionary.c lcc.exe -c -I. -O -A -p6 -ansic -g2 .\dlist.c Warning dlist.c: 471 Comparison of signed with unsigned integer 0 errors, 1 warning lcc.exe -c -I. -O -A -p6 -ansic -g2 .\fgetline.c lcc.exe -c -I. -O -A -p6 -ansic -g2 .\generic.c lcc.exe -c -I. -O -A -p6 -ansic -g2 .\hashtable.c lcc.exe -c -I. -O -A -p6 -ansic -g2 .\heap.c lcc.exe -I. -O -A -p6 -ansic -g2 iMask.c lcc.exe -I. -O -A -p6 -ansic -g2 intlist.c lcc.exe -c -I. -O -A -p6 -ansic -g2 .\list.c Warning list.c: 947 unreachable code 0 errors, 1 warning lcc.exe -I. -O -A -p6 -ansic -g2 longlonglist.c Warning c:\ccl-svn\longlonglist.c: lis tgen.c: 200 result of unsigned comparison is constant 0 errors, 1 warning lcc.exe -c -I. -O -A -p6 -ansic -g2 .\malloc_debug.c lcc.exe -c -I. -O -A -p6 -ansic -g2 .\pool.c lcc.exe -c -I. -O -A -p6 -ansic -g2 .\pooldebug.c lcc.exe -c -I. -O -A -p6 -ansic -g2 .\qsortex.c lcc.exe -I. -O -A -p6 -ansic -g2 queue.c lcc.exe -c -I. -O -A -p6 -ansic -g2 .\redblacktree.c lcc.exe -c -I. -O -A -p6 -ansic -g2 .\scapegoat.c Warning scapegoat.c: 433 shift by 64 is undefined Warning scapegoat.c: 436 shift by 32 is undefined 0 errors, 2 warnings lcc.exe -c -I. -O -A -p6 -ansic -g2 .\searchtree.c Warning searchtree.c: 75 static 'const guid BinarySearchTreeGuid' is not refere nced 0 errors, 1 warning lcc.exe -c -I. -O -A -p6 -ansic -g2 .\strcollection.c Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 510 missing parameter type Warning c:\ccl-svn\strcollection.c: c: \lcc\include\wchar.h: 510 no type specified. Defaulting to int Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 510 syntax error; found `n' expecting ')' Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 510 skipping `n' `,' Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 510 syntax error; found `const' expecting '{' Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 510 missing identifier Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 510 Syntax error; missing semicolon before `...' Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 510 skipping `...' `)' Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 511 missing parameter type Warning c:\ccl-svn\strcollection.c: c: \lcc\include\wchar.h: 511 no type specified. Defaulting to int Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 511 syntax error; found `n' expecting ')' Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 511 skipping `n' `,' Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 511 Syntax error; missing semicolon before `const' Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 511 redeclaration of local variable 'format' Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 510 Previous definition of 'format' here Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 511 missing identifier Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 511 Syntax error; missing semicolon before `...' Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 511 skipping `...' `)' Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 515 missing parameter type Warning c:\ccl-svn\strcollection.c: c: \lcc\include\wchar.h: 515 no type specified. Defaulting to int Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 515 syntax error; found `n' expecting ')' Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 515 skipping `n' `,' Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 515 Syntax error; missing semicolon before `const' Error c:\ccl-svn\strcollection.c: c:\l cc\include\wchar.h: 515 too many errors C:\lcc\bin\make.exe: Error code 1 What version of the product are you using? On what operating system? OS : windows 7 Please provide any additional information below. Failed to compile, i tried to compile source using mingGw and lcc both fail.. Do i miss something ? Thx
Original issue reported on code.google.com by hasumi.k...@gmail.com on 18 Jun 2013 at 3:58
hasumi.k...@gmail.com
Tried to compile with VS 2012 and fail
Original comment by mp8...@rambler.ru on 24 Jan 2014 at 1:24
mp8...@rambler.ru
Original issue reported on code.google.com by
hasumi.k...@gmail.com
on 18 Jun 2013 at 3:58