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

Windows build is broken #2763

Closed
catamorphism opened this issue Jun 30, 2012 · 2 comments
Closed

Windows build is broken #2763

catamorphism opened this issue Jun 30, 2012 · 2 comments
Labels
O-windows Operating system: Windows
Milestone

Comments

@catamorphism
Copy link
Contributor

The last WIndows build (of 172fb17 ) failed with:

compile_and_link: i686-pc-mingw32/test/run_pass_stage2_driver-i686-pc-mingw32.exe 

tmp/run_pass_stage2_driver.rs tmp/run_pass_stage2_driver.rs:51:4: 51:17 error: this function takes 1 parameter 
but 0 parameters were supplied tmp/run_pass_stage2_driver.rs:51 t_21::main(); 

and a bunch of other similar errors. I don't know that this run_pass_stage_2_driver.rs file is -- it seems to be Windows-specific. make check passes on my Mac. This seems unrelated to the last change I pushed.

@brson
Copy link
Contributor

brson commented Jun 30, 2012

This is a problem with the combine-tests.py script used by check-fast not understanding the changing vector syntax. I pushed a fix.

@brson brson closed this as completed Jun 30, 2012
@catamorphism
Copy link
Contributor Author

Thanks Brian!

oli-obk pushed a commit to oli-obk/rust that referenced this issue Jan 30, 2023
RalfJung pushed a commit to RalfJung/rust that referenced this issue Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-windows Operating system: Windows
Projects
None yet
Development

No branches or pull requests

2 participants