Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!unmvax!pprg.unm.edu!topgun!mustang!data!eos!djd From: djd@eos (Daniel J. Dasaro) Newsgroups: comp.windows.x Subject: xrn compilation problems (server.c) Message-ID: <7288@eos.UUCP> Date: 20 Sep 90 00:05:02 GMT Sender: djd@eos.UUCP Reply-To: djd@eos (Daniel J. Dasaro) Organization: NASA Ames Research Center, Calif. Lines: 33 I'm getting some compilation errors (warnings) and "Undefined" errors while compiling xrn6-12 (I tried 6-12-1 also). Have I forgotten to make a definition in the config file or the Makefile? The system is a Vax 11/785 with Unix 4.3 BSD. Any and all clues are appreciated. -Dan --------------------------------------------------- This is what happens: hermes# xmkmf mv Makefile Makefile.bak imake -DUseInstalled -I/usr/lib/X11/config hermes# make xrn ...COMPILATIONS START... gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -fwritable-strings -traditional -O -I/usr/include -c server.c server.c: In function getarticle: server.c:164: warning: assignment of pointer from integer lacks a cast ...COMPILATIONS CONTINUE... gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -fwritable-strings -traditional -o xrn avl.o buttons.o clientlib.o compose.o cursor.o dialogs.o mesg.o error_hnds.o newsrcfile.o resources.o internals.o save.o server.o utils.o xmisc.o xrn.o xthelper.o vprintf.o strtok.o y.tab.o cancel.o -O -lXaw -lXmu -lXt -lXext -lX11 Undefined: _tempnam _vfprintf _vsprintf *** Exit 1 [1] Exit 1 make xrn