Displaying 4 results from an estimated 4 matches for "wxconcat_help".
Did you mean:
wxconcat_helper
2012 Jun 06
2
[LLVMdev] llvm-tv
...^
/usr/local/include/wx-2.8/wx/intl.h:48:55: note: expanded from:
#define _(s) wxGetTranslation(wxT(s))
^
/usr/local/include/wx-2.8/wx/wxchar.h:235:36: note: expanded from:
#define wxT(x) wxCONCAT_HELPER(L, x)
^
/usr/local/include/wx-2.8/wx/cpp.h:17:37: note: expanded from:
#define wxCONCAT_HELPER(text, line) text ## line
^
<scratch space>:61:1: note: expanded from:
Lv
^
In file included from
/home/arhishee/work/llvm-tv/...
2012 Jun 06
0
[LLVMdev] llvm-tv
...^
> /usr/local/include/wx-2.8/wx/intl.h:48:55: note: expanded from:
> #define _(s) wxGetTranslation(wxT(s))
> ^
> /usr/local/include/wx-2.8/wx/wxchar.h:235:36: note: expanded from:
> #define wxT(x) wxCONCAT_HELPER(L, x)
> ^
> /usr/local/include/wx-2.8/wx/cpp.h:17:37: note: expanded from:
> #define wxCONCAT_HELPER(text, line) text ## line
> ^
> <scratch space>:61:1: note: expanded from:
> Lv
> ^
> In file in...
2012 Jun 06
0
[LLVMdev] llvm-tv
On 6/5/12 7:45 PM, AbhishekR wrote:
> Thanks John. I verified that and poolalloc builds with LLVM 3.0. I
> used clang for compiling wxWidgets, LLVM 3.0 and poolalloc.
>
> But llvm-tv build still gives build error. I take it that llvm-tv is
> still incompatible with these versions of poolalloc and LLVM 3.0. I
> think the code is manageable - couple of files in lib,include and
2012 Jun 06
3
[LLVMdev] llvm-tv
Thanks John. I verified that and poolalloc builds with LLVM 3.0. I used
clang for compiling wxWidgets, LLVM 3.0 and poolalloc.
But llvm-tv build still gives build error. I take it that llvm-tv is still
incompatible with these versions of poolalloc and LLVM 3.0. I think the
code is manageable - couple of files in lib,include and some 30 odd small
files in tools directory. I'll have a look at