Forum OpenACS Q&A: Re: (Error: can't read "address": no such variable) after Install OpenACS with NaviServer from Scratch

ok i changed the one but not the other and got the following error:

modules/websocket/websocket-procs.tcl
gcc -I/usr/include/postgresql -O2 -fomit-frame-pointer -DNDEBUG -Wall -fPIC -pipe -I/usr/local/ns/include -I"/usr/local/ns/include" -DHAVE_CONFIG_H -c -o nsdbpg.o nsdbpg.c
nsdbpg.c:47:1: error: unknown type name ‘Ns_ReturnCode’
static Ns_ReturnCode OpenDb(Ns_DbHandle *handle);
^
nsdbpg.c:48:1: error: unknown type name ‘Ns_ReturnCode’
static Ns_ReturnCode CloseDb(Ns_DbHandle *handle);
^
nsdbpg.c:53:1: error: unknown type name ‘Ns_ReturnCode’
static Ns_ReturnCode Flush(const Ns_DbHandle *handle);
^
nsdbpg.c:54:1: error: unknown type name ‘Ns_ReturnCode’
static Ns_ReturnCode ResetHandle(Ns_DbHandle *handle);
^
nsdbpg.c:100:1: error: unknown type name ‘Ns_ReturnCode’
Ns_DbDriverInit(const char *driver, const char *configPath)
^
nsdbpg.c:180:1: error: unknown type name ‘Ns_ReturnCode’
OpenDb(Ns_DbHandle *handle)
^
nsdbpg.c:259:1: error: unknown type name ‘Ns_ReturnCode’
CloseDb(Ns_DbHandle *handle) {
^
nsdbpg.c:598:1: error: unknown type name ‘Ns_ReturnCode’
Flush(const Ns_DbHandle *handle)
^
nsdbpg.c:636:1: error: unknown type name ‘Ns_ReturnCode’
ResetHandle(Ns_DbHandle *handle)
^
make: *** [nsdbpg.o] Error 1
root@lrn-14:/usr/local/src/install-ns#

hopefully i can make the change to the second one and run it again or do need to start over?