Displaying 20 results from an estimated 700 matches similar to: "[LLVMdev] link-error: different visibilities"
2009 Sep 02
0
[LLVMdev] link-error: different visibilities
gauss wrote:
> When I use llvm-2.5 to compile gnash which is a GNU flash movie player, some
> errors appeared as follow:
>
> llvm-ld: error: Cannot link in module
> '../libcore/.libs/libgnashcore.a(movie_root.o)': Linking globals named
> '_ZNKSt6vectorIN5gnash8geometry7Range2dIfEESaIS3_EE4sizeEv': symbols have
> different visibilities!
>
> Because the
2009 Sep 02
0
[LLVMdev] link-error: different visibilities
gauss wrote:
> When I use llvm-2.5 to compile gnash which is a GNU flash movie player, some
> errors appeared as follow:
>
> llvm-ld: error: Cannot link in module
> '../libcore/.libs/libgnashcore.a(movie_root.o)': Linking globals named
> '_ZNKSt6vectorIN5gnash8geometry7Range2dIfEESaIS3_EE4sizeEv': symbols have
> different visibilities!
>
> Because the
2008 Mar 15
2
Gnash 0.8.2 rpm for CentOS 4?
Does anyone know if there is a Gnash rpm available for CentOS 4?
I have tried compiling it myself but run into dependency problems.
I looked here
http://dag.wieers.com/rpm/packages/gnash/
but there is only 0.8.2 for el5 not el4.
--
Robert Arkiletian
Eric Hamber Secondary, Vancouver, Canada
Fl_TeacherTool http://www3.telus.net/public/robark/Fl_TeacherTool/
C++ GUI tutorial
2009 Apr 03
1
swfdec-player - error
Hi,
I have problem strange with swf.
When i run:
$ swfdec-player http://www.pibmug.com/files/map_test.swf
it's run swf. Everything is OK
But when I try this swf:
$ swfdec-player http://www.fi.muni.cz/~xstancek/lineChart.swf
SWFDEC: ERROR: swfdec_sprite_movie.c(286):
swfdec_sprite_movie_perform_place: using non-implemented clip events 256
.......
SWFDEC: ERROR:
2010 Aug 27
5
[LLVMdev] How to demange C++ names
Hi Renato,
> > Just wondering if LLVM has any command options or tool to allow for
> > demangling C++ names from the LLVM bitcode?
>
> c++filt?
Do you refer to any particular version of c++filt? I tried, but seemed
not to work. For example, when I run a command as below:
c++filt _ZNSt4listIiSaIiEEaSERKS1_
The output remains the same as the input symbol.
By the way,
2015 Aug 22
2
SSE return w/ elf64 ABI
Hi,
LLVM made a change a few months ago and starting erroring out when a float
is returned in x64 and SSE is disabled. This makes sense, really, since
it's specified by the ABI that the return value must be put in a register
you were told to disable, but it's breaking soft floats in Rust on x64. It
seems there are two options: LLVM could break the ABI spec and have working
soft floats on
2009 May 15
3
The "core32" development branch
Well, there is now a development branch in the git repository, which
contains the infrastructure needed for rewriting the core in C. As an
initial test case it simply contains a "Hello, World!" and a rewrite of
rllpack in C.
This is not production code in any way: SYSLINUX (the FAT version) is
completely broken (I haven't had time to fix the installers yet) and the
Linux kernel
2009 Sep 18
1
Package crashes R under Windows Vista
Dear all,
Please, please I really need your help, since I am not able to solve the
problem myself:
It seems that until now most Windows users of my Bioconductor package
"xps" use Windows XP, but recently a user tried to use it on Windows
Vista where it crashed R immediately. Since I assume that some users may
migrate to the upcoming Windows 7 where the problem will be the same, I
2008 Dec 21
2
[Bug 19213] New: it can't support chumby widgets function
http://bugs.freedesktop.org/show_bug.cgi?id=19213
Summary: it can't support chumby widgets function
Product: swfdec
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: library
AssignedTo: swfdec at lists.freedesktop.org
2010 Aug 27
3
[LLVMdev] How to demange C++ names
Hey all,
Just wondering if LLVM has any command options or tool to allow for
demangling C++ names from the LLVM bitcode?
Thanks!
Best,
Xiaolong
2010 Aug 27
0
[LLVMdev] How to demange C++ names
On 27 August 2010 18:56, Xiaolong Tang <xiaolong.snake at gmail.com> wrote:
> Just wondering if LLVM has any command options or tool to allow for
> demangling C++ names from the LLVM bitcode?
c++filt?
--renato
2010 Aug 27
0
[LLVMdev] How to demange C++ names
On Aug 27, 2010, at 11:43 AM, Xiaolong Tang wrote:
> Hi Renato,
>
>>> Just wondering if LLVM has any command options or tool to allow for
>>> demangling C++ names from the LLVM bitcode?
>>
>> c++filt?
>
> Do you refer to any particular version of c++filt? I tried, but seemed
> not to work. For example, when I run a command as below:
>
>
2008 Dec 05
2
Error in R CMD INSTALL on Windows XP using Rtools28
Dear all
When trying to install my package on Windows XP on my Mac, I get the
following error:
---------- Making package xps ------------
...
...
xpsDict.cxx
"C:\Programme\Microsoft Visual Studio 9.0\VC\bin/link" /dll /def:xps.def
/out:xps.dll fp10.obj -opt:noref -nologo -include:_G__cpp_setupG__Hist
-include:_G__cpp_setupG__Graf1 -include:_G__cpp_setupG__G3D
2011 Feb 15
3
[LLVMdev] C++ Mangled Names
I have encountered a need for manually generating the mangled name of an
arbitrary C++ function. The only way I currently know how to do this is
to generate a dummy C++ source file, compile it, and look at the
output. This approach is so ugly that I would like for it never to see
the light of day. The c++filt tool generates demangled C++ names given
the mangled ones, which is the opposite
2008 Apr 29
1
mozilla-plugin: getting the url of the current web page
Hi,
is there a way to get the current page url from the mozilla plugin?
I've tried to port the gnash implementation
(plugin.cpp nsPluginInstance::getCurrentPageURL()) but firefox dies
because of missing symbols (NPN_GetValue), I see there's some tricks on
reimplementig the npapi but can't understand it.
Any hint?
thanks,
riccardo
2005 Oct 19
2
Filter design in R?
Dr. Williams,
I ran across your inquiry on one of the R-help mailing lists regarding
digital filter design and implementation. I found no response to your
email in the archives and was wondering if you were able to find anything.
Thanks,
Israel
--
Israel Christie, Ph.D.
Email: ichristie at gmail.com
Phone: 865.766.0214
Mobile: 865.406.4615
2008 May 29
2
FFT Resampler
>> Yes, I plan to use it in a VoIP environment if I can get latency reduced to
>> an acceptable level :)
>> The latency depends directly on the overlap parameter, which also controls
>> the quality. Higher quality => higher latency. You could set the overlap to
>> 0, but that would give you some nasty artifacts.
>> You can also resample with smaller block
2010 Aug 27
0
[LLVMdev] How to demange C++ names
On 08/27/2010 01:43 PM, Xiaolong Tang wrote:
[snip]
> c++filt _ZNSt4listIiSaIiEEaSERKS1_
>
> The output remains the same as the input symbol.
>
> By the way, when I run
>
> c++filt -v
>
> It outputs:
>
> GNU c++filt 070207 20070207
> Copyright 2005 Free Software Foundation, Inc.
> This program is free software; you may redistribute it under the
2008 Jun 04
2
[LLVMdev] Question about circular dependency checker
So I decided to bundle up the small amount of work I've done on
generating source-level debugging info into a DebugInfoBuilder class
like I described earlier. I went and added a new file to the "Support"
directory (in include and lib). However, when I try to compile it, it
complains of a circular dependency error between libCore and libSupport:
find-cycles.pl: Circular
2007 Mar 27
2
Re: [Gnash] Fw: Linux.com: Swfdec Officially Adds Flash 7 Video Support (But Not 8 or 9)
Does swfdec work on AMD 64-bit systems?
On 3/27/07, D?niel Fraga <fragabr@gmail.com> wrote:
> URL:
> http://linuxtoday.com/news_story.php3?ltsn=2007-03-27-010-26-NW-SW-DV
> Free software fans of YouTube jumped for joy last week when developer
> Benjamin Otte announced on his blog that the free Swfdec Flash player
> has reached the point where it can play YouTube's Flash