Closed GoogleCodeExporter closed 9 years ago
Original comment by ste...@konink.de
on 31 Oct 2008 at 1:17
Thanks for reporting :)
PROBLEM_1; I'll keep in mind, I'm currently compiling under Linux, but pthreads
(for
win32) is not even detected.
PROBLEM_2; re -> ret
PROBLEM_3; defining them to WS* is the best solution
PROBLEM_4; I didn't see that one anymore.
The solution for PROBLEM_5 is currently not compiling that code. I have put a
patch
on the mailinglist that takes care of most problems.
I'll make this bug fixed, because in essence the problems are solved.
Original comment by ste...@konink.de
on 8 Nov 2008 at 4:59
The pthread for Win32 package is available at:
http://sourceware.org/pthreads-win32/#download
You have to download the zip and copy both the libraries and headers files to
the right place (check it at
http://blogs.sun.com/alvaro/entry/win32_compilation_environment ):
cp -r Pre-built.2/{include,lib} /mingw/
Original comment by alobbs
on 8 Nov 2008 at 10:29
I have hit this problem. Could any body please help me out.
[ 17%] Building C object src/CMakeFiles/min-cscope.dir/main.c.obj
cd D:\Development\min-cscope\build\src && C:\MinGW\bin\gcc.exe -DUSE_SORTLIB -
DWIN32 -DNSTATS -O3 -DNDEBUG -ID:\Development\min-cscope\src
-ID:\Development\min-
cscope\build\src -ID:\Development\min-cscope\src\..\sort -o CMakeFiles\min-
cscope.dir\main.c.obj -c D:\Development\min-cscope\src\main.c
D:\Development\min-cscope\src\main.c:136: error: syntax error before "siginfo_t"
D:\Development\min-cscope\src\main.c: In function `sigwinch_handler':
D:\Development\min-cscope\src\main.c:138: error: `sig' undeclared (first use in
this
function)
D:\Development\min-cscope\src\main.c:138: error: (Each undeclared identifier is
reported only once
D:\Development\min-cscope\src\main.c:138: error: for each function it appears
in.)
D:\Development\min-cscope\src\main.c:139: error: `info' undeclared (first use
in
this function)
D:\Development\min-cscope\src\main.c:140: error: `unused' undeclared (first use
in
this function)
D:\Development\min-cscope\src\main.c: In function `main':
D:\Development\min-cscope\src\main.c:159: error: storage size of 'winch_action'
isn't known
D:\Development\min-cscope\src\main.c:456: error: `SA_SIGINFO' undeclared (first
use
in this function)
D:\Development\min-cscope\src\main.c:457: error: `SIGWINCH' undeclared (first
use in
this function)
mingw32-make[2]: *** [src/CMakeFiles/min-cscope.dir/main.c.obj] Error 1
mingw32-make[2]: Leaving directory `d:/Development/min-cscope/build'
mingw32-make[1]: *** [src/CMakeFiles/min-cscope.dir/all] Error 2
mingw32-make[1]: Leaving directory `d:/Development/min-cscope/build'
mingw32-make: *** [all] Error 2
Original comment by sahu...@gmail.com
on 18 Jan 2010 at 4:54
We decided to drop Win32 support.
Original comment by ste...@konink.de
on 23 Mar 2013 at 12:59
Original issue reported on code.google.com by
pio...@rubypulse.com
on 1 Oct 2008 at 9:32