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

macOS Support #27

Merged
merged 7 commits into from
Jul 10, 2018
Merged

macOS Support #27

merged 7 commits into from
Jul 10, 2018

Conversation

Maroc-OS
Copy link
Contributor

@Maroc-OS Maroc-OS commented Jul 4, 2018

This is a pull request to Support macOS and fix a compilation error in INFO_MSG called at line 154, file idaplugin.cpp

This is Also a FIX compilation error "qtstring to char*"
```
/retdec-idaplugin/src/idaplugin/idaplugin.cpp:159:6: error: cannot pass non-trivial object of type 'qstring' (aka '_qstring<char>') to variadic function;
      expected type from format string was 'char *' [-Wnon-pod-varargs]
                                        fncName,
                                        ^~~~~~~
```
FIX infinite loop asking for file on Linux/macOS, and fix crash when browsing files.
@PeterMatula
Copy link
Collaborator

Thanks for both macOS support and for fixing the ask_form() call.

PeterMatula added a commit that referenced this pull request Jul 11, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants