search for: inlinestub

Displaying 3 results from an estimated 3 matches for "inlinestub".

Did you mean: inlinestubs
2007 Jul 28
1
Fxruby 1.6.11 installation error
...ad_status'' without previous declaration /usr/lib/ruby/1.8/i686-linux/intern.h:207: error: invalid type in declaration before '';'' token In file included from include/FXRuby.h:825, from include/FXRbCommon.h:93, from ui_wrap.cpp:584: include/inlinestubs.h: In function ''void FXApp_init(FX::FXApp*, VALUE, bool)'': include/inlinestubs.h:20: warning: deprecated conversion from string constant to ''char*'' make: *** [ui_wrap.o] Error 1 Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/fxruby-1.6.11 for i...
2009 Feb 17
2
install.rb:655:in `command'': system("make") failed (RuntimeError) (GatoLinux)
...FXRuby; then, I ran: > > ruby install.rb setup followed by ruby install.rb install > > but I got this installation error: > > > In file included from include/FXRuby.h:825, > from include/FXRbCommon.h:93, > from ui_wrap.cpp:584: > include/inlinestubs.h: In function `void FXApp_init(FX::FXApp*, VALUE, > bool)'': > include/inlinestubs.h:20: error: `RARRAY_LEN'' was not declared in this > scope > ui_wrap.cpp: In function `void > FXFileSelector_setPatternList(FX::FXFileSelector*, VALUE)'': > ui_wrap.cpp:10...
2017 Aug 24
1
Invalid Signature of orc::RTDyldObjectLinkingLayer::NotifyLoadedFtor
...the other hand doesn't make use of the notification.It can however be reproducedthere too: diff --git a/tools/lli/OrcLazyJIT.h b/tools/lli/OrcLazyJIT.h index 47a2acc4d7e..41a7c99413b 100644 --- a/tools/lli/OrcLazyJIT.h +++ b/tools/lli/OrcLazyJIT.h @@ -62,7 +62,11 @@ public:               bool InlineStubs)        : TM(std::move(TM)), DL(this->TM->createDataLayout()),         CCMgr(std::move(CCMgr)), -       ObjectLayer([]() { return std::make_shared<SectionMemoryManager>(); }), +       ObjectLayer([]() { return std::make_shared<SectionMemoryManager>(); }, +              [this](llv...