Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Fixing build-errors on Windows #409

Merged
merged 1 commit into from
Feb 6, 2019

Conversation

apacha
Copy link
Contributor

@apacha apacha commented Feb 6, 2019

This PR fixes the build-errors on Windows caused by invalid types when calling THCC……eilDiv. Adding type-cast to (long) to first parameter to fix the errors.

Resolved issue: #254
Simpler alternative to: #271

…eilDiv. Adding type-cast to (long) to first parameter to fix the errors.
@facebook-github-bot
Copy link

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Feb 6, 2019
@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

Copy link
Contributor

@fmassa fmassa left a comment

Choose a reason for hiding this comment

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

Awesome, thanks a lot!

@fmassa fmassa merged commit d3fed42 into facebookresearch:master Feb 6, 2019
@apacha apacha deleted the fix-windows-build branch February 28, 2019 09:51
wswday added a commit to wswday/mmdetection that referenced this pull request Jul 13, 2019
1.Adding 'cxx' key for extra_compile_args
2.Adding type-cast to long for first parameter of THCCeilDiv facebookresearch/maskrcnn-benchmark#409
3.Ignoring resource setting on windows
hellock pushed a commit to open-mmlab/mmdetection that referenced this pull request Jul 13, 2019
* Fixing build-errors on Windows (add some compile args, which are default on Linux)

* Fixing build-errors on Windows

* minor formatting

* Fixing errors on windows

1.Adding 'cxx' key for extra_compile_args
2.Adding type-cast to long for first parameter of THCCeilDiv facebookresearch/maskrcnn-benchmark#409
3.Ignoring resource setting on windows

* update the order of import statements
Lyears pushed a commit to Lyears/maskrcnn-benchmark that referenced this pull request Jun 28, 2020
…eilDiv. Adding type-cast to (long) to first parameter to fix the errors. (facebookresearch#409)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants