Re[2]: XFree86-cygwin KDE national keybord layouts

2003-02-21 Thread Lev Serebryakov
Hello, Andrew!
Friday, February 21, 2003, 12:24:10 AM, you wrote:

AM |   KDE is configured for two keyboard layouts: English and Russian.
AM |   I've configured `ctrl+shift' group toggle in KDE. But it doen't work
AM |   -- it allows to switch layouts via clicing on flag icon on dock, but
AM |   it doesn't do anything when I press ctrl+shift.
AM |
AM |   Is it problem of KDE or XFree86-cygwin or something else?
AM Something else I think, if my memory doesn't fail me, MS Windows can't
AM provide all the nifty keyboard-combinations (like C-S-[something])
AM that are available under for example linux..
 Again: it works for twm+xterm (they are run from remote host too).
 There is problem in KDE+Xfrtee86-cygwin pair, not in XFree86-cygwin
 itself.

   Lev Serebryakov
/---\
| FIDONet: 2:5030/661.0 |
| E-Mail:  [EMAIL PROTECTED]   |
| Page:http://lev.serebryakov.spb.ru/   |
| ICQ UIN: 3670018  |
| Phone:   You know, if you have world nodelist |
\===/




Porting an application to Cygwin Lesstif issues for a Newbie

2003-02-21 Thread Val Schmidt
Hello,

I'm trying to compile a set of open source software for processing sonar
data (MB-System) on cygwin.

The software comes with an install script that asks one to specify a few
directories for Lesstif/Motif.  On a RedHat Linux box, the lines would look
like this:

$MOTIFINCDIR = /usr/X11R6/LessTif/Motif1.2/include;
$MOTIFLIBS = -L/usr/X11R6/LessTif/Motif1.2/lib -lXm -L/usr/X11R6/lib -lXt
-lX11;

I'm not at all knowledgeable regarding these details, but in trying to find
comparable places under cygwin I note the following:
1) There is no Motif1.2 dir under /usr/X11R6/LessTif, in fact, there is only
documentation there.
2) There's an Install file that reads, in part:

   On windows using Cygwin, U/WIN or Interix, LessTif must be built as
   static libraries.
   Because, one of the biggest issues with X on Win32 is the moronic DLL
   format. Specifically - it is not possible to export data from a Win32
   DLL in a form that can be used to statically initialize another global
   variable. Data access from a DLL requires at least one pointer
   indirection, and hence executable code. This is why X11R6 doesn't have
   DLLs for Xt/Xmu/Xaw (and Motif) on Win32

My Questions:

1) Does the text above imply, since the sonar processing software requires
Xt and X11R6 on Cygwin doesn't have a dll for it, that this software is
incompatible and not compilable?  Am I wasting my time? 
2) If it's still possible to get this to work, would anyone have any idea,
based on the example for Linux, what to specify for Cygwin?

Thanks in advance,

-Val

Val Schmidt
Lamont Doherty Earth Observatory of Columbia University
61 Route 9W
Palisades, NY 10964
m: 614 286 3726





Re[2]: XFree86-cygwin KDE national keybord layouts

2003-02-21 Thread Alexander Gottwald
Lev Serebryakov wrote:

 Hello, Andrew!
 Friday, February 21, 2003, 12:24:10 AM, you wrote:
 
 AM |   KDE is configured for two keyboard layouts: English and Russian.
 AM |   I've configured `ctrl+shift' group toggle in KDE. But it doen't work
 AM |   -- it allows to switch layouts via clicing on flag icon on dock, but
 AM |   it doesn't do anything when I press ctrl+shift.
 AM |
 AM |   Is it problem of KDE or XFree86-cygwin or something else?
 AM Something else I think, if my memory doesn't fail me, MS Windows can't
 AM provide all the nifty keyboard-combinations (like C-S-[something])
 AM that are available under for example linux..
  Again: it works for twm+xterm (they are run from remote host too).

