This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/14264] __THROW macro in /usr/include/env.h


http://sourceware.org/bugzilla/show_bug.cgi?id=14264

--- Comment #2 from Nizar Abed <nizar at huji dot ac.il> 2012-06-19 08:27:02 UTC ---
I'll provide as much as I know.

It's a c++ code written for simulating neurons.
Using python, cython, numpy and more python modules we compile c++ code:

nizar@binah$ python  setup.py build_ext --inplace

running build_ext
cythoning MainSimulator.pyx to MainSimulator.cpp
building 'MainSimulator' extension
x86_64-pc-linux-gnu-g++ -pthread -fPIC
-I/home/users/nizar/TempotronWebpage/Webpage/SimulatorSandbox/Compiled/Current/source
-I/usr/lib64/python2.7/site-packages/numpy/core/include
-I/usr/include/python2.7 -c MainSimulator.cpp -o
build/temp.linux-x86_64-2.7/MainSimulator.o
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/g++-v4/fenv.h:36:0,
                 from
/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ufuncobject.h:232,
                 from MainSimulator.cpp:282:

/usr/include/fenv.h: In function 'int feclearexcept(int)':
/usr/include/fenv.h:66:42: error: expected primary-expression before ',' token
/usr/include/fenv.h: In function 'int fegetexceptflag(fexcept_t*, int)':
/usr/include/fenv.h:70:64: error: expected primary-expression before ',' token
/usr/include/fenv.h: In function 'int feraiseexcept(int)':
/usr/include/fenv.h:73:42: error: expected primary-expression before ',' token
/usr/include/fenv.h: In function 'int fesetexceptflag(const fexcept_t*, int)':
/usr/include/fenv.h:77:72: error: expected primary-expression before ',' token
/usr/include/fenv.h: In function 'int fetestexcept(int)':
/usr/include/fenv.h:81:41: error: expected primary-expression before ',' token
/usr/include/fenv.h: In function 'int fegetround()':
/usr/include/fenv.h:87:30: error: expected primary-expression before ',' token
/usr/include/fenv.h: In function 'int fesetround(int)':
/usr/include/fenv.h:90:50: error: expected primary-expression before ',' token
/usr/include/fenv.h: In function 'int fegetenv(fenv_t*)':
/usr/include/fenv.h:97:38: error: expected primary-expression before ',' token
/usr/include/fenv.h: In function 'int feholdexcept(fenv_t*)':
/usr/include/fenv.h:102:42: error: expected primary-expression before ',' token
/usr/include/fenv.h: In function 'int fesetenv(const fenv_t*)':
/usr/include/fenv.h:106:46: error: expected primary-expression before ',' token
/usr/include/fenv.h: In function 'int feupdateenv(const fenv_t*)':
/usr/include/fenv.h:111:49: error: expected primary-expression before ',' token
/usr/include/fenv.h: In function 'int feenableexcept(int)':
/usr/include/fenv.h:124:43: error: expected primary-expression before ',' token
/usr/include/fenv.h: In function 'int fedisableexcept(int)':
/usr/include/fenv.h:129:44: error: expected primary-expression before ',' token
/usr/include/fenv.h: In function 'int fegetexcept()':
/usr/include/fenv.h:132:31: error: expected primary-expression before ',' token

glibc-2.14.1
gcc-4.5.3
Linux binah 2.6.34-gentoo-r12 #2 SMP PREEMPT Wed Dec 1 08:13:16 IST 2010 x86_64
AMD Opteron(tm) Processor 252 AuthenticAMD GNU/Linux

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]