jed-users mailing list

[2014 Date Index] [2014 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[Jed-users-l] compile problem on windows 7


Hi,

I am trying to recompile JED on a Windows7 system using MINGW.
I have created the makefile with
  mkmake WIN32 MINGW32 < makefile.all > Makefile
After turning off the "touch" command and replacing "cp" with "copy"
one can start.
A number of sources are compiled OK, but then the process
failes on sysdep.c  Below you'll find a log of my session.
The logfile tells me where things go wrong, but I failed to find a 
solution... Can somebody help me?

$ mingw32-make.exe
mkdir gw32objs
gcc -c -DWIN32 -W -Wall -O2 -fno-strength-reduce -DJED -I../../slang/src 
-o gw32objs/buffer.o  ./buffer.c
gcc -c -DWIN32 -W -Wall -O2 -fno-strength-reduce -DJED -I../../slang/src 
-o gw32objs/cmds.o  ./cmds.c
gcc -c -DWIN32 -W -Wall -O2 -fno-strength-reduce -DJED -I../../slang/src 
-o gw32objs/misc.o  ./misc.c
./misc.c: In function 'read_from_minibuffer_1':
./misc.c:273:12: warning: variable 'start_buffer' might be clobbered by 
'longjmp' or 'vfork' [-Wclobbered]
gcc -c -DWIN32 -W -Wall -O2 -fno-strength-reduce -DJED -I../../slang/src 
-o gw32objs/file.o  ./file.c
./file.c: In function 'jed_close':
./file.c:801:35: warning: unused parameter 'use_fsync' 
[-Wunused-parameter]
gcc -c -DWIN32 -W -Wall -O2 -fno-strength-reduce -DJED -I../../slang/src 
-o gw32objs/main.o  ./main.c
./main.c: In function 'main':
./main.c:527:14: warning: argument 'argc' might be clobbered by 'longjmp' 
or 'vfork' [-Wclobbered]
./main.c:527:27: warning: argument 'argv' might be clobbered by 'longjmp' 
or 'vfork' [-Wclobbered]
gcc -c -DWIN32 -W -Wall -O2 -fno-strength-reduce -DJED -I../../slang/src 
-o gw32objs/menu.o  ./menu.c
gcc -c -DWIN32 -W -Wall -O2 -fno-strength-reduce -DJED -I../../slang/src 
-o gw32objs/jedwin.o  ./jedwin.c
gcc -c -DWIN32 -W -Wall -O2 -fno-strength-reduce -DJED -I../../slang/src 
-o gw32objs/ins.o  ./ins.c

gcc -c -DWIN32 -W -Wall -O2 -fno-strength-reduce -DJED -I../../slang/src 
-o gw32objs/sysdep.o  ./sysdep.c
In file included from ./sysdep.c:110:0:
./win32.c: In function 'init_tty':
./win32.c:106:22: error: 'SLw32_Hstdin' undeclared (first use in this 
function)
./win32.c:106:22: note: each undeclared identifier is reported only once 
for each function it appears in
./win32.c: In function 'sys_chmod':
./win32.c:232:74: warning: unused parameter 'uid' [-Wunused-parameter]
./win32.c:232:86: warning: unused parameter 'gid' [-Wunused-parameter]
mingw32-make.exe: *** [gw32objs/sysdep.o] Error 1


Regards,
           Thei.

+-------+-------+-------+-------+-------+-------+-------+-------++
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2014 date index] [2014 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]