Displaying 4 results from an estimated 4 matches for "_wxmac".
2011 Feb 14
5
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
...e trying to compile
under Snow Leopard? There is a problem with linking against wxWidgets
because the prebuilt binaries for wxWidgets are compiled in 32-bit mode, and
the default compilation mode in Snow Leopard is 64 bits. See this article
for an explanation:
http://wiki.wxwidgets.org/Development:_wxMac#Building_under_10.6_Snow_Leopard
Unfortunately, I am not certain what the right solution is yet. Maybe I'll
have to add a check for Snow Leopard and add a flag to compile in 32-bit
mode. Apparently this problem is solved in the upcoming 2.9 release of
wxWidgets, but that is still an experiment...
2011 Feb 14
0
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
...w Leopard? There is a problem with linking against wxWidgets
> because the prebuilt binaries for wxWidgets are compiled in 32-bit mode, and
> the default compilation mode in Snow Leopard is 64 bits. See this article
> for an explanation:
>
>
> http://wiki.wxwidgets.org/Development:_wxMac#Building_under_10.6_Snow_Leopard
>
> Unfortunately, I am not certain what the right solution is yet. Maybe I'll
> have to add a check for Snow Leopard and add a flag to compile in 32-bit
> mode. Apparently this problem is solved in the upcoming 2.9 release of
> wxWidgets, but tha...
2011 Feb 14
0
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
On 2011-02-14 20:58, Török Edwin wrote:
> On 2011-02-14 20:39, Talin wrote:
>>
>>
>> On Mon, Feb 14, 2011 at 1:17 AM, Renato Golin <rengolin at systemcall.org
>> <mailto:rengolin at systemcall.org>> wrote:
>>
>> I think this deserves a blog post...
>>
>> I'd like to wait until I get some feedback - I don't know yet if
2011 Feb 14
3
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
On 2011-02-14 20:39, Talin wrote:
>
>
> On Mon, Feb 14, 2011 at 1:17 AM, Renato Golin <rengolin at systemcall.org
> <mailto:rengolin at systemcall.org>> wrote:
>
> I think this deserves a blog post...
>
> I'd like to wait until I get some feedback - I don't know yet if anyone
> is having trouble building or running the thing...
Hi Talin,