Windows status #1288
Replies: 4 comments 14 replies
-
Hey Fabien, rez does work and support Windows. There are some gotchas on Windows and Documentation is not necessarily reflecting these properly as of yet. Particularly handling Paths and Environment Variables can be tricky with rez. That can be very unintuitive but has good reasons. Could you explain in a bit more detail what you want to achieve, what you tried and how it failed? Cheers, |
Beta Was this translation helpful? Give feedback.
-
I tried to make something as simple as possible :
|
Beta Was this translation helpful? Give feedback.
-
Hi @servantftechnicolor, I made msvc and vs when I encountered the same roadblocks on Windows. Those issues manifest from the fact that rez doesn't come with batteries included to build cmake projects. You need visual studio and cmake to be available in the rez environment and it seems on Windows, at least for the time being, the way to get those in the environment is for them to be provided by packages. The msvc (14.16) package is essentially the same as vs (15) with the only major differences being the former provides just the basic build tools and the latter additionally provides These packages only provide the bare minimum of build tools to compile C++ using nmake, cl, etc..., and provide the built-in cmake. The installer, for whichever package you might choose, you must download yourself from the Microsoft website. Shortcut link is included in the README. They use Maybe if you're up to the task, you could give any one of those packages a try. I've had much success using them to build practically all my projects, Python or C++. I love how simple it is to build Python projects especially. When you have downloaded and built a package, just include it as one of your |
Beta Was this translation helpful? Give feedback.
-
The thing is though, there's no help to show for the cmake plugin (for eg)
beyond cmake's own help. Rez is just allowing you to pass args as a
passthrough.
…On Fri, 22 Apr 2022, 22:41 Jonas Avrin, ***@***.***> wrote:
Good to know, thanks. As you said, it seems imperative to me that they'd
also output their help to the terminal. It is a plugin, but it feels like
it's part of rez. If I recall, there's impetus to split plugins off into
separate repos though? That usage of rez i is also unintuitive in my
opinion. Maybe a --list-plugins would be better?
—
Reply to this email directly, view it on GitHub
<#1288 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMOUSW2HRYB7RLAK52FTHDVGKM6BANCNFSM5TYCEZRA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello,
Is there some place to find information on rez for windows ?
I see various very old discussions and PRs.
I tried on my computer and it doesn't work as is (not finding nmake even using the vs command line).
Is there something working somewhere ? Are there some planned release ?
Thanks
Fabien
Beta Was this translation helpful? Give feedback.
All reactions