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

Build NSIS installer for rust toolchain on windows #522

Closed
graydon opened this issue Jun 20, 2011 · 1 comment
Closed

Build NSIS installer for rust toolchain on windows #522

graydon opened this issue Jun 20, 2011 · 1 comment

Comments

@graydon
Copy link
Contributor

graydon commented Jun 20, 2011

The NSIS ( http://nsis.sourceforge.net ) installer is probably the best bet for deployment on windows. Make a basic package that installs rustc and the docs and libs to C:\Program Files\Rust or such.

@espindola
Copy link

I am not familiar with windows, but since I am doing the driver side I can give this a try.

keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
For compatibility reasons, Solaris historically had its header files
setup so that, unless specifically requested through specific header
defines, either the old pre-POSIX interfaces or POSIX.1c Draft 6
interfaces were used. However, in the case of rust, since these symbols
are linked directly instead of via system header files, the underlying
posix symbol name can be used directly instead.

These definitions should be corrected to match what they do on almost
every other platform.

Be aware this is a breaking change in terms of interface for any crates
/ consumers of these interfaces for Solaris.

Fixes rust-lang#522
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
posix definitions should be used on Solaris

For compatibility reasons, Solaris historically had its header files
setup so that, unless specifically requested through specific header
defines, either the old pre-POSIX interfaces or POSIX.1c Draft 6
interfaces were used. However, in the case of rust, since these symbols
are linked directly instead of via system header files, the underlying
posix symbol name can be used directly instead.

These definitions should be corrected to match what they do on almost
every other platform.

Be aware this is a breaking change in terms of interface for any crates
/ consumers of these interfaces for Solaris.

Fixes rust-lang#522
pdietl pushed a commit to pdietl/rust that referenced this issue Apr 23, 2020
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
* Better print message

* Fix cache whole allocation

* Fix loop rematerialization

* Fix flakey alloc order

* Reverse erasure
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

No branches or pull requests

2 participants