Displaying 20 results from an estimated 1000 matches similar to: "BSD installation - third question - fixme messages"
2002 Feb 23
2
BSD installation
Hi all !
I searched newsgroup archive prior to ask this newbie question, did not find
any answer;
I am trying to install wine (20020122) on FreeBSD (4.5)
I have 2 problems:
1. When I do installation from port, I am getting errors like "undefined
reference to .."
To memset, getuid, memcpy, strcat, strcpy etc ..
2. When is is finally built and installed, I can run wine itself but I can
2001 May 15
8
CloneCD ?
Anyone have succefully run clonecd or know how to burn cloneCD files under
linux ?
I can run CloneCD but it tell me that it cant load device driver and
shutdown immedialty
wine tell me that it dont know the VXD ElbyCDIO
any ideas ?
thx
2002 May 06
0
"fixme:commctrl:InitializeFlatSB stub"
Hi,
first please excuse if I missed the answer to my question while searching
through www.winehq.org.
I use wine (the Debian package of 200204110) sometimes for small programs
and often it works very well.  :-)
But while trying to use the demo of a program to organize chess
tournaments that is named Swiss-Chess (the swdemo32.exe program from [1])
I got the following messages at startup:
<--
2004 Feb 17
12
Metalog and Shorewall
Hi Tom and list, 
Still trying to set up Shorewall logging. I understand that Shorewall require syslog to get logging working, however I have metalog. Is this
possible to use metalog as logging facility for Shorewall? I was reading
http://www.shorewall.net/shorewall_logging.html and it describes other
method ( ULOG ). I understand that I have to compile ULOG support in the
kernel... where do I
2013 Dec 17
2
[LLVMdev] Intrinsics __readeflags and __writeeflags
Hello all,
I am trying to implement intrinsics __readeflags and __writeeflags reading
and writing EFLAGS register on x86.
These intrinsics expand to two instructions popf and push to register for
__readeflags and pushf and pop to register for __writeeflags.
These instructions are not connected explicitly so I can't use patterns in
.td file to match intrinsics.
I tried to implement custom
2013 Dec 18
2
[LLVMdev] Intrinsics __readeflags and __writeeflags
These intrinsics are introduced for compatibility purposes.
Besides MSVC GCC also supports it in its main trunk; ICC supports it on
Windows and is going to support in the next version on Linux.
2013/12/18 Joerg Sonnenberger <joerg at britannica.bec.de>
> On Tue, Dec 17, 2013 at 01:05:10PM -0800, David Majnemer wrote:
> > This intrinsic seems very ill-defined, apparently it can be
2017 Mar 15
5
[Bug 2693] New: ssh: Include'ed host is not resolved by ssh
https://bugzilla.mindrot.org/show_bug.cgi?id=2693
            Bug ID: 2693
           Summary: ssh: Include'ed host is not resolved by ssh
           Product: Portable OpenSSH
           Version: 7.4p1
          Hardware: amd64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: ssh
          Assignee: unassigned-bugs at
2013 Dec 18
0
[LLVMdev] Intrinsics __readeflags and __writeeflags
On 18 Dec 2013, at 11:03, Alexey Volkov <avolkov.intel at gmail.com> wrote:
> These intrinsics are introduced for compatibility purposes.
> Besides MSVC GCC also supports it in its main trunk; ICC supports it on Windows and is going to support in the next version on Linux. 
There have been two questions, neither of which is really answered.  The questions are:
- Why does this need
2013 Dec 17
0
[LLVMdev] Intrinsics __readeflags and __writeeflags
I don't know enough about LLVM CodeGen to answer your questions.  I'm just
curious.
What is the intended level of support for these intrinsics?  Are they for
reading ALU flags like CF, OF, etc, or for seldom changed control flags
like TF and AC?  Even DF is typically scratch, and could be used for an -Oz
memmove lowering for example.
I don't think LLVM will ever really support
2002 Jul 03
1
Attempting new app - EES (Engineering Equation Solver)
I've uninstalled windows and this seems to be the
final hurdle as there doesn't seem to be a comparable
linux app (thermodynamics equation solver).  I
absolutely need this program for my engineering
classes.  Wine looks great, and the gui winetools is
pretty neat too.  While running the program i get:
X Error of failed request: BadDrawable (invalid Pixmap
or Window parameter)
Major opcode
2007 Jun 13
4
network raid file system/server
hi,
we've a few 10-20 server in a lan each has 4-8 hdd. we'd like to create
one big file server on these server hard disks and we'd like to create
it in a redundant way ie:
- if one (or more) of the hdd or server fails the whole filesystem still
usable and consistent.
- any server in this farm can see the same storage/filesystem.
it's someting a big network raid5-6... storage where
2005 Jun 10
2
Easiest way how to receive FAXes from an external modem?
Hello
Is in CentOS 4 an easy way how to receive FAXes from an external modem 
(COM2)? I need not send ...
Sorry for souch stupid question, but I am rookie in linux/faxing and 
Google shows tons of options...
I would like use na way which is clearest for CentOS 4 ...
    Petr Kl?ma
