[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
Török Edwin
edwintorok at gmail.com
Mon Feb 14 13:56:12 PST 2011
On 2011-02-14 23:44, Török Edwin wrote:
> On 2011-02-14 23:33, Török Edwin wrote:
>> On 2011-02-14 23:11, Talin wrote:
>>> OK I figured out what the problem was - I assume you are trying to
>>> compile under Snow Leopard?
>>
>> No, I should've mentioned it: this is Debian unstable x86_64, and
>> wxwidgets is definetely 64-bit.
>> Maybe its just something messed up on my system (had 2.9.1 in
>> /usr/local/). Willtry removing that and reinstalling 2.8.
>
> OK, I figured, I have to set CMAKE_BUILD_TYPE to Release and then
> everything works.
And Debug mode works, if I install the -dbg package and set wxwidget's
USE_DEBUG in the cmake-gui. Without the -dbg package installed it keeps
resetting to off (the USE_DEBUG variable).
> With an empty CMAKE_BUILD_TYPE it doesn't work, maybe because LLVM
> defines _DEBUG and that confuses wxwidgets into a debug mode, and fails
> because wxwidgets is really built in release mode?
> Don't know...
>
> Best regards,
> --Edwin
>
More information about the llvm-dev
mailing list