Hi Aneel, > > Are you using the trunk, or the 2.0.3 tag from svn? > > We are using trunk
I would suggest to pull from branches/arramagong_2/. Then we can continue with new development without worrying about breaking things for you. > At the end of main.sh script execution, i got below lines. > This was on xubuntu 9.04 ... > 15273:psycopg/psycopgmodule.c:23:20: error: Python.h: No such file or > directory > 15275:./psycopg/python.h:27:26: error: structmember.h: No such file or > directory > 15276:./psycopg/python.h:30:4: error: #error "psycopg requires Python >= > 2.4" > 15278:./psycopg/psycopg.h:55: error: expected ')' before '*' token > 15279:./psycopg/psycopg.h:56: error: expected ')' before '*' token > 15280:./psycopg/psycopg.h:59: error: expected '=', ',', ';', 'asm' or > '__attribute__' before '*' token > 15281:./psycopg/psycopg.h:63: error: expected '=', ',', ';', 'asm' or ... the above is from MapFish, which seems to have failed badly. "apt-file search structmember.h" shows that package is provided by the python2.5-dev package, so you will need to make sure that is installed. Hopefully now fixed in SVN with r2584 and r5845. regards, Hamish _______________________________________________ Live-demo mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/live-demo
