Dan McMahill wrote: > Stephen Williams wrote: >> If anything, it's the Solaris folks that are the most cranky;-) >> > > hey, just for that I need to get around to sending in some "doesn't > build on solaris" bug reports :) Actually, I'm only kidding about the > "just for that" part. I think I saw some build failures on solaris > recently but haven't had the chance to give a decent bug report. > > > This is the 20061009 snapshot: > > > g++ -DHAVE_CVS_IDENT=1 -DHAVE_CONFIG_H -I. -I. -Wall -g -MD -c main.cc > -o main.o > In file included from pform.h:25, > from main.cc:57: > netlist.h:35:22: stdint.h: No such file or directory > In file included from netlist.h:36, > from pform.h:25, > from main.cc:57: > ivl_target.h:25:22: stdint.h: No such file or directory > In file included from netlist.h:37, > from pform.h:25, > from main.cc:57: > verinum.h:26:22: stdint.h: No such file or directory > In file included from netlist.h:38, > from pform.h:25, > from main.cc:57: > verireal.h:31:22: stdint.h: No such file or directory > gmake: *** [main.o] Error 1
Looks like I need to autoconf in some stdint alternatives. The header is needed for the fixed width types I need, and without a standard header of some sort it is a hopeless tangle of ifdefs. By all means file this as a bug in the SF bugs database. Evan offered a suggested fix as well, that I will look into. Does it work better if you replace stdint.h with inttypes.h? -- Steve Williams "The woods are lovely, dark and deep. steve at icarus.com But I have promises to keep, http://www.icarus.com and lines to code before I sleep, http://www.picturel.com And lines to code before I sleep." _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

