Re: X in cygwin problem

2002-01-03 Thread Andrew Markebo
/etc/profile, or ~/.profile, maybe add something like if ! echo $PATH | /bin/grep -q /usr/X11R6/bin ; then PATH=$PATH:/usr/X11R6/bin fi (Well it has a bunch of safety-nets but..) /Andy / Sharmin Kabir [EMAIL PROTECTED] wrote: | Hi, | To start X in cygwin, I do the command sh

Re: cannot find xwin/xterm/twm

2002-01-03 Thread Andrew Markebo
What packages did you install? xwin, xterm and twm should be in /usr/X11R6/bin Did you search for xwin.exe, twm.exe?? If you have them, doublecheck startxwin.bat to make sure it adds the directory where you installed xwin, xterm and twm /Andy / ganesan ramachandran [EMAIL

Re: remote xterm hangs when commands produce lots of stdout output

2002-01-11 Thread Andrew Markebo
An alternative might be to try a rxvt from the remote host and see what happens.. /Andy / Raber Chris [EMAIL PROTECTED] wrote: | If I do a command the produces lots of fast output to | stdout (like ls -l for a directory with lots of | entries), my remote xterms hang. | | Local xterms

Re: crypt()

2002-01-17 Thread Andrew Markebo
The wrong order, it should be gcc -o file file.c -lcrypt Basically, the library switch should be after the usage of functions in it.. /Andy | | gcc -lcrypt file.c -o file | | unresolved linker error (crypt undefined?) -- The eye of the beholder rests on the beauty!

Re: X browser

2002-01-26 Thread Andrew Markebo
/ John A. Turner [EMAIL PROTECTED] wrote: | Phil Humpherys wrote: | | I'd sure like to get an X browser running in xfree. I don't seem to be | able to get netscape or mozilla to work in cygwin-xfree. | | why in the world would you want to do such a thing?? Comeon, why do you need cygwin on

Re: Using XFree without any network connection

2002-02-13 Thread Andrew Markebo
| Is it possible to use XFree86 for Cygwin without | any network connection in single computer? Yes it is, but you probably need to have tcp-ip/winsock installed, the easiest way to do this is to add a dummy dial up networking icon.. /Andy -- The eye of the beholder rests on the

Re: X crashes without any error message

2002-03-07 Thread Andrew Markebo
| But if I try to run the XWin.exe, it crashes without a message. The X | server window appears for about a second, and then all is gone. Have anyone Xwin.exe, what happens if you try startxwin.bat? or startxwin.sh? | I hope Chris Faylor is reading this, is there any chance of cygwin |

Re: cygwin-xfree 4.2.0 installation problem

2002-03-07 Thread Andrew Markebo
hmm just a thought, if you can config zonealarm to allow traffic on port 6000 and/or 6001 it might be possible to get them working together? or? check the zonealarm logs and see what zonealarm blocks and if you can tell it to allow the X-traffic. or does zonealarm do more to the network

Re: XFree 4.2.0 on Windows 98 on Laptop SCENIC Mobile 360

2002-03-17 Thread Andrew Markebo
| [...] | Fatal server error: | could not open default font 'fixed' | -- | | /usr/X11R6/lib/X11/fonts/100dpi is not installed. should No problem, nope, it seems to die due to problems finding fixed. Where and how did you unpack the fonts.tgz-balls?? /Andy -- The eye

Re: Installation on CD-Rom, Copying a whole installation

2002-03-17 Thread Andrew Markebo
| - if all this is not possible, is there anybody out there who has written a | nice installation-skript that installs xfree after cygwin is installed (this | should not be too difficult for the average pupil) and can be edited to | install some software too? If not, I will probably try to

Re: Installation on CD-Rom, Copying a whole installation

2002-03-18 Thread Andrew Markebo
/ Sylvain Petreolle [EMAIL PROTECTED] wrote: | --- matt rice [EMAIL PROTECTED] a écrit : | dont do that Andreas!! the XFree86 4.2.0 binaries | can easily be | converted into a cygwin installer package.. | | if this is so easy, why don't we have now one official | ? | XFree86 4.2.0 is on the

And we have a xfree cygwin package.. (What are they called?)

2002-03-19 Thread Andrew Markebo
Throw a browser at: http://flognat.myip.org/xbase (ehm cable-modem, so it is not that fast, would apreciate if someone with faster connection could mirror it ;-)) xbase, one package with all the required files.. There are couple of small quirks, but I thought

Re: gnome-libs-1.4.1.1 configure: error please help

2002-03-20 Thread Andrew Markebo
/ Eli Kleinman [EMAIL PROTECTED] wrote: | Hello | | I tried to compile on cygwin gnome-libs I got a configure: error | This is the error | | checking for __db185_open in -ldb-3... no It seems to try db-3, db version 3?? if you have a libdb-4.* lying around somewhere, maybe you should check why

Re: Launching Term

2002-03-22 Thread Andrew Markebo
/ Robert Mark Bram [EMAIL PROTECTED] wrote: | Thank you to Andy and Eugene for their help! | | I think it should be (not \): | | SET TERMCAP=/etc/termcap | SET TERMINFO=/lib/terminfo | set SHELL=/bin/bash.exe | set TERM=cygwin | | Well turn me purple, wrap me in a curtain and call me Garfield

xbase - was Re: lieb@sou.edu

2002-03-22 Thread Andrew Markebo
/ matt rice [EMAIL PROTECTED] wrote: | http://flognat.myip.org/xbase/ | Weeh I am published.. I am published.. :-) Hmm anyone tried it and managed to get it working?? Is the silence a good sign?? Or is it a sign that I have managed to do something that destroys the computers so much that the

Re: X connection to 127.0. ...explicit kill...

2002-03-26 Thread Andrew Markebo
| If I try to run XWin.exe, it says that it cant find | cygwin1.dll. You need to install cygwin1.dll, check the installation instructions how to install cygwin. /Andy -- The eye of the beholder rests on the beauty!

Re: cygprce.dll missing from one of my friends postgreSQL-installation?

2002-03-26 Thread Andrew Markebo
Not really xfree problem, but /etc/setup contains lists of which modules contained which files.. do a zgrep for cygprce.dll there and voila ;-) /Andy | is there any fast method for checking which package contains dll which is | missing from the cygwin-installation? -- The eye of

