Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in preconfig script - VCS NonIdeal equilibrium solver #8

Closed
GoogleCodeExporter opened this issue Mar 26, 2015 · 4 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. compilation of SVN code

What is the expected output? What do you see instead?

 VCS NonIdeal equilibrium solver is not compiled

What version of the product are you using? On what operating system?

 SVN code / 1.8beta tarball

Please provide any additional information below.

 fixed by including the following line at the end of preconfig:

export WITH_VCSNONIDEAL


Original issue reported on code.google.com by ischo...@gmail.com on 7 Jan 2010 at 10:34

@GoogleCodeExporter
Copy link
Author

I tried to build cantera with the VCS nonideal equilibrium solver on two linux 
computers, using the standard Cantera download. After adding the required line 
to the preconfig file, the make process terminated with errors. The errors are 
likely due to not including <string.h>, since memcpy and other such routines 
were not defined.

Original comment by steven.r...@gmail.com on 23 Nov 2010 at 6:21

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by yarmond on 28 May 2011 at 12:58

  • Changed state: Accepted
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

The make process works fine now in rev 735. 
To summarize, to enable the VCS solver, in the preconfig file, change "n" to 
"y":
WITH_VCSNONIDEAL=${WITH_VCSNONIDEAL:="y"}
and add to export section:
export WITH_VCSNONIDEAL

Original comment by christop...@gmail.com on 27 Jul 2011 at 1:07

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Fixed in trunk by the switch to a SCons-based build process.

Original comment by yarmond on 15 Mar 2012 at 7:53

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant