Displaying 20 results from an estimated 100 matches similar to: "[LLVMdev] install llvm-tv on ubuntu"
2006 Apr 30
1
[LLVMdev] llvm-tv bug?
Hi,
This seems like a llvm-tv bug, but couldn't submit it as llvm.org is down:
llvm[2]: Compiling CFGGraphDrawer.cpp for Debug build
In file included from CFGGraphDrawer.cpp:2:
TVTreeItem.h: In member function `virtual std::string
TVTreeModuleItem::getTitle()':
TVTreeItem.h:66: error: conversion from `const wxChar*' to non-scalar type `
std::string' requested
make[2]: ***
2012 Jun 06
2
[LLVMdev] llvm-tv
I fixed most of the errors.
There is a weird error I am seeing and seems to be some incompatibility in
expanding macros between FileSystem.h in LLVM and intl.h in wxWidgets. Any
idea how to fix this?
In file included from
/home/arhishee/work/llvm-tv/llvm-tv/tools/llvm-tv/GraphDrawer.cpp:4:
In file included from
/home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/FileUtilities.h:18:
In file
2012 Jun 06
0
[LLVMdev] llvm-tv
I fixed all the other build errors. This is the only one pending.
On Tue, Jun 5, 2012 at 8:33 PM, AbhishekR <abhishekr1982 at gmail.com> wrote:
> I fixed most of the errors.
>
> There is a weird error I am seeing and seems to be some incompatibility in
> expanding macros between FileSystem.h in LLVM and intl.h in wxWidgets. Any
> idea how to fix this?
>
> In file
2006 Sep 24
4
SWIG exceptions
I was trying to fix the problem with wxImage and the char */unsigned
char * thing today and I was going to hand-write the functions to
translate between the two. While doing so I decided I''d clean up the
SWIG error message to make it more clear. Here''s an example
SWIG-generated argument error:
in method SetData'', argument 2 of type ''wxImage *''
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
2006 Sep 15
2
wxCursor files
This implements the wxCursor demo and includes a patch to
RubyConstants.i needed to make the cursors work right. pointy.png goes
into the icons directory
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2004 Apr 22
13
Rake and VC++ 6
Has anybody tried the new wxruby-swig from the msvc++ command line
compiler using ''rake''? The rakefile seems to depend on the wx_config
method, which doesn''t exist for msw because it doesn''t have BASH to
execute the shell script. Has anyone hacked the rakefile to fix this?
Nick
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
2007 Jun 05
0
[1045] trunk/wxruby2/swig/classes/include/wxImage.h: Add missing Size and Resize methods in Wx::Image
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2005 May 06
3
Problems setting image data
Hi,
I''ve been having some intermittent (but repeatable) problems using
Image#set_data. In some cases, I get just a black image drawn after I''ve set
a (non-black) image. Other times I get a MSVC++ runtime exception. It
happens on the same files at the same time. I''m confident that I''m setting
the correct amount of data for the image size. (Note: Ruby 1.8.2,
[1007] trunk/wxruby2/swig: Fixed Wx::Image#scale and rescale signature, also added needed constants.
2007 May 04
0
[1007] trunk/wxruby2/swig: Fixed Wx::Image#scale and rescale signature, also added needed constants.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2011 Jun 06
2
re-installing a software (office 2007)
Dear Friends,
I am using wine version 1.1.37 in fedora 10. I have been using ms office
2007. Suddenly word behaves in a strange way that when i open word, the
system hangs. I would like to re-install the ms office application. So i
would like to know,
How to un-install the existing version and install the ms office once again
?.
Thanks in advance,
Bala
-------------- next part --------------
An
2010 Nov 29
1
Setting default path to library
Hello
I recently upgraded from 2.11.1 to 2.12.0 on a windows machine. When I
launch R via TINN - R,(2.3.7.0) most things appear correct. The exception
is the path to the library.
I store all of the packages in C:\Program_Files \R\R-2.12.0\library
Last week when I upgraded I rec'd an error:
Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths()))) :
there is no package called
2001 Aug 20
1
Might and Magic 6 DLL error.
Hello all,
I have been trying to get MM6 to run with Wine and recieve an error relating
when the system trys to load mss32.dll.
I have read in a previous post in the archives someone was having the same
trouble and mentioned to run wine with --winver nt40. I tried this but the
system just hangs when launching the app.
There is a section in wine/config about special dll's. Is it
2005 Aug 30
1
Patch to controls.rb
This patch fixes the controls.rb sample so the images load properly on
windows.
On windows, wxIcon does -not- descend from wxImage. This means it does
not have access to the image handling routines wxImage does.
Furthermore, despite the documentation, it does -not- support XPM icons
on Windows. The solution is to just not use icons where images are
needed. The second solution was to
2006 Sep 24
3
Darcs mirror, some fixes & rake patches...
Hi,
as our repository has now been switched to SVN I have stopped my
darcs-mirror. Is anyone still interested in the darcs mirror? I would
have to set up a new one for the SVN then, since I can''t reuse the
history of the CVS import. If no one requires the darcs mirror, I would
just trash the darcs repository and reactivate it if need arises.
In other news, I have some small fixes for
2012 Jul 27
1
C code validation
Dear R-devel,
I'm trying to validate the results from a C function, against a (trial
and tested) older R function. For reasons unknown to me, the C
function seems to give different result sometimes at each trial, even
with the very same data.
These are the relevant outputs from R:
> library(QCA)
Loading required package: lpSolve
> benchmark <- function(x, y) {
+ index <- 0
2006 Sep 21
2
wxImage patches
These patches allow the RMagick sample to work with wxRuby2. They also
open up some functions that were %ignored that probably shouldn''t be (at
least with the typemap adjustment).
I think we may need to visit (or document carefully) what happens when
you pass in a string of data to the constructor or to SetAlpha. We need
to decide which setting of static_data is correct for the
2006 Aug 24
1
Patch to wxImage.h
This patch fixes the name of FindHandlerMime.
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users