Section One BBS

Welcome, Guest.


Subject: Next Release of MakeNL Date: Fri Nov 25 2016 09:16 am
From: Tommi Koivula To: Torsten Bamberg

Thursday November 24 2016 22:26, Torsten Bamberg wrote to Tommi Koivula:

 TB>>> Strange.
 TB>>> I fetched all files via web-cvs and compiled them without any
 TB>>> errors.
 TK>> Ok, I removed some empty lines from version.h and now it compiles
 TK>> fine.

 TB> which gcc you use?

gcc version 3.3.5 (Bird Build 2014-10-26 18:53 (csd6))

It compiles with 4.9.2 also, only one warning:

D:\makenl\cvs\makenl\src>make -f makefile.emx
gcc -W -Wall -c config.c
gcc -W -Wall -c crc16.c
gcc -W -Wall -c fileutil.c
gcc -W -Wall -c fts5.c
gcc -W -Wall -c lsttool.c
gcc -W -Wall -c makenl.c
gcc -W -Wall -c merge.c
gcc -W -Wall -c mkdiff.c
gcc -W -Wall -c mklog.c
gcc -W -Wall -c msgtool.c
gcc -W -Wall -c os.c
os.c: In function 'os_chdrive':
os.c:104:9: warning: variable 'rc' set but not used [-Wunused-but-set- variable]
     int rc;
         ^
gcc -W -Wall -c output.c
gcc -W -Wall -c procfile.c
gcc -W -Wall -c stack.c
gcc -W -Wall -c strtool.c
gcc -W -Wall -c upcont.c
gcc -W -Wall -o makenl.exe config.o crc16.o fileutil.o fts5.o lsttool.
o makenl.o merge.o mkdiff.o mklog.o msgtool.o os.o output.o procfile.o
 stack.o strtool.o upcont.o -s

'Tommi

--- GoldED+/EMX 1.1.5-b20160322
 * Origin: ---------------------------------->> (2:221/360)

Previous Message       Next Message
In Reply To: Next Release of MakeNL (Torsten Bamberg)