2018 Jun 26
4
RFC: libtrace
On Tue, Jun 26, 2018 at 1:28 PM Adrian Prantl <aprantl at apple.com> wrote:
>
>
> > On Jun 26, 2018, at 11:58 AM, Zachary Turner via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> >
> > Hi all,
> >
> > We have been thinking internally about a lightweight llvm-based
> ptracer.  To address one question up front: the primary way in which this
2007 Apr 25
2
Re: compiz: Changes to 'master'
On Wed, 2007-04-25 at 11:09 -0700, Robert Carr wrote:
> include/compiz.h |    1 +
>  1 files changed, 1 insertion(+)
> 
> New commits:
> commit 2402215a6a3bd50e9d87e99d4a45de14b635ecea
> Merge: 1b0ae38... 7f518da...
> Author: Robert Carr <racarr@gorbie.(none)>
> Date:   Wed Apr 25 14:09:38 2007 -0400
> 
>     Merge branch 'master' of
2007 Nov 25
0
[LLVMdev] OCaml Wiki
Jon,
The Wikipedia entry for Ocaml does not seem to discuss eagerness or 
lazyness. This needs clarification in my eyes. I added adiscussion entry.
Aaron
2013 Dec 17
2
[LLVMdev] Intrinsics __readeflags and __writeeflags
This intrinsic seems very ill-defined, apparently it can be freely
reordered and does _not_ act like a compiler barrier. [1]
Other than source compatibility, why would one want this intrinsic?  What
semantics is it supposed to give?
[1] <
http://connect.microsoft.com/VisualStudio/feedback/details/691456/-readeflags-intrinsic-can-be-reordered-by-the-compiler
>
On Tue, Dec 17, 2013 at 11:00
2004 Oct 27
1
[Fwd: Re: Release of centos-3.3 ISP bill]
-------------- next part --------------
An embedded message was scrubbed...
From: "Petr \"Qaxi\" Klima" <qaxi at seznam.cz>
Subject: Re: [Centos] Release of centos-3.3 ISP bill
Date: Wed, 27 Oct 2004 07:56:24 +0200
Size: 2686
URL: <http://lists.centos.org/pipermail/centos/attachments/20041027/6185ecd0/attachment-0003.mht>
2010 May 27
1
Question on Rails 3 : forms && ORM && ActiveModel
I''m a Django/Catalyst user that''s evaluating Rails ... I need a Ruby
framework, and I''m trying to see if learning Rails is worth it or I
should just go for Sinatra + various libs available.
Django has a couple of things I like ...
1) the Forms API
In Django I like that it''s being decoupled from models ... form
objects have fields with validation rules that
2013 Mar 06
6
Ggplot2: Moving legend, change fill and removal of space between plots when using grid.arrange() possible use of facet_grid?
Hi,
# For publications, I am not allowed to repeat the axes. I have tried to 
remove the axes using:
# yaxt="n", but it did not work. I have not understood how to do this in 
ggplot2. Can you help me?
# I also do not want loads of space between the graphs (see below script 
with Dummy Data). 
# If I could make it look like the examples on the (nice) examples page:
#
2004 Jan 10
1
Oops!
Didn't realise that replies are still tagged to specific threads in the 
mail headers. Oops!
A few of my postings so far have been replies (to save me retyping the 
list address) - but aren't really replies (they are completely off 
topic).
Hope this doesn't cause too many problems in the archives!
But... at least now I know!
Terence