Bug#342212: python-visual - FTBFS: error: expected type-specifier before ';' token

2006-01-13 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

this error looks like a forgotte include on . Please test if
the attached patch fixes the compile problem.

Regards,
  Bastian
- --
  ,''`.  Bastian Kleineidam
 : :' :GnuPG Schlüssel
 `. `'gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
   `-

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDyBbZeBwlBDLsbz4RAqNcAJ9tk8JoderkMHf+ZUKZ5CQjtUgklgCeMSV/
s/oYiseVM/gdmv36Kxu40pU=
=sw1Y
-END PGP SIGNATURE-
--- num_util_impl_numarray.cpp.orig 2006-01-13 22:04:49.063217385 +0100
+++ num_util_impl_numarray.cpp  2006-01-13 22:05:12.037712628 +0100
@@ -6,6 +6,7 @@
 #ifdef VISUAL_HAVE_NUMARRAY
 # define libnumeric_UNIQUE_SYMBOL visual_libnumeric_API
 # define libnumarray_UNIQUE_SYMBOL visual_libnumarray_API
+# include 
 # include 
 # include 
 


Bug#342212: python-visual - FTBFS: error: expected type-specifier before ';' token

2005-12-11 Thread Steve Langasek
clone 342212 -1
reassign -1 python2.3-numarray
thanks

This looks like a bug in python2.3-nummarray to me; this header is not
usable on its own, because it depends on macro definitions from other
headers which it doesn't include.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#342212: python-visual - FTBFS: error: expected type-specifier before ';' token

2005-12-06 Thread Bastian Blank
Package: python-visual
Version: 3.2.1-3
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of python-visual_3.2.1-3+b1 on debian01 by sbuild/s390 79
[...]
> /bin/sh ..//libtool --mode=compile g++  -I/usr/include/python2.3 
> -DHAVE_CONFIG_H -I../include -I..//include -I/usr/include/gtk-1.2 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include  -D_REENTRANT 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include   -I/usr/include/gtk-1.2 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include  -fpic -DPIC -g -Wall -O2 
> -ftemplate-depth-120 -g0 -c -o num_util_impl_numarray.lo 
> num_util_impl_numarray.cpp
>  g++ -I/usr/include/python2.3 -DHAVE_CONFIG_H -I../include -I..//include 
> -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
> -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
> -D_REENTRANT -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
> -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -fpic 
> -DPIC -g -Wall -O2 -ftemplate-depth-120 -g0 -c num_util_impl_numarray.cpp  
> -fPIC -DPIC -o .libs/num_util_impl_numarray.o
> /usr/include/python2.3/numarray/nummacro.h:27: error: expected type-specifier 
> before ';' token
> /usr/include/python2.3/numarray/nummacro.h:27: error: abstract declarator 
> 'PyObject*' used as declaration
> num_util_impl_numarray.cpp: In function 'PyArray_TYPES 
> visual::type(visual::array_types)':
> num_util_impl_numarray.cpp:73: warning: control reaches end of non-void 
> function
> num_util_impl_numarray.cpp: In function 'visual::array_types 
> visual::type(char)':
> num_util_impl_numarray.cpp:105: warning: control reaches end of non-void 
> function
> make[2]: *** [num_util_impl_numarray.lo] Error 1
> make[2]: Leaving directory `/build/buildd/python-visual-3.2.1/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/build/buildd/python-visual-3.2.1'
> make: *** [debian/stamp-makefile-build] Error 2
> **
> Build finished at 20051203-2350
> FAILED [dpkg-buildpackage died]

Bastian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]