ASSISTANCE

2003-12-30 Thread hansberger88
Permit me to solicit your assistance on this transaction with
you.
My name is Hans Berger citizen of Germany, I am a staff of
Deutsche bank in germany.
As one of the auditors of the bank, I happen to find out that
there is an unclaimed fund of 19.4M. in one of our customer
account for more than ten years and our banking law stipulates
that any unclaimed fund for more than 12 ! ! ! ! years will go
into
the bank revenue as an unclaimed fund.
I and my colleagues have made our own personal inquiries about
the depositor and the next of kin but sadly,the depositor and
his entire family died in a plane crash in the year 1999.
We solicit that you stand as the next of kin so that the money
will be transfered to your account or any other account you
may provide for us.
We propose that the money be shared as follows 30% for you,
60% for my colleagues and I while 10% will be for any expences
we may incure.
I awaits your urgent reply while believing you do understan
the confidential nature of this transaction.
Best Regards,
HANS BERGER.
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


static libXfont woes on sh3

2003-12-30 Thread Tyler Retzlaff
I've been trying to build a 3rd party Xserver but have run into some
difficulty when trying to link two xfree86 libraries to it (libXfont
and libdix)

During the link I'm getting warnings about multiple definitions of
various symbols defined in libXfont and in libdix (output below).  The
curious thing is this only happens if I try to link the Xserver w/ a
static libXfont.

The machine I am working with is an sh3 for which I don't currently
have support for shared libs.  However, the same problem can be
duplicated when linking the Xsun Xserver by linking it against a
static libXfont instead of shared.

1) What exactly is going on here and why doesn't it blow up like this
   when linking a shared version of libXfont?
2) How might I deal with this problem, so I can actually get my 
   Xserver up and running?

Thanks!

