Any ideas why I'd be getting these errors? /tmp/fileQE638j/webapp.c: In function ‘__uwn_wrap_login_1063’: /tmp/fileQE638j/webapp.c:53: error: ‘PGconn’ undeclared (first use in this function) /tmp/fileQE638j/webapp.c:53: error: (Each undeclared identifier is reported only once /tmp/fileQE638j/webapp.c:53: error: for each function it appears in.) /tmp/fileQE638j/webapp.c:53: error: ‘conn’ undeclared (first use in this function) /tmp/fileQE638j/webapp.c:58: error: ‘PGresult’ undeclared (first use in this function) /tmp/fileQE638j/webapp.c:58: error: ‘res’ undeclared (first use in this function) cc1: warnings being treated as errors /tmp/fileQE638j/webapp.c:58: error: implicit declaration of function ‘PQexecPrepared’ /tmp/fileQE638j/webapp.c:64: error: implicit declaration of function ‘PQresultStatus’ /tmp/fileQE638j/webapp.c:64: error: ‘PGRES_TUPLES_OK’ undeclared (first use in this function) /tmp/fileQE638j/webapp.c:65: error: implicit declaration of function ‘PQclear’ /tmp/fileQE638j/webapp.c:66: error: implicit declaration of function ‘PQerrorMessage’ /tmp/fileQE638j/webapp.c:69: error: implicit declaration of function ‘PQnfields’ /tmp/fileQE638j/webapp.c:76: error: ‘PQclear’ undeclared (first use in this function) /tmp/fileQE638j/webapp.c:77: error: implicit declaration of function ‘PQntuples’ /tmp/fileQE638j/webapp.c:84: error: implicit declaration of function ‘PQgetisnull’ /tmp/fileQE638j/webapp.c:88: error: implicit declaration of function ‘PQgetvalue’ /tmp/fileQE638j/webapp.c:88: error: passing argument 2 of ‘uw_Basis_stringToInt_error’ makes pointer from integer without a cast /tmp/fileQE638j/webapp.c:95: error: passing argument 2 of ‘uw_strdup’ makes pointer from integer without a cast /tmp/fileQE638j/webapp.c:102: error: passing argument 2 of ‘uw_strdup’ makes pointer from integer without a cast
_______________________________________________ Ur mailing list [email protected] http://www.impredicative.com/cgi-bin/mailman/listinfo/ur