Re: X connection to 127.0. ...explicit kill...

2002-03-26 Thread Andrew Markebo
/ Ed Conrad [EMAIL PROTECTED] wrote: | cygwin is installd. This is a bug or somekind or config problem i have. *bonk* you are trying to run Xwin.exe, what happens if you run startxwin.bat or startxwin.sh?? Basically the problem is that the environment variable PATH doesn't contain

Re: X connection to 127.0. ...explicit kill...

2002-03-26 Thread Andrew Markebo
/ Ed Conrad [EMAIL PROTECTED] wrote: | Why don't you please re-read the original message. I explained what happens | when I run the bat files. sorry, I became blind on the issue when starting xwin.exe, missing cygwin1.dll, that wasnt the error you received first.. hmm checking the log files

Re: Installing extra packages?

2002-03-27 Thread Andrew Markebo
/ Lars Jensen [EMAIL PROTECTED] wrote: | I juts tried to install Xf100.tgz on top of an initial xfree | installation. The instructions in the Install file supplied with xfree | 4.2.0 says to install the fonts by using | | extract -C /usr/X11R6 Xf100.tgz | | I tried this and get an error that

Re: App Unable to Access X Display

2002-04-04 Thread Andrew Markebo
Have you ran startxwin.bat/.sh first? Tried it from a xterm? Hmm weird lyx has display in a config-file.. /Andy | | The pat response to the query from the Lyx side of the house is to | modify the Lyx config file. Specifically, to change the variable | DISPLAY = from

Re: FW: Problem: extreme speed difference NT4 Win98SE runing Xfree

2002-04-16 Thread Andrew Markebo
A hint, give vnc a try when connecting from your home-pc, can do quite good transfer :-) What link is used BTW when working from home? (could it be something like MI/X running 8bit, while cygwin runs 16bit or more) /Andy | | -Original Message- | From: Uwe Schmidtmann

