make gave me: make[2]: Entering directory `/home/jhs/src/psppire/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gtk_sheet -I../../pspp/src -I../../pspp -I../../pspp/gl -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local//locale"\" -g -O2 -MT var_type_dialog.o -MD -MP -MF ".deps/var_type_dialog.Tpo" -c -o var_type_dialog.o var_type_dialog.c; \ then mv -f ".deps/var_type_dialog.Tpo" ".deps/var_type_dialog.Po"; else rm -f ".deps/var_type_dialog.Tpo"; exit 1; fi var_type_dialog.c: In function `var_type_dialog_create': var_type_dialog.c:528: error: `CC_CNT' undeclared (first use in this function) var_type_dialog.c:528: error: (Each undeclared identifier is reported only once var_type_dialog.c:528: error: for each function it appears in.) make[2]: *** [var_type_dialog.o] Error 1
Declaring int CC_CNT in var_type_dialog_create fixed this. -Jason On Sun, Dec 18, 2005 at 06:12:05PM +0800, John Darrington wrote: > On Sat, Nov 05, 2005 at 08:18:15AM +0800, John Darrington wrote: > > Phase 1: The outcome of this phase is a tool which can be used to > edit/browse/view/read/write *small* system files. > Such a tool might alone be enough to encourage some users to > try PSPP --- the most frightening spss syntax is the DATA LIST > commands. > > I think this phase is more or less complete. Before I move onto > phase 2, I need some user feedback, and also there are some decisions > to be made. > > One decision concerns the protocol to use between user interface and > back end. Do we want to allow pspp user interfaces to connect to spss > servers? (or vici-versa)? If so, we'll have to reverse engineer the > protocol. If not, we can devise our own. > > J' > > -- > PGP Public key ID: 1024D/2DE827B3 > fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 > See http://pgp.mit.edu or any PGP keyserver for public key. > > > _______________________________________________ > pspp-dev mailing list > pspp-dev@gnu.org > http://lists.gnu.org/mailman/listinfo/pspp-dev -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org _______________________________________________ pspp-dev mailing list pspp-dev@gnu.org http://lists.gnu.org/mailman/listinfo/pspp-dev