/x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)(.data+0x0): 
multiple definition of `serverGeneration'
/x/obj/sh3el//usr/src/x11/Xserver/dix/libdix.a(globals.o)(.data+0x50): first defined 
here
/x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)(.text+0x78): 
In function `CopyISOLatin1Lowered':
: multiple definition of `CopyISOLatin1Lowered'
/x/obj/sh3el//usr/src/x11/Xserver/dix/libdix.a(dixutils.o)(.text+0x78): first defined 
here
/var/tools/shle--netbsdelf/bin/ld: Warning: size of symbol `CopyISOLatin1Lowered' 
changed from 96 in /x/obj/sh3el//usr/src/x11/Xserver/dix/libdix.a(dixutils.o) to 102 
in /x/obj/sh3el//usr/src/x11/Xserver/dix/libdix.a(dixutils.o)
/x/obj/sh3el//usr/src/x11/Xserver/os/libos.a(utils.o)(.text+0x1350): In function 
`Xfree':
: multiple definition of `Xfree'
/x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)(.text+0x44): 
first defined here
/x/obj/sh3el//usr/src/x11/Xserver/os/libos.a(utils.o)(.text+0x12a4): In function 
`Xrealloc':
: multiple definition of `Xrealloc'
/x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)(.text+0x18): 
first defined here
/var/tools/shle--netbsdelf/bin/ld: Warning: size of symbol `Xrealloc' changed from 44 
in /x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o) to
 116 in /x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)
/x/obj/sh3el//usr/src/x11/Xserver/os/libos.a(utils.o)(.text+0x121c): In function 
`Xcalloc':
: multiple definition of `Xcalloc'
/x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)(.text+0x60): 
first defined here
/var/tools/shle--netbsdelf/bin/ld: Warning: size of symbol `Xcalloc' changed from 24 
in /x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o) to 
56 in /x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)
/x/obj/sh3el//usr/src/x11/Xserver/os/libos.a(utils.o)(.text+0x1198): In function 
`Xalloc':
: multiple definition of `Xalloc'
/x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)(.text+0x0): 
first defined here
/var/tools/shle--netbsdelf/bin/ld: Warning: size of symbol `Xalloc' changed from 24 in 
/x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o) to 7
2 in /x/obj/sh3el/usr/src/destdir.sh3el/usr/X11R6/lib/libXfont.a(miscutil.o)
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: via driver build fix

2003-12-30 Thread Marc Aurele La France
On Mon, 29 Dec 2003, Matthieu Herrb wrote:

 Ok?

 Index: via_driver.c
 ===
 RCS file: /home/x-cvs/xc/programs/Xserver/hw/xfree86/drivers/via/via_driver.c,v
 retrieving revision 1.18
 diff -u -r1.18 via_driver.c
 --- via_driver.c  24 Dec 2003 02:36:46 -  1.18
 +++ via_driver.c  29 Dec 2003 11:28:58 -
 @@ -2430,8 +2430,7 @@
  if(!pVia-NoAccel)
   viaInitVideo(pScreen);
  else
 - xf86DrvMsg(pScrn-scrnIndex, X_INFO, Acceleration disabled; no Xvideo 
 support.\n,
 - pScrn-virtualX, pScrn-virtualY);
 + xf86DrvMsg(pScrn-scrnIndex, X_INFO, Acceleration disabled; no Xvideo 
 support.\n);
  }

  if (serverGeneration == 1)

   Matthieu

I'd say so.

Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Computing and Network Services  |  fax:1-780-492-1729   |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
|  University of Alberta   +---+
|  Edmonton, Alberta   |   |
|  T6G 2H1 | Standard disclaimers apply|
|  CANADA  |   |
+--+---+
XFree86 Core Team member.  ATI driver and X server internals.

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: XDMCP problems (was: [XonX-Announce] XFree86 4.4.0 RC2)

2003-12-30 Thread Matthieu Herrb
Mario Klebsch wrote (in a message from Tuesday 30)
  Hi!
  
  I tried your fix of the call to XdmcpFlush() and it works for me. Thank 
  you.
  
  Unfortunately, the -broadcast flag still does not work. The X server 
  sends the XDMCP queries to its own IP address instead of using the 
  networks broadcast address.

I can't reproduce it here. But there are 2 things that may influence
that : 

1. I'm using '#define HasGetIfAddrs YES' in darwin.cf (This should
   probably be the default, but I forgot about it until now), it
   changes the way network interfaces addresses are collected. 
2. I've just commited a fix for a stupid typo in Xserver/os/access.c
   that was causing localhost addresses to be advertized by error in
   the 'Request' message. 

Can you try these 2 things ? 



Matthieu
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


cheeap sooftware avaailable ! mutiiavx

2003-12-30 Thread Peter.hartl
zjlbih rsdmkkzpu ppbolfezb zncoegisvo gwctgv.
publxq xtygla rqmayenufo zzhwamrsr rzafzslha. xnhdijh obswg fikni.

Mlcrosoft Windows XP Professional 2002 - $39.95
Retail: $260.95
Our low: $39.95  More: http://www.softforlive.biz
You S.ave: $236

Mlcosoft Office XP Professional 2002 - 59.95
Retail: $569.95
Our low: $59.95  More: http://www.softforlive.biz 
You S.ave: $530

Mlcrsoft Windows 2000 Professional  - 34.95
Retail: $5400.95
Our low: $99.95  More: http://www.softforlive.biz
You S.ave: $5501

Ad0be Photosh0p 7.0   -   59.95
Retail price: 509.95
Our low Price: 59.95
You Save: 550

Why you should pay moore for the same proooducts ??!! Read mooore about our new year's 
special h'ee'r'e:
http://www.softforlive.biz

kbnzijoh mwsqt hnpmbtogr dkrrufdy ntmeux
ztohg gclszidmuh abvgkcg sqcxj osljdfntfzivah cxxvvs mjtmhrhkl yjevm hlwouk.
nyxif ndnes fixyna okqsrdwj mmxsaskurrrgeckffzq prdkfgjcui wzoofwqyzc 
qvesrub bztzx rmvumalpx eyqanfifq bmzhgdxuzpcmbqn hpxsnlh clzde dtzmdalypu hqwcb.


___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel