So, I've tried compiling from the trunk at svn.systemimager.org (thanks for the 
instructions on the front page, very helpful to a total newb such as myself) on 
an Ubuntu Dapper (6.06) server, and had a few stumbles. With David's help I 
managed to get as far as "./configure" working, but after a long time of 
"make", it aborted with the following:



python MakeFrozenBases.py
gcc -c -I. -I/usr/include/python2.4 -I/usr/include/python2.4 -o Console.o 
Console.c
Console.c:6:20: error: Python.h: No such file or directory
In file included from Console.c:35:
Common.c:6:21: error: compile.h: No such file or directory
Common.c:7:18: error: eval.h: No such file or directory
Common.c:8:20: error: osdefs.h: No such file or directory
In file included from Console.c:35:
Common.c: In function ‘ExecuteScript’:
Common.c:17: error: ‘PyObject’ undeclared (first use in this function)
Common.c:17: error: (Each undeclared identifier is reported only once
Common.c:17: error: for each function it appears in.)
Common.c:17: error: ‘module’ undeclared (first use in this function)
Common.c:17: error: ‘importer’ undeclared (first use in this function)
Common.c:17: error: ‘code’ undeclared (first use in this function)
Common.c:17: error: ‘dict’ undeclared (first use in this function)
Common.c:17: error: ‘pathList’ undeclared (first use in this function)
Common.c:17: error: ‘temp’ undeclared (first use in this function)
Common.c:18: error: ‘PATH_MAX’ undeclared (first use in this function)
Common.c:20: error: ‘size_t’ undeclared (first use in this function)
Common.c:20: error: syntax error before ‘i’
Common.c:48: warning: incompatible implicit declaration of built-in function 
‘strcpy’
Common.c:49: error: ‘i’ undeclared (first use in this function)
Common.c:49: warning: incompatible implicit declaration of built-in function 
‘strlen’
Common.c:49: error: ‘SEP’ undeclared (first use in this function)
Common.c:88: error: ‘PyCodeObject’ undeclared (first use in this function)
Common.c:88: error: syntax error before ‘)’ token
Console.c: In function ‘main’:
Console.c:47: error: ‘Py_NoSiteFlag’ undeclared (first use in this function)
Console.c:48: error: ‘Py_FrozenFlag’ undeclared (first use in this function)
Console.c:49: error: ‘Py_IgnoreEnvironmentFlag’ undeclared (first use in this 
function)
Console.c:52: warning: assignment makes pointer from integer without a cast
Traceback (most recent call last):
  File "MakeFrozenBases.py", line 57, in ?
    BuildBase("Console")
  File "MakeFrozenBases.py", line 44, in BuildBase
    raise "Failed to compile %s" % sourceName
Failed to compile Console.c
make: *** 
[/home/admin/systemimager.trunk/initrd_source/src/cx_Freeze-3.0.2.build] Error 1



David, on a separate Ubuntu server said he had come across a similar issue.

It certainly complained loudly about my missing other packages before I could 
./configure succesfully, so I'm wondering if maybe I'm missing a package that 
./configure didn't check for?

Help?

Thank you for your time!

Simón

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to