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

Remove old import and update import_tools #50

Merged
merged 3 commits into from
Jan 14, 2022
Merged

Conversation

pradal
Copy link
Contributor

@pradal pradal commented Nov 26, 2021

Fix issue #49
Solve problem of build in septo3d

@pradal pradal requested a review from mlabadie November 26, 2021 15:57
Copy link

@mlabadie mlabadie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bug are not solve. When i test it. I get this error

KeyError: 1916:
  File "C:\Users\mlabadie\Documents\GitHub\openalea-incubator\septo3d\SConstruct", line 16:
    env = ALEASolution(options, tools)
  File "c:\users\mlabadie\miniconda3\envs\septo3d\lib\site-packages\openalea.sconsx-2.2.6-py3.8.egg\openalea\sconsx\config.py", line 374:
    compilerconf.UpdateOptions(compileroptions)
  File "c:\users\mlabadie\miniconda3\envs\septo3d\lib\site-packages\openalea.sconsx-2.2.6-py3.8.egg\openalea\sconsx\config.py", line 301:
    tool.option(opts)
  File "c:\users\mlabadie\miniconda3\envs\septo3d\lib\site-packages\openalea.sconsx-2.2.6-py3.8.egg\openalea\sconsx\tools\compiler.py", line 120:
    opts.Add(EnumVariable('MSVC_VERSION', 'Version ','' if not is_conda() else get_default_msvc(), allowed_values=sorted(MsvcVersion.values())+['']))
  File "c:\users\mlabadie\miniconda3\envs\septo3d\lib\site-packages\openalea.sconsx-2.2.6-py3.8.egg\openalea\sconsx\tools\compiler.py", line 50:
    return MsvcVersion[int(version)]

@pradal
Copy link
Contributor Author

pradal commented Nov 29, 2021

Could you give your version of MSVC?

@mlabadie
Copy link

Could you give your version of MSVC?

Visual Studio Community 2017 v15.9.41

@pradal
Copy link
Contributor Author

pradal commented Nov 29, 2021 via email

@mlabadie
Copy link

for information

isual C++ version _MSC_VER
Visual C++ 4.x 1000
Visual C++ 5 1100
Visual C++ 6 1200
Visual C++ .NET 1300
Visual C++ .NET 2003 1310
Visual C++ 2005 (8.0) 1400
Visual C++ 2008 (9.0) 1500
Visual C++ 2010 (10.0) 1600
Visual C++ 2012 (11.0) 1700
Visual C++ 2013 (12.0) 1800
Visual C++ 2015 (14.0) 1900
Visual C++ 2017 (15.0) 1910
Visual C++ 2017 (15.3) 1911
Visual C++ 2017 (15.5) 1912
Visual C++ 2017 (15.6) 1913
Visual C++ 2017 (15.7) 1914
Visual C++ 2017 (15.8) 1915
Visual C++ 2017 (15.9) 1916
Visual C++ 2019 RTW (16.0) 1920
Visual C++ 2019 (16.1) 1921
Visual C++ 2019 (16.2) 1922
Visual C++ 2019 (16.3) 1923
Visual C++ 2019 (16.4) 1924
Visual C++ 2019 (16.5) 1925
Visual C++ 2019 (16.6) 1926
Visual C++ 2019 (16.7) 1927
Visual C++ 2019 (16.8) 1928
Visual C++ 2019 (16.9) 1928
Visual C++ 2019 (16.10) 1929
Visual C++ 2019 (16.11) 1929

@pradal
Copy link
Contributor Author

pradal commented Nov 29, 2021

I will update the code.

@pradal pradal merged commit 1e896d2 into openalea:master Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants