Opened 15 years ago
Closed 15 years ago
#21495 closed defect (invalid)
gsl 1.13 fails to compile - Leopard v1.8.0, ppc, variant gcc43
Reported by: | davidh@… | Owned by: | jochen@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ||
Port: | gsl |
Description (last modified by blb@…)
many, many compile errors initializing constants
version 1.12 is installed cleanly on a i386 system with similar features
gsl @1.12_0+i386 (active) gcc43 @4.3.4_0 (active)
Change History (3)
comment:1 Changed 15 years ago by blb@…
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to jochen@… |
Port: | gsl added |
comment:2 Changed 15 years ago by davidh@…
So sorry for the confusion, but the module is actually py25-gsl.
please close this ticket and I'll open a new one.
Here is an example of the compile error : compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DNUMERIC=0 -DPYGSL_GSL_MAJOR_VERSION=1 -DPYGSL_GSL_MINOR_VERSION=13 -UNDEBUG -I/opt/local/include -IInclude -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c' gcc-4.0: src/constmodule.c In file included from src/constmodule.c:62: src/const_cgs_array.c:17: error: 'GSL_CONST_CGS_BOHR_MAGNETON' undeclared here (not in a function) src/const_cgs_array.c:18: error: 'GSL_CONST_CGS_NUCLEAR_MAGNETON' undeclared here (not in a function)
comment:3 Changed 15 years ago by jochen@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
Okay, please link the
Please attach debug output (from running
sudo port -d install gsl
).