Jason Stover <[email protected]> writes: > src/ui/gui/src_ui_gui_psppire-psppire-dict.o: In function `psppire_dict_dump': > /home/jhs/src/pspp/src/ui/gui/psppire-dict.c:862: undefined reference to > `value_cnt_from_width' > collect2: ld returned 1 exit status > make[2]: *** [src/ui/gui/psppire] Error 1 > > It doesn't seem to be in declared value.h.
That function got deleted. This is only inside #ifdef DEBUGGING, so you can just delete the reference. I'll push a fix tonight. -- "Premature optimization is the root of all evil." --D. E. Knuth, "Structured Programming with go to Statements" _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
