On Sun, Dec 18, 2005 at 10:32:34PM +0000, Jason Stover wrote:
make gave me:
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.
Sorry. That's my fault. Add the line :
#define CC_CNT 5
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.
signature.asc
Description: Digital signature
_______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
