X-Originating-IP: [200.42.4.187] From: "Norberto Alfredo Bensa" To: Cc: "Mariano Alvarez Fernandez" Subject: problem compiling GRX 2.4 Date: Tue, 10 Apr 2001 13:01:32 -0300 Organization: nBens@ Computers X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 10 Apr 2001 16:01:50.0256 (UTC) FILETIME=[8D813B00:01C0C1D7] Reply-To: djgpp AT delorie DOT com Hello, I got an 'unterminated character constant' error while compiling GRX 2.4, but I can see the problem (!). I'm using gcc 2.95.3. Any clues? (I recall compiling GRX 2.3.4 with no problem under gcc 2.95.2) Thanks in advance, Norberto % make -f makefile.dj2 c:/djgpp/bin/make.exe -C src -f makefile.dj2 make.exe[1]: Entering directory `e:/djgpp/contrib/grx24/src' gcc -c -O6 -Wall -fomit-frame-pointer -I. -I./include -I../include -I../addo ns/print -I../addons/bmp pnm/ctx2pnm.c -o pnm/ctx2pnm.o pnm/ctx2pnm.c:180: unterminated character constant make.exe[1]: *** [pnm/ctx2pnm.o] Error 1 make.exe[1]: Leaving directory `e:/djgpp/contrib/grx24/src' make.exe: *** [libs] Error 2