Control: severity -1 normal

Hi again,

[...]
> Indeed I might have to investigate, there could be a local issue here.

So while indeed some compiler experiments did cause the ultimate failure, there
is a genuine problem, it just doesn't quite show when using unmodified gcc. From
the build logs:

[...]
gccmakedep  -- -I.. -I../..     -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L   
      -D_POSIX_SOURCE -D_XOPEN_SOURCE         -D_BSD_SOURCE -D_SVID_SOURCE      
                           -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64           
          -DFUNCPROTO=15 -DNARROWPROTO      -- genbox.c gencgm.c gendxf.c 
genepic.c gengbx.o genibmgl.c genlatex.c genmap.c genmf.c genpic.c  genpictex.c 
genps.c genpdf.c genpstex.c genpstricks.c gentextyl.c gentk.c genptk.c 
gentpic.c  genbitmaps.c genge.c genmp.c genemf.c gensvg.c genshape.c 
setfigfont.c psencode.c   readpics.c readeps.c readgif.c readpcx.c readppm.c 
readpng.c readxpm.c  readxbm.c readtif.c readjpg.c asc85ec.c readpng.c readxpm.c

So this is supposed to create the dependencies for the Makefile, but it really
generates no output, because the command actually fails: gengbx.o isn't a good
source file... Fixing this typo (should be gengbx.c in the definition of the
SRCS variable) both makes my build work and does result in proper dependencies
being generated.

Best,
Michael

Attachment: pgp7co8b_VsQW.pgp
Description: PGP signature

Reply via email to