Ask Your Question
3

What does the error message "scons: *** Two environments with different actions were specified for the same target: sfpseudodepth" mean?

asked 2023-06-22 21:50:28 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-22 21:51:02 +0000

huitzilopochtli gravatar image

The error message "scons: * Two environments with different actions were specified for the same target: sfpseudodepth" means that there are two different ways to build the target "sfpseudodepth" specified in different environments, and SCons is unable to decide which one to use. This can occur if there are conflicting build rules or specifications in different parts of the SCons configuration. To fix this error, the conflicting build rules should be identified and resolved, or the build should be modified to use only one environment for building the target.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-22 21:50:28 +0000

Seen: 11 times

Last updated: Jun 22 '23