View Issue Details

IDProjectCategoryView StatusLast Update
0000438ascendbuild-windowspublic2010-03-26 14:03
Reporterjohn 
Assigned Tojohn 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.9.7 
Target Version0.9.8Fixed in Version0.9.8 
Summary0000438: scons fails with error about SUNDIALS_LIBS on Windows
DescriptionFrom Luo Yu:

>
> > I tried building Ascend today, but SCons returned an error
> message as
> >
> > /KeyError: '*SUNDIALS_LIBS*':/
> > /File "C:\ascend\SConstruct", line 944:
> > if not isinstance<env[var],type.ListType>:
> > File
> "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Environment.py"
> > line 404
> > return self._dict[key]
> >
> > /And below is what I've done in order to build the ASCEND
> >
> > 1. I downloaded the "trunk" folder by using SVN
> > 2. I followed the instruction installed all the pre-requisites
> > 3. I typed "scons" in MSYS under the directory where "trunk" folder
> > located, after several "XX function is deprecated" warnings, the
> error
> > message about SUNDIALS came out
> > 4. I then downloaded sundials following the instructions on Wiki and
> > built it
> > 5. The error message was still there.
> > 6. Then I tried to configure the "home directory" of Sundials and
> > re-installed it, and I moved "trunk" to home directory and typed
> > "scons", problem remained unsolved.
> >
> > I thought Sundials is optional in building Ascend. I cannot
> understand
> > why this error came out. Sorry for troubling you. I am still a
> newbie
> > in programming developing. Thanks you for taking time reading
> this email.
TagsNo tags attached.

Relationships

Activities

john

2010-03-26 14:03

administrator   ~0000610

changeset 2733 contains more work to fix this... SUNDIALS can now be detected if installed in /MinGW

Issue History

Date Modified Username Field Change
2010-03-25 10:50 john New Issue
2010-03-25 10:50 john Status new => assigned
2010-03-25 10:50 john Assigned To => john
2010-03-25 10:56 svn
2010-03-25 10:56 svn Status assigned => resolved
2010-03-25 10:56 svn Resolution open => fixed
2010-03-25 10:56 john Fixed in Version => 0.9.8
2010-03-25 10:56 john Target Version => 0.9.8
2010-03-26 14:03 john Note Added: 0000610