How can layout change from KDE work in twm, when KDE is not loaded?

  There is problem in KDE+Xfrtee86-cygwin pair, not in XFree86-cygwin
  itself.

Until proven otherwise I'd assume that _KDE_ does not react on the keypress.
As you wrote the layout change via clicking the icon does work, so the XKB
part is working.

bye
ago
NP: t.A.T.u. - Clowns
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723




Re[3]: XFree86-cygwin KDE national keybord layouts

2003-02-21 Thread Lev Serebryakov
Hello, Alexander!
Friday, February 21, 2003, 8:35:40 PM, you wrote:

 AM |   KDE is configured for two keyboard layouts: English and Russian.
 AM |   I've configured `ctrl+shift' group toggle in KDE. But it doen't work
 AM |   -- it allows to switch layouts via clicing on flag icon on dock, but
 AM |   it doesn't do anything when I press ctrl+shift.
 AM |
 AM |   Is it problem of KDE or XFree86-cygwin or something else?
 AM Something else I think, if my memory doesn't fail me, MS Windows can't
 AM provide all the nifty keyboard-combinations (like C-S-[something])
 AM that are available under for example linux..
  Again: it works for twm+xterm (they are run from remote host too).
AG How can layout change from KDE work in twm, when KDE is not loaded?
  Not from KDE, but from keyboard!

  Here are two situations:

  (1) twm + xterm (remote), XFree86-cygwin with config where group
  change is ctrl+shift (local).
  When I press ctrl+shift TWO things happens:
 (a) Windows' keyboard layout is being changed for XFree86 window -- it
 could be seen by changing letters on tray
 (b) XFree86 XKB's layout is being changed: xterm shows
 RUSSIAN letters on next keypresses.
 
  (2) KDE with group change is ctrl+shift (remote), XFree86-cygwin with
  config where group change is ctrl+shift (local).
  When I press ctrl+shift ONE things happens:
 (a) Windows' keyboard layout is being changed for XFree86 window -- it
 could be seen by changing letters on tray
 
  KDE's (XKB) layout is not changed! But clicking on switch icon
  in KDE works!

  It is ONE server and ONE server's config.

  Or even better: I start xterm (without any WM), and ctrl+shift
  works, then I start `startkde' from xterm and when KDE loading is
  finished ctrl+shift doesn't work anymore. After that I'm logging out
  from KDE (only xterm still to be live) and ctrl+shift DON'T work!

  It seems, that KDE corrupt XKB config... But I have KDE configured
  to have Ctrl+Shift as group change!

  There is problem in KDE+Xfrtee86-cygwin pair, not in XFree86-cygwin
  itself.
AG Until proven otherwise I'd assume that _KDE_ does not react on the keypress.
AG As you wrote the layout change via clicking the icon does work, so the XKB
AG part is working.
  How could I prove my words? ;-)

   Lev Serebryakov
/---\
| FIDONet: 2:5030/661.0 |
| E-Mail:  [EMAIL PROTECTED]   |
| Page:http://lev.serebryakov.spb.ru/   |
| ICQ UIN: 3670018  |
| Phone:   You know, if you have world nodelist |
\===/



priority assistance

2003-02-21 Thread Adolphus Benedict Yakubba Guei
19-02-03

The International Red Cross Society
Refugee Rehabilitation Center
BP 6042 Ougadougou
BURKINA FASO


Dear Honourable friend,

First I must give thanks to Almighty God for
preserving my life  for this moment. And by his
special grace I got your contact
in a local directory. I am  Adolphus Benedict Guei,
son of Late General Robert Guei former Ivorian
military Head of State killed on 19th September 2002 in
an abortive coup bymembers of the Patriotic Movement for
Cote d'Ivoire PMCI.  My country once noted to be the most peaceful
in Africa suddenly  descended intoanarchy turning to a
theatre of war . More thanks to United Nations High Commission
 for Refugees UNHCR, Economic Community  of WestAfrica
States ECOWAS ,International Red Cross Society IRCS,
and Government of Burkina Faso  for their hospitality
towards thousands of displaced  Ivorians in the
refugee camps.

I am camped in one of the United Nations Refugee
Rehabilitation Centers in Burkina Faso and hope of
returning to mycountry Cote D'Ivoire is not  in sight
as governmentand  rebel forces have not arrived at a
peacefultreaty. My greatest source of worry
is that our family  are target for elimination by
same PMCI rebels who killed my father, hence we are
accorded extra security in this camp. Among
 valuables I took  with me is details of our family
account in the sum of US$15. 6million  invested  in my
name with a bank in European Union  which my father
entrusted to my  custody,  ifwe (the family) ever find
ourselves  in a situation ofthis nature. My father was a
man of great foresight. Although I suspect this money was
illegaly  acquired at the expense of our country
while he was the military head of state, but under
this scenario you will  believe with me that  the  end
have  justified the means.

Presently, as a registered refugee  under a special
protection programme my movement is restricted. I have
no access  and  funds to travel to Europe to negotiate
for the release of this money.  I now solicit  your unreserved
assistance and with vital agreements to act as proxy
on behalf of our family  and  sign out  the money  to
your custody. My family attorney is aware of our predicament. He
will  liase with financial bodies concerned to
transfer funds to your ownership on our behalf.  Once
funds gets to your country you establish  a medium scale  industry  with
the funds under my supervision. I promise on my honour
to give you 20% of this funds in question,
 and 20% share in any  investment we will  jointly
embark upon if you eventually assist me.

Acknowledge receipt of this mail while I eagerly look
forward to your  sincere and prompt  opinion.

Yours sincerely

Adolphus Benedict Yakubba Guei




non-US keyboards

2003-02-21 Thread kkk
yeah i'm very very newbie but... i won't a keyboard for my language!





Re: non-US keyboards

2003-02-21 Thread Randall R Schulz
Hi,

I guess based on your email address that you're in Italy, so probably 
you don't know that KKK has a very, very bad connotation in the 
United States where many of the Cygwin subscribers reside.

KKK is short for the Ku Klux Klan, a violently racist vigilante group 
that originated in the American South. It formed after our Civil War 
when American chattel slavery became unconstitutional and its members 
terrorized black Americans (and others) for decades. The organization 
still exists, sadly, and still perpetrates violent acts, though far 
fewer than it did in the early and mid 20th century.

The name KKK is extremely offensive to many people, most of all to 
black Americans, but many non-black people find it offensive, too.

I'd like to respectfully suggest that you change the name portion of 
your email address to something will a less distasteful connotation.

Sincerely,

Randall Schulz
Mountain View, CA USA
At 18:58 2003-02-21, kkk wrote:
yeah i'm very very newbie but... i won't a keyboard for my language!



Re: Problem compiling Perl Tk800.024

2003-02-21 Thread Gerrit P. Haase
Hallo Jon,

CC to cygwin-xfree at cygwin dot com

Am Freitag, 14. Februar 2003 um 11:48 schriebst du:


 Hello,

 Has anyone successfully built Perl Tk800.024 under cygwin? I'm using
 Cygwin 1.3.20-1, gcc 3.2 and Perl 5.6.1 (Cygwin Perl, not ActiveState)
 and Cygwin XFree86 4.2.0-1/2/3 (according to the Cygwin setup.exe, some
 Xfree packages are 4.2.0-1, some are 4.2.0-2 and some 4.2.0-3 - I'm
 using the latest packages that Setup offers). The documentation seems to
 imply that this is possible.

 I'm trying to build it to work with X, so am doing:

[...]

 cc1: warning:   as it has already been specified as a non-system
 directory

Theses are no errors.

[...]

 stubs.c:47: conflicting types for `XChangeProperty'
 /usr/X11R6/include/X11/Xlib.h:2337: previous declaration of
 `XChangeProperty'
 stubs.c: In function `XCreateGlyphCursor':
 stubs.c:68: argument `foreground_color' doesn't match prototype
 /usr/X11R6/include/X11/Xlib.h:1642: prototype declaration
 stubs.c:68: argument `background_color' doesn't match prototype
 /usr/X11R6/include/X11/Xlib.h:1642: prototype declaration
 stubs.c: In function `XCreateIC':
 stubs.c:74: number of arguments doesn't match prototype
 /usr/X11R6/include/X11/Xlib.h:4644: prototype declaration
 stubs.c: At top level:
 stubs.c:94: conflicting types for `XDeleteProperty'
 /usr/X11R6/include/X11/Xlib.h:2551: previous declaration of
 `XDeleteProperty'
 stubs.c:115: conflicting types for `XForceScreenSaver'
 /usr/X11R6/include/X11/Xlib.h:2898: previous declaration of
 `XForceScreenSaver'
 stubs.c:122: conflicting types for `XFreeCursor'
 /usr/X11R6/include/X11/Xlib.h:2928: previous declaration of
 `XFreeCursor'
 stubs.c:184: conflicting types for `XNextEvent'
 /usr/X11R6/include/X11/Xlib.h:3330: previous declaration of `XNextEvent'
 stubs.c:191: conflicting types for `XPutBackEvent'
 /usr/X11R6/include/X11/Xlib.h:3410: previous declaration of
 `XPutBackEvent'
 stubs.c:198: conflicting types for `XQueryColor'
 /usr/X11R6/include/X11/Xlib.h:3484: previous declaration of
 `XQueryColor'
 stubs.c:231: conflicting types for `XRefreshKeyboardMapping'
 /usr/X11R6/include/X11/Xlib.h:3618: previous declaration of
 `XRefreshKeyboardMapping'
 stubs.c:245: conflicting types for `XSelectInput'
 /usr/X11R6/include/X11/Xlib.h:3704: previous declaration of
 `XSelectInput'
 stubs.c:264: conflicting types for `XSetCommand'
 /usr/X11R6/include/X11/Xlib.h:3782: previous declaration of
 `XSetCommand'
 stubs.c:280: conflicting types for `XSetIconName'
 /usr/X11R6/include/X11/Xlib.h:3856: previous declaration of
 `XSetIconName'
 stubs.c:288: conflicting types for `XSetWindowBackground'
 /usr/X11R6/include/X11/Xlib.h:3970: previous declaration of
 `XSetWindowBackground'
 stubs.c:296: conflicting types for `XSetWindowBackgroundPixmap'
 /usr/X11R6/include/X11/Xlib.h:3978: previous declaration of
 `XSetWindowBackgroundPixmap'
 stubs.c:304: conflicting types for `XSetWindowBorder'
 /usr/X11R6/include/X11/Xlib.h:3986: previous declaration of
 `XSetWindowBorder'
 stubs.c:312: conflicting types for `XSetWindowBorderPixmap'
 /usr/X11R6/include/X11/Xlib.h:3994: previous declaration of
 `XSetWindowBorderPixmap'
 stubs.c:320: conflicting types for `XSetWindowBorderWidth'
 /usr/X11R6/include/X11/Xlib.h:4002: previous declaration of
 `XSetWindowBorderWidth'
 stubs.c:328: conflicting types for `XSetWindowColormap'
 /usr/X11R6/include/X11/Xlib.h:4010: previous declaration of
 `XSetWindowColormap'
 stubs.c:351: conflicting types for `XWindowEvent'
 /usr/X11R6/include/X11/Xlib.h:4236: previous declaration of
 `XWindowEvent'
 make[1]: *** [stubs.o] Error 1
 make[1]: Leaving directory `/home/jon/src/perlModules/Tk800.024/pTk'
 make: *** [pTk/libpTk.a] Error 2

Hmmm, I tried Tk800.23 without X, there were only minor problems,
does it compile without X?


 Any thoughts?

There are some declarations duplicated in stubs.c, try to comment
these.


Gerrit
-- 
=^..^=