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

I have problem with compiling. #1

Closed
hojungjung opened this issue Jan 15, 2014 · 3 comments
Closed

I have problem with compiling. #1

hojungjung opened this issue Jan 15, 2014 · 3 comments

Comments

@hojungjung
Copy link

Hi! I am trying to experiment this algorithm.
However, I have a problem with compile file
I think second option should be change -o into -O, but still do not contain 'features.m'.
Does it same file with features.cc??

compile
compiling features.cc
Usage:
MEX [option1 ... optionN] sourcefile1 [... sourcefileN]
[objectfile1 ... objectfileN] [libraryfile1 ... libraryfileN]

Use the -help option for more information, or consult the MATLAB API Guide. 

C:\PROGRA~1\MATLAB\R2013A\BIN\MEX.PL: Error: Unrecognized switch: -o.

エラー mex (line 206)
正常に終了できません。

エラー compile (line 4)
mex -o internal/features.cc -o internal/features

@quantombone
Copy link

This is a Window compilation issue. The HOG inversion Github front page reports that some Windows users had these compilation issues. I know personally that Windows computers are hard to find at MIT, but when the issue gets fixed it will be posted on the main Github page.

@cvondrick
Copy link
Owner

Thanks for the report! We are investigating this issue now, and we'll get back to you.

The issues is with how MATLAB is configured for MEX on Windows. On some systems, it is setup correctly. But, it seems that sometimes MEX is not setup correctly.

@hojungjung
Copy link
Author

Thank you for your reply!

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

3 participants