Re: [bug #7670] scons compile issue

2006-11-09 Thread Douglas Kojetin
I downloaded a fresh copy of relax 1.3 using svn and executed 'scons' without making any changes. The modifications you made work well, and the test in 1.3/test_suite/data/curve_fitting finished as expected. Thanks, Doug On Nov 9, 2006, at 3:46 AM, Edward d'Auvergne wrote: That's right,

Re: [bug #7670] scons compile issue

2006-11-09 Thread Edward d'Auvergne
Did you also revert your change to the SCons file 'gnulink.py' which you described at https://mail.gna.org/public/relax-devel/2006-11/msg00098.html (Message-id: [EMAIL PROTECTED])? That was quite an easy process to enable the relax C modules to compile on Mac OS X. Thank you Doug for solving

[bug #7670] scons compile issue

2006-11-08 Thread anonymous
URL: http://gna.org/bugs/?7670 Summary: scons compile issue Project: relax Submitted by: None Submitted on: Wednesday 11/08/2006 at 13:52 CET Category: Scons build system Priority: 5 - Normal

Re: [bug #7670] scons compile issue

2006-11-08 Thread Edward d'Auvergne
Unfortunately that's exactly the message you get when the C modules aren't complied. Actually, does the file ''maths_fns/relax_fit.dylib'' exist? Edward On 11/9/06, Douglas Kojetin [EMAIL PROTECTED] wrote: Hi Edward, Here is the output: % ./relax ImportError: relaxation curve fitting is

Re: [bug #7670] scons compile issue

2006-11-08 Thread Douglas Kojetin
On Nov 8, 2006, at 12:14 PM, Edward d'Auvergne wrote: On 11/9/06, Douglas Kojetin [EMAIL PROTECTED] wrote: I worked out some settings so that I no longer receive the error. The steps I used are outlined below: (1) grabbed a clean 1.3 source via svn (2) changed the first in the 'relax' file

Re: [bug #7670] scons compile issue

2006-11-08 Thread Edward d'Auvergne
I've changed the interpreter in both the 1.2 and 1.3 lines from '/usr/bin/python' to '/usr/bin/env python'. Does this cause problems for anyone? Edward On 11/9/06, Douglas Kojetin [EMAIL PROTECTED] wrote: I worked out some settings so that I no longer receive the error. The steps I used are