Displaying 4 results from an estimated 4 matches for "common_head".
2011 Jan 27
2
[LLVMdev] Question about compiling plugins for LLVM tools
...tructed, are
getting loaded twice, once for the tool itself, and once for the plugin.
However, I'm not sure how to create my plugin any differently. I'm using
cmake's 'add_library(name SHARED ...)' to create the plugin like so:
add_library(reflector SHARED ${REFLECT_SOURCES} ${COMMON_HEADERS}
${REFLECT_HEADERS})
target_link_libraries(reflector
linker_common
${LLVM_TARGET}
${LLVM_CORE}
${LLVM_SUPPORT}
${LLVM_SYSTEM}
)
Any advice on this?
--
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pi...
2009 Aug 13
2
if_indextoname on Windows?
Hi all,
Windows Vista Home Premium
VC++ 9
According to MSDN, the if_indextoname() function should be included on
Vista:
http://msdn.microsoft.com/en-us/library/bb408408%28VS.85%29.aspx
However, I can''t get mkmf to see it. I tried all of these:
require ''mkmf''
if have_header(''netioapi.h'') # yes
have_func(''if_indextoname'',
2011 Feb 02
0
[LLVMdev] Question about compiling plugins for LLVM tools
...aded twice, once for the tool itself, and once for the plugin.
>
> However, I'm not sure how to create my plugin any differently. I'm using
> cmake's 'add_library(name SHARED ...)' to create the plugin like so:
>
> add_library(reflector SHARED ${REFLECT_SOURCES} ${COMMON_HEADERS}
> ${REFLECT_HEADERS})
> target_link_libraries(reflector
> linker_common
> ${LLVM_TARGET}
> ${LLVM_CORE}
> ${LLVM_SUPPORT}
> ${LLVM_SYSTEM}
> )
>
>
> Any advice on this?
>
Still trying to puzzle this one out...what I think I need is to...
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
I am trying to build wxruby from source, but I have encounter an error.
For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so
because it is missing missing -lruby18
resulting in errors like
wx.cpp:(.text+0x1618): undefined reference to `rb_intern''
wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError''
wx.cpp:(.text+0x1666):