-
Notifications
You must be signed in to change notification settings - Fork 19
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
CMake error in win32 #4
Comments
This is in WIN32 env, windows 7 64 bits |
This looks like a mistake where a reference to an internal Mendeley Desktop helper macro was added to the repository. The code for the
|
Hi, Thanks, nice. I will do a pull request. The unit test does not succeed here (os:OpenSuse).
Do you thinks about using travis to test this build ? |
I think you should add a git submodule to https://chromium.googlesource.com/breakpad/breakpad and use the last version, because it works with an updated version. |
I am facing same problem. Is there any solution to compile this code on Windows? |
I've forked original repo and using Mendeley cmake code here: I'm trying to also integrate breakpad with wxwidgets here |
Thanks @nicolas-f, let me check your repo on all platforms (Mac, Windows, Linux) and let you know if I face any problem in it. |
@nicolas-f But I am facing this problem: [ 45%] Linking CXX executable dump_syms Seems like that some library is missing in linking phase. |
I first started with Mac. I faced few problem and fix the issues. Please find attach is the fixed version of cmake file. Now moving to ubuntu to test it. |
@nicolas-f
|
@ashar02 You must compile with c++11 support .http://en.cppreference.com/w/cpp/language/nullptr |
I have updated CMakeLists.txt and compiled against the latest google breakpad repository. It includes additional support for Xcode 10. And I updated disasm and minidump_stackwalk to compile on Windows. |
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Originally derived from Mendeley/breakpad#4.
Hi,
I have this error in the CMake script:
Can't find any definition of the ide_group_sources method
Thanks
The text was updated successfully, but these errors were encountered: