On Sat, 2010-08-07 at 08:49 -0500, John Arbash Meinel wrote: > ... > >> Hi, > >> > >> your package FTBFS everywhere: > >> | building 'meliae._loader' extension > >> | gcc -pthread -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall > >> -wstrict-prototypes -g -o2 -g -wall -o2 -fpic -i/usr/include/python2.6 -c > >> meliae/_loader.c -o > >> /build/buildd-meliae_0.3.0-1-i386-uauioo/meliae-0.3.0/./build/temp.linux-i686-2.6/meliae/_loader.o > >> | gcc: meliae/_loader.c: no such file or directory > >> | gcc: no input files > >> | error: command 'gcc' failed with exit status 1 > > > > The relevant error appears to be: > > > > pyrexc meliae/_loader.pyx --> meliae/_loader.c > > /build/buildd-meliae_0.3.0-1-alpha-uBkXHS/meliae-0.3.0/meliae/_loader.pyx:626:36: > > Syntax error in C variable declaration > > building 'meliae._loader' extension > > > > John, does meliae require a particular version of Pyrex? > > > > Cheers, > > > > Jelmer > > Actually, I've been using Cython to build it. It seems Pyrex needs a > forward declaration. > > On the other hand, Pyrex also refuses to let me use sizeof(Class), and > the workarounds are really ugly. > > Is it possible to change it so that Meliae requires cython to compile? > If it is hard, I can try to write Pyrex portable code, but I keep > running into bits that are much nicer in Cython. Depending on cython isn't a problem. I'll update the package, thanks!
Cheers, Jelmer
signature.asc
Description: This is a digitally signed message part