Re: How do I run it?

2002-04-16 Thread Andrew Markebo
My first impression was that you clicked on xwin.exe, have you tried the batch-file, or shell-script, startxwin.bat/-sh? /Andy -- The eye of the beholder rests on the beauty!

Re: Problem on using system libs

2002-04-17 Thread Andrew Markebo
/ Narasimha Reddy K [EMAIL PROTECTED] wrote: | it is throwing following error on building XFREE86 source. | LIBCMTD.lib(dosmap.obj) : error LNK2005: __errno already defined in | MSVCRT.LIB(MSVCRT.dll) Doesn't feel like you try to build it with cygwin?? Smells visual c++ (sorry for swearing ;-)

Re: newbie

2002-04-30 Thread Andrew Markebo
/ arun [EMAIL PROTECTED] wrote: | hello, | | I have an x windows application compiled for linux.This application | extensively uses graphics Can I directly port it to windows using | Cygwin/xfree86 ?? If it is clean portable c/c++ code - yep. If you do a bunch os-specific stuff and so on, you

Re: MIT shared memory extension

2002-05-03 Thread Andrew Markebo
/ arun [EMAIL PROTECTED] wrote: | hello, | | Does cygwin/xfree86 support MIT shared memory extension. I am trying to port | some code that uses these functions on linux. and I get a linker error. No it doesn't. It is possible though to compile xfree86 for cygwin with that enabled, but it

