Hoi,
Ik krijg deze melding als ik Nedit (www.nedit.org) wil compileren:
Btw, ik heb lesstif 0.93 al geinstalleerd...
Ik krijg deze melding als ik Nedit (www.nedit.org) wil compileren:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
| [root@bigtower nedit-5.1.1]# make linux (cd util; make -f Makefile.linux libNUtil.a) make[1]: Entering directory `/root/nedit-5.1.1/util' cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o DialogF.o DialogF.c cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o getfiles.o getfiles.c cc -c -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD printUtils.c cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o misc.o misc.c cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o fileUtils.o fileUtils.c cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o prefFile.o prefFile.c cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o fontsel.o fontsel.c cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o managedList.o managedList.c ar -urs libNUtil.a DialogF.o getfiles.o printUtils.o misc.o fileUtils.o prefFile.o fontsel.o managedList.o make[1]: Leaving directory `/root/nedit-5.1.1/util' (cd source; make -f Makefile.linux nedit nc) make[1]: Entering directory `/root/nedit-5.1.1/source' cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o nedit.o nedit.c cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o file.o file.c cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o menu.o menu.c cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o window.o window.c cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o selection.o selection.c cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o search.o search.c cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o undo.o undo.c cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o shift.o shift.c cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c help.c -o help.o cc -O -I/usr/lesstif/include -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o preferences.o preferences.c preferences.c: In function `RestoreNEditPrefs': preferences.c:817: `stderr' undeclared (first use in this function) preferences.c:817: (Each undeclared identifier is reported only once preferences.c:817: for each function it appears in.) preferences.c: In function `ParseError': preferences.c:4075: `stderr' undeclared (first use in this function) make[1]: *** [preferences.o] Error 1 make[1]: Leaving directory `/root/nedit-5.1.1/source' make: *** [linux] Error 2 [root@bigtower nedit-5.1.1]# |
Btw, ik heb lesstif 0.93 al geinstalleerd...