similar to: wine in ubuntu. need some help

Displaying 20 results from an estimated 100000 matches similar to: "wine in ubuntu. need some help"

2011 May 16
2
[LLVMdev] Exception handling with the LLVM makefile system
Hi all, I'm having trouble when trying to reuse some functions that use Boost::Exception into my LLVM-based application. As far as I know, LLVM turns off Exception handling (apparently for performance reasons), so I get the following link-time error in a few places: "undefined reference to `boost::throw_exception(std::exception const&)" When I compile the external code from
2011 May 16
0
[LLVMdev] Exception handling with the LLVM makefile system
On 16.05.2011, at 08:44, Pablo Barrio wrote: > Hi all, > > I'm having trouble when trying to reuse some functions that use > Boost::Exception into my LLVM-based application. As far as I know, LLVM > turns off Exception handling (apparently for performance reasons), so I > get the following link-time error in a few places: > > "undefined reference to
2011 May 16
1
[LLVMdev] Exception handling with the LLVM makefile system
On 05/16/2011 05:11 PM, Sebastian Redl wrote: > On 16.05.2011, at 08:44, Pablo Barrio wrote: > >> Hi all, >> >> I'm having trouble when trying to reuse some functions that use >> Boost::Exception into my LLVM-based application. As far as I know, LLVM >> turns off Exception handling (apparently for performance reasons), so I >> get the following
2004 Aug 30
1
[LLVMdev] lib/System Unleashed - Need Your Help!
Hi Vladimir, The LLVM source base used to be dependent on boost but we have removed that dependency because it had a high cost for the relatively small portions of it that we needed. boost is a general purpose C++ library that happens to handle filesystem things in a somewhat portable way. However, lib/System will handle signals, memory mapped files, program execution, and several other things
2007 Jul 11
4
Query scoring - WTF?
Hi! I thought I understood Ferret''s query scoring and how to tweak results using boost values. What I currently experience however, leaves me completely baffled. Perhaps someone can shed some light on the scoring algorithm, because asking Ferret to "explain" the score for a particular document isn''t as informative as I thought. Actually, it confuses me even
2004 Aug 30
0
[LLVMdev] lib/System Unleashed - Need Your Help!
Hi Reid, > With some MacOS help from Nate, I've begun the conversion of LLVM to use > lib/System, the operating system independence layer. Currently, the > library has implementations for three abstractions: Path, Program, and > Signals. Did you consider using boost::filesystem for Path abstraction? See the documentation on: http://boost.org/libs/filesystem/doc/index.htm
2016 Jun 15
2
[RFC] LLVM Coroutines
Hi Sanjoy, >> I'm not familiar with fiber-type APIs, but I assume fiber_fork is like >> setjmp, in that it can "return twice"? Yes, user-mode stack switching API are somewhat similar to setjmp. Here are links to a doc page and implementation, just in case you are curious: http://www.boost.org/doc/libs/1_59_0/libs/context/doc/html/context/context.html
2010 Nov 25
2
[LLVMdev] request for windows unicode support
Hi! Of course nobody wants to implement unicode support for windows because windows should support an utf8-locale and windows is obsolete anyway ;-) But there is a simple solution: use boost::filesystem::path everywhere you use file names and paths, for example in clang::FileManager::getFile. With version 3 opening a file is easy: std::fstream file(path.c_str()). Internally
2010 Nov 25
0
[LLVMdev] request for windows unicode support
On Nov 25, 2010, at 5:01 PM, Jochen Wilhelmy <j.wilhelmy at arcor.de> wrote: > Hi! > > Of course nobody wants to implement unicode support for windows > because windows should support an utf8-locale and windows is obsolete > anyway ;-) > > But there is a simple solution: use boost::filesystem::path everywhere you > use file names and paths, for example in
2007 Jun 01
0
[LLVMdev] Advice on a VStudio specific patch
On 31/05/07, Chuck Rose III <cfr at adobe.com> wrote: > Here are the two problem areas: > > RegisterInfoEmitter.cpp > > // Emit the subregister + index mapping function based on the > information > // calculated above. > OS << "unsigned " << ClassName > << "::getSubReg(unsigned RegNo, unsigned Index) const {\n" >
2010 Nov 26
3
[LLVMdev] request for windows unicode support
On 25.11.2010 23:56, Michael Spencer wrote: > On Nov 25, 2010, at 5:01 PM, Jochen Wilhelmy <j.wilhelmy at arcor.de > <mailto:j.wilhelmy at arcor.de>> wrote: > >> Hi! >> >> Of course nobody wants to implement unicode support for windows >> because windows should support an utf8-locale and windows is obsolete >> anyway ;-) >> >> But
2005 Sep 01
1
Wine Font Problem with VB app in Ubuntu
Greetings. I have been trying to run a VB6 application in Ubuntu using Wine, but it has a significant font issue. Having been successful in RedHat, where there was no problem running the Application's fonts in Wine, it is puzzling why this is not so in Ubuntu. I have followed the support messages (both archived and current) to try to correct the problem. I have installed the
2016 Jun 12
2
[RFC] LLVM Coroutines
I think I got it. Original model (with coro.fork and two-way coro.suspend) will work with a tiny tweak. In the original model, I was replacing coro.suspend with br %return in original function. The problem was coming from potential phi-nodes introduces into return block during optimizations. Let's make sure that there is only entry into the return block. In the original model, ReturnBB had
2010 Feb 25
1
Need help to install wine software in ubuntu
Hi, Can anyone help me out to install wine software in ubuntu through terminal?What is the exact code for installation. Thanks
2008 Aug 18
5
MT9 Capabilities
Sorry, but i wasn't sure the best place to post this. I was looking for some forums but it doesn't look like Xiph has any official ones. Anyways, i heard about this MT9 think a while ago and i thought it would be awesome if FLAC, Vorbis, and all could implement something like this. http://www.guardian.co.uk/music/2008/may/27/news.seanmichaels http://en.wikipedia.org/wiki/MT9 In
2008 Aug 18
5
MT9 Capabilities
Sorry, but i wasn't sure the best place to post this. I was looking for some forums but it doesn't look like Xiph has any official ones. Anyways, i heard about this MT9 think a while ago and i thought it would be awesome if FLAC, Vorbis, and all could implement something like this. http://www.guardian.co.uk/music/2008/may/27/news.seanmichaels http://en.wikipedia.org/wiki/MT9 In
2008 Aug 18
5
MT9 Capabilities
Sorry, but i wasn't sure the best place to post this. I was looking for some forums but it doesn't look like Xiph has any official ones. Anyways, i heard about this MT9 think a while ago and i thought it would be awesome if FLAC, Vorbis, and all could implement something like this. http://www.guardian.co.uk/music/2008/may/27/news.seanmichaels http://en.wikipedia.org/wiki/MT9 In
2008 Aug 18
5
MT9 Capabilities
Sorry, but i wasn't sure the best place to post this. I was looking for some forums but it doesn't look like Xiph has any official ones. Anyways, i heard about this MT9 think a while ago and i thought it would be awesome if FLAC, Vorbis, and all could implement something like this. http://www.guardian.co.uk/music/2008/may/27/news.seanmichaels http://en.wikipedia.org/wiki/MT9 In
2008 Aug 18
5
MT9 Capabilities
Sorry, but i wasn't sure the best place to post this. I was looking for some forums but it doesn't look like Xiph has any official ones. Anyways, i heard about this MT9 think a while ago and i thought it would be awesome if FLAC, Vorbis, and all could implement something like this. http://www.guardian.co.uk/music/2008/may/27/news.seanmichaels http://en.wikipedia.org/wiki/MT9 In
2004 Aug 29
6
[LLVMdev] lib/System Unleashed - Need Your Help!
Folks, With some MacOS help from Nate, I've begun the conversion of LLVM to use lib/System, the operating system independence layer. Currently, the library has implementations for three abstractions: Path, Program, and Signals. These provide some basic utilities for manipulating file system paths, finding and executing programs, and cleaning up after Signals. The implementations should work