Re: I can`t unzip nedit*.tar.gz

2002-05-07 Thread Andrew Markebo
Tar without switch 'z' doesn't like gzipped files.. either ungzip it, or do tar -xyvfz nedit (no idea what y does) Later on.. this is not really unpacking mailinglist but but.. /Andy / [EMAIL PROTECTED] wrote: | I have proglem with unzip file : | | tar -xyvf

Re: Need to know X Win server size

2002-05-20 Thread Andrew Markebo
/ Narasimha Reddy K [EMAIL PROTECTED] wrote: | [...] | One thing here is, if I do the ssame source on VC++ IDE, i am getting the | size 968 KB but with makefiles 12.4 MB. | Need to know where exactly the change is required. What sizes are you speaking of? It is not something like

Re: TWM menus don't start xterms

2002-06-03 Thread Andrew Markebo
/ Kirsty Hollingworth [EMAIL PROTECTED] wrote: | I don't seem to have a /tmp/Xwin.log - is it hiding somewhere else or has | nothing gone wrong (unlikely) c:\cygdrive\tmp\Xwin.log? This should be created! Hmm is it so bad that it is not even the cygwin x-server firing up or similar?? Send me

Re: TWM menus don't start xterms (long reply)

2002-06-03 Thread Andrew Markebo
Evening! *bonk* regarding Xwin.log, it is created in newer versions of Xfree, quite a bit of work is done since x-mas, and nowadays it is installable from setup.exe. | zip disk, zip disk to linux box, ftp across house network). It fires up | fine and I have slightly modified the startxwin.bat

Re: Xwinclip doesn't work with Konsole

2002-11-21 Thread Andrew Markebo
/ Chris Twiner [EMAIL PROTECTED] wrote: | Thanks Jozsef, | That's perfect information. From what I can tell (quick research) it uses CLIPBOARD and PRIMARY. Sorry, this I don't understand, what this sentence means. Can you explain it? | I think so, the Konsole app doesn't seem to use the PRIMARY

Re: SSH XFree86

2002-11-22 Thread Andrew Markebo
What is the variable DISPLAY set to on the unix-machines?? What is the variable DISPLAY set to in the terminal you do the ssh -X command from? /Andy / John Burkhart [EMAIL PROTECTED] wrote: | To whomever may have the knowledge (aka HH?), | I am using XFree86 running on a win98 machine

Re: XDMCP on Windows 95

2002-12-07 Thread Andrew Markebo
/ J S [EMAIL PROTECTED] wrote: | All i did was : | xwin -query host -fp host:7100 -from mypc | I didn't pass the extra parms so I guess there was a flaw in that | theory! I'm clutching at straws a bit now though 'cos I'm desperate to | sort this out. I would have a look at the source code but I

Re: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread Andrew Markebo
Just some wild guess, you are running the correct rxvt? Not the cygwin native rxvt? /Andy / Yadin Y Goldschmidt [EMAIL PROTECTED] wrote: | Hi Harold, | I would like to report success with windows xp. Multiwindow mode works! | However there is still one problem: | from startxwin.bat I

Re: Connect from Unix to Windows via ssh and start an applycationwhich is using the windows display

2003-01-13 Thread Andrew Markebo
Security thingy, basically you can't do this, fire up a graphical windows-app remote. You maybe want to throw an eye on VNC, will export the desktop of the windows-machine to any machine having a vnc-viewer.. and vnc-viewers exist for maany platforms. /Andy / Axel Bauer [EMAIL

Re: Xinit Error-Remote Host

2003-01-14 Thread Andrew Markebo
/ vedanth [EMAIL PROTECTED] wrote: [...] | Also,interestingly ..my internet stops functioniing at the same time | ..the X server connection is lost. If you do it again, wait idle in 6 hours, without X connections, do you loose internet then also? Do you have any firewalls running on the PC, just

Re: Using XFree to replace explorer.exe as the window manager forWindows

2003-01-20 Thread Andrew Markebo
/ David Fraser [EMAIL PROTECTED] wrote: | Stuart Adamson wrote: | |Yep - I've done this. | |However - some of the control panel stuff didn't work correctly afterwards |(like the program installation wizard). I had to move back to explorer.exe, |install my program then move back to using X as the

Re: Q: Character ~ appears only after following space

2003-01-23 Thread Andrew Markebo
/ Andrew Markebo [EMAIL PROTECTED] wrote: | | | | And what if I do not have a XF86Config file? Is it possible by changing some | | xmodmap file? | | Just a quick thought.. in this case, isn't it MS-Windows that takes | care of that part, I mean.. isn't it MS-Windows that holds ´ to | determine

Re: multiple xpm instances

2003-02-12 Thread Andrew Markebo
/ Paul Kirschner [EMAIL PROTECTED] wrote: | In compiling an X11 application I found multiple instances of xpm. One | version comes from XFree86-prog-4.2.0-1 (dated 1/21/2002 and in | /usr/X11R6/{lib,include}) and the other from xpm-4.0.0-2 (dated 12/8/2000 | and in /usr/{lib,include)). cygcheck -c

Re: Big Problem about keyboard/mapping

2003-02-14 Thread Andrew Markebo
Hello xkeycaps is a great tool for messing around with the keyboard layout in your X-session. /Andy [...] |Last choice is modifying cygwin itself keymap to layout FI. So how i |change that on cygwin CONSOLE? also needed know the mapping sources to |modifying if nessesury. i have already

Re: Autoraise in Test77 multiwindow mode

2003-02-19 Thread Andrew Markebo
Humm my view.. This is actually a 'feature', they say it works with FVWM, yeah.. but it is configurable in fvwm, and other window managers to raise or not on focus, so well see it as feature wish in the multiwindow 'window manager'. Just being picky.. or something.. /Andy -- The

Re: using rxvt with other shells

2003-02-19 Thread Andrew Markebo
/ Igor Pechtchanski [EMAIL PROTECTED] wrote: | On Wed, 19 Feb 2003, Karl North wrote: | | Has anyone out there ever used the MKS Korn shell or any other | non-BASH shell in the RXVT terminal emulator on Windows 2000? I don't think the problem is non-BASH, I think it is non-Cygwin. MKS I think

Re: XFree86-cygwin KDE national keybord layouts

2003-02-20 Thread Andrew Markebo
/ Lev Serebryakov [EMAIL PROTECTED] wrote: | [...] | KDE is configured for two keyboard layouts: English and Russian. | I've configured `ctrl+shift' group toggle in KDE. But it doen't work | -- it allows to switch layouts via clicing on flag icon on dock, but | it doesn't do anything when

Mount of /usr/X11R6/lib/X11/fonts..`??

2003-02-28 Thread Andrew Markebo
Just a quick question, why is /usr/X11R6/lib/X11/fonts separately mounted? Is it to make sure that it is binary mounted or? /Andy -- The eye of the beholder rests on the beauty!

Re: xmesa header file

2003-03-05 Thread Andrew Markebo
Hi! Just a thought, shouldn't xmesa be in the opengl lib or something similar? Or am I into it wrong Harold? Can't find xmesa.h in the XFree86-prog file. /Andy / Gary Pekmezi [EMAIL PROTECTED] wrote: | Thanks for the response. | Yes I do have the XFree86-prog package but I still cannot

Re: Application Problem: InsightII

2003-03-06 Thread Andrew Markebo
| My questions are: | 1. If the XFree86 module is loaded does this mean that glx is also | loaded? If my memory don't fail me, the glx-module or whatever is not ported to cygwin.. yet.. It can be found in some X-servers on the linux-end, most often distributed by those who made the graphics

Re: compiling Motif (Lesstif) program

2003-03-06 Thread Andrew Markebo
/ [EMAIL PROTECTED] wrote: | Hi, | | I just try learning X and Motif. | I have a very simple program: | | ---snip--- [... my snip ...] | ---snip--- | and try to compile it using: | gcc -o simple simple.c -I /usr/X11R6/include/ -L /usr/X11R6/lib/ -lXm -lXt | -lX11 Could it be a missing -lSM before

Re: SSH X forwarding not working

2003-03-06 Thread Andrew Markebo
/ Chris Horn [EMAIL PROTECTED] wrote: | Greetings. I've looked over the mailing list, but haven't been able | to find out why using | | ssh -X remote-host Try to throw on one or two -v's to check what ssh thinks. From where do you do ssh -X remote-host, and what is the value of the variable

Re: SSH X forwarding not working

2003-03-06 Thread Andrew Markebo
Hmm looked through the mail again and saw: | ssh -x remote-host Have you tried ssh -X, capital X, using small x disables ssh forwarding. Meanwhile: / Chris Horn [EMAIL PROTECTED] wrote: | At the other end, /etc/ssh/sshd_config now has the line X11Forwarding yes | | Still no go. | | When I

Re: another thing

2003-03-07 Thread Andrew Markebo
/ Chris Horn [EMAIL PROTECTED] wrote: | Seeing as I don't have that clip thing, here's some paraphrased debug messages: | | Warning: No xauth data; using fake auth data for X11 forwarding | debug1: Requesting X11 fwd w/ auth spoofing | debug1: channel request 0: x11-req | debug1: Remote: No xauth

Re: Where did X11R6

2003-03-09 Thread Andrew Markebo
/ chuck [EMAIL PROTECTED] wrote: | I did the [- Install Cygwin now. Ran setup and Ta-Da working | like a charm ..except | /usr/X11R6 - not there. To include xhost - very imprortant to me :-( | | What'da I miss? You did a standard install, did not select X11co. Probably? /Andy --

Re: Run file

2003-03-11 Thread Andrew Markebo
/ Dat Quang Vu [EMAIL PROTECTED] wrote: | Hello | I have just installed cygwin in windows 2000.After installstion i try to run | the file hygrt.csh under folder and get the error: | bash: ./enblhstg.csh : no such file or directory. Check the first line of enblhstg.csh, it probably looks like:

Re: xterm shows no color for color fonts

2003-03-13 Thread Andrew Markebo
/ Haibing Ma [EMAIL PROTECTED] wrote: | When I opened vi or emacs-nox, it shows bold fonts and underlines, but | it doesn't show colors. All characters are in my foreground color. I | set xterm*VT100*colorMode: true. I even tried +cm option, it doesn't | work either. Did miss anything? What does

Re: i dont want to use the xhost-command

2003-03-19 Thread Andrew Markebo
Just some wild ideas.. * xhost +sunmachine in your startxwin.sh?? * Use ssh -x to connect to the sun-machine and start xterm with /Andy / [EMAIL PROTECTED] wrote: | hi, | | i will run an x-server in cygwin and want to use this x server from an | remote sun. to do that i had to run xhost

Re: launching win apps inside Xfreee86?

2003-03-19 Thread Andrew Markebo
| 1. have cygwin XFree86 window to be full sreen (meaning no boarder) Hmm could an alternative be without background.. meaning the windows desktop is the behind.. is the window? | 2. have windows apps run inside the Xfree86 session? Nope, alternative might be using VNC or similar if you want to

Re: startx from bash can not find cygwin1.dll

2003-04-01 Thread Andrew Markebo
Tried startxwin? /A / kiwhan chung [EMAIL PROTECTED] wrote: | When I type in 'startx' on Bash shell prompt, I get a windows dialog about | 'xinit.exe - Unable To Locate DLL' I noticed this is in the FAQ list, | so I tried to search for extra copies of cygwin1.dll files, but I only | have

Re: keyboard non-US

2003-04-02 Thread Andrew Markebo
/ kaio [EMAIL PROTECTED] wrote: | Can be used an IT keyboard layout instead? | If you have a modern xfree it should find your keyboard layout automatically (or it is still beta?), if still problem - throw an eye or two at the faq at http://xfree86.cygwin.com/docs/faq/cygwin-xfree-faq.html 4.4

Re: keyboard non-US

2003-04-02 Thread Andrew Markebo
to copy'n'paste) ;-) /Andy / Alexander Gottwald [EMAIL PROTECTED] wrote: | On Wed, 2 Apr 2003, Andrew Markebo wrote: | | / kaio [EMAIL PROTECTED] wrote: | | Can be used an IT keyboard layout instead? | | | | If you have a modern xfree it should find your keyboard layout | | No. Italian is not in the list

Re: Remote Graphical Acesss to SuSE from XP

2003-04-04 Thread Andrew Markebo
I don't see that you have started X? Meanwhile step by step.. getting an xterm.. | I start CygWin through the standard cygwin.bat file from installation. After starting cygwin.bat, type startxwin.sh in the shell-window.. | From the terminal window I can connect to 192.168.0.5 through TelNet

Re: Remote Graphical Acesss to SuSE from XP Continued

2003-04-05 Thread Andrew Markebo
| When I executed startxwin.sh, a new XFree86 window came up with the X | cursor and a terminal window. From there I logged onto my linux | machine (ssh -x | 192.168.0.5) and echoed the display variable (echo $display). A blank ssh -X, capital X to be used.. include a -v switch also to see

Re: Konsole-like application?

2003-06-09 Thread Andrew Markebo
/ William E. Kempf [EMAIL PROTECTED] wrote: | Are there any applications similar to Konsole for Cygwin. By similar, I | mean an application with a tabbed frame for multiple consoles and a button | to create new consoles, but one that doesn't require KDE (I want to run | -multiwindow). | Hmm

Re: rdesktop.exe session on an X-terminal?

2003-06-23 Thread Andrew Markebo
hi! Just a couple of quick thoughts here.. * I don't think rdesktop can display the xfree sessions from windows. * xfree can't send stuff like word and so on from windows to a x-session on other machine. What is sent is to be X-applications. /Andy / msg [EMAIL PROTECTED] wrote: | Earle,

Re: rdesktop.exe session on an X-terminal?

2003-06-23 Thread Andrew Markebo
| On a test machine using Cygwin/Xfree86 one may telnet from the | X-terminal and establish an xterm (bash) session but then invoking | 'rdesktop.exe' will not open a session on the remote display. | 'rdesktop.exe' does open a session window on the console display if | invoked from a console

Re: rdesktop.exe session on an X-terminal?

2003-06-23 Thread Andrew Markebo
I think I have found your 'problem', assuming you are using rdesktop.exe from http://www.atomice.com/rdesktop.html.. If I have gotten stuff right, The target of this rdesktop.exe is to do a rdesktop running natively on a windows-machine, no X11 stuff needed during link (gcc -mno-cygwin

Re: rdesktop.exe session on an X-terminal?

2003-06-24 Thread Andrew Markebo
/ msg [EMAIL PROTECTED] wrote: | Thanks much Andy; I didn't pull down the sources but just took the | binary on the direct suggestion by Chris January (he knew what I | was trying to do but alas... :-)) Tell us how well it works in 'cygwin' and X-mode :-) /Andy -- Don't walk in front of

Re: Win2k Telnet Server login issues (no XDM so gotta usesomething)

2003-07-09 Thread Andrew Markebo
/ Harold L Hunt II [EMAIL PROTECTED] wrote: | Did I miss something? What is going on here? He wants to serve a bumch of X-terminals from a NT-machine.. (running X-server on the NT machine, and show NT-sessions on the terminals) msg, sorry, I don't think NT's telnetdeamon does mount drives and

Re: wmaker fatal error: could not open display :0

2003-07-19 Thread Andrew Markebo
What happens if you try startxwin.sh? Thats how I pull up my xwindows. /Andy / digitalsmear [EMAIL PROTECTED] wrote: | Having trouble getting X to run... The worst part about this is that I | had it working a few hours ago, but I uninstalled and reinstalled becaused | I foobared my

Re: Compiling Lesstif on Cygwin

2003-07-26 Thread Andrew Markebo
/ Gary Nicholson [EMAIL PROTECTED] wrote: | Igor, | | Yes, this is very good. Moving the libraries to the end helps. | | I find that I also have to add two additional libraries: | | -lSM and -lICE | | Is this to be expected? yes :-) | | When I add the libraries, I get a successful compile

Re: Compiling Lesstif on Cygwin

2003-07-26 Thread Andrew Markebo
Argh! Sorry for the small reply on this subject, I meant just to throw a private reply to the author, but this group is the only one who puts a Reply-to header, and I always forget.. /Andy -- The parser of the compiler rests on the code! Please note, new email, @telia.com

Re: Compiling Lesstif on Cygwin:K@N@!:

2003-07-28 Thread Andrew Markebo
/ Gary Nicholson [EMAIL PROTECTED] wrote: | Igor, | | Yes, this is very good. Moving the libraries to the end helps. | | I find that I also have to add two additional libraries: | | -lSM and -lICE | | Is this to be expected? yes :-) | | When I add the libraries, I get a successful compile

Re: request for new feature

2003-08-04 Thread Andrew Markebo
/ Jack Tanner [EMAIL PROTECTED] wrote: |Start-Run |c:\cygwin\usr\X11R6\bin\run /usr/X11R6/bin/xterm -display :0 | YES! , this works perfectly. Now could this be added | as a right click menu option to the tray? or hmm during setup of the packages, add an icon for X-server, and local xterm, to

Re: Updated on sourceware: XFree86-bin-icons-4.3.0-2

2003-08-14 Thread Andrew Markebo
/ Steinar Bang [EMAIL PROTECTED] wrote: | Harold L Hunt II [EMAIL PROTECTED]: | | The XFree86-bin-icons-4.3.0-2 package has been updated in the Cygwin | distribution. | | Is there a way to list the content of an installed cygwin package? | Ie. something like rpm -ql or dpkg -L? If installed, do a

Re: Incorporating .epsi files into TeX docs : failure

2003-08-14 Thread Andrew Markebo
/ Alexander Gottwald [EMAIL PROTECTED] wrote: | On Sun, 10 Aug 2003 [EMAIL PROTECTED] wrote: | | gs: Unknown device: x11 | | The ghostscript package was not compiled with X11 support. You can either | compile it yourself or ask the maintainer of ghostscript if he could provide | binaries with

Re: Attempt to build Scigraphica and xml-config

2003-08-20 Thread Andrew Markebo
/ J.Underwood [EMAIL PROTECTED] wrote: | Hi | | I'm attempting to build Scigraphica for cygwin/xfree86, and on running the | configure script it is bombing out complaining of not being able to find the | xml-config file. I have checked my setup and the xml libraries are | installed. Any ideas?

Re: Xwin stackdump while logging into RH8 with KDE as windowmanager

2003-09-04 Thread Andrew Markebo
Maybe throw an eye at the log in /tmp also? [...] | | Please attach your startxwin.sh file for examination. /Andy -- The Devil is so clever that he makes you think he doesn't exist. Please note, new email, @telia.com - @comhem.se

Re: Xwin stackdump while logging into RH8 with KDE as window manager

2003-09-05 Thread Andrew Markebo
Hi! Many thoughts.. hmm not nothing like KDE loads something that wants features that only can be found on linux, not on the cygwin xfree? /Andy -- The eye of the linker rests on the libs! Please note, new email, @telia.com - @comhem.se

static libs in bin?

2003-09-12 Thread Andrew Markebo
libX11.a, and some more static libraries, can be found in XFree86-bin, but I mean.. are they really needed here? Isn't the correct placement in XFree86-prog? /Andy -- You believe in the Users? -Tron Please note, new email, @telia.com - @comhem.se

Re: static libs in bin?

2003-09-18 Thread Andrew Markebo
/ Harold L Hunt II [EMAIL PROTECTED] wrote: | Andy, | | Andrew Markebo wrote: | libX11.a, and some more static libraries, can be found in XFree86-bin, | but I mean.. are they really needed here? Isn't the correct placement | in XFree86-prog? | | /Andy | | You must be looking at an old

Re: abaqus on cygwin

2003-09-30 Thread Andrew Markebo
Hmm just a quick check, the bash-prompt you fire it up from, is it started from within cygwin X-windows? Is the environment variable $DISPLAY set to something? (you have started X-windows, and tell abacus to where to find it) I wonder, it seems like you have to blame abaqus, not cygwin, it maybe

Re: Error linking against libXt

2003-10-23 Thread Andrew Markebo
/ Lou Losee [EMAIL PROTECTED] wrote: | Thanks, I will try that. Is there any way to determine what the default | search libs are for gcc/ld? I was not able to find anything in the | man/info pages other than there was a default search path. Run gcc with -v and it will show you where it searches

Re: Cygwin XFree86 startx Problem

2003-11-21 Thread Andrew Markebo
/ Chan Seng Loong [EMAIL PROTECTED] wrote: |[...] | $ startx | + userclientrc=/home/Chan Seng Loong/.xinitrc | + userserverrc=/home/Chan Seng Loong/.xserverrc just a wild thought, homedir with space in it, try without.. edit /etc/passwd. /A -- Democracy is two hungry wolves and one

Re: startx problem on Win-XP

2003-11-25 Thread Andrew Markebo
If you from a cmd window run startxwin.bat, what is printed out? If you run the startxwin.sh from a cygwin window, what is printed out? What does /tmp/XWin.log contain? /Andy / [EMAIL PROTECTED] (Reichel, Wolfgang ) wrote: | Harold , | |Reichel, Wolfgang wrote: |Hello ! |I have installed

Re: AltGr and Solaris 2.6 still not working (Solaris 8 does though)

2004-01-12 Thread Andrew Markebo
Tried xkeycaps (running on the sun) to show what the SUN thinks the keyboard look like? http://www.jwz.org/xkeycaps/ /Andy -- The nice thing about standards is that you have so many to choose from. - Andrew Tanenbaum, OS?

Re: startxwin.bat-missing files

2004-02-10 Thread Andrew Markebo
The setup program should select the packages you need, like cygwin. /Andy / robert jacques [EMAIL PROTECTED] wrote: | After downloading and installing cygwin the user guides directs you on how | to start cygwin. | | One method is to run /usr/X11R6/bin/startxwin.bat by double-clicking it in |

Re: FW: XWin Xserver maximum root area exceeded?

2004-03-05 Thread Andrew Markebo
[...] | | Hi, | I am trying to use the prebuilt XWin.exe on a root area of | 12800x2048 (20 projectors arranged in 2 rows each with a resolution of | 1280x1024) Very interesting! 12.800 twelveTHOUSAND pixels wide.. could it be something like the size has a limitation? Hmm maybe is squeezed

Re: Start XTerm without DOS Window

2004-06-03 Thread Andrew Markebo
/ Russell Seymour [EMAIL PROTECTED] wrote: | | [...] | | My first thought was to start XTerm without a batch file - however | when I do this i get the message saying that the system cannot find | the cygwin.dll. cygwin.dll needs to be in the path, so set c:\cygwin\bin in the windows environment.