Imake.tmpl: No such file or directory

2006-01-19 Thread Brian Jones

Hello,

Started trying to compile a familiar Linux library under Cygwin and ran 
into a problem with the AC_PATH_XTRA autoconf macro which calls xmkmf 
which calls imake.  The trouble is that even with xorg devel installed, 
and therefore I do have a /usr/X11R6/lib/X11/config/Imake.tmpl, imake 
will still complain because it cannot find this file.  Based on strace 
it appears to look in the current directory, then in 
C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\include\Imake.tmpl, then 
(C:\cygwin\usr\include\w32api\Imake.tmpl.  I can actually work around 
this problem by just doing a 'touch Imake.tmpl' in the current directory 
where imake is executed by configure for this macro test.  However, 
something is wrong here and I could not find a recent email about this 
problem.


To reproduce the problem, 'touch Imakefile;imake'.  Should result in the 
following output.


$ touch Imakefile
$ imake
Imakefile.c:9: Imake.tmpl: No such file or directory
imake: Exit code 1.
 Stop.

Thanks,
Brian

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Xlib: connection to 192.168.0.249:0.0 refused by server

2006-01-19 Thread PoWah Wong
I start Cygwin/X by:
cd /usr/X11R6/bin
startx

My windows XP IP address is 192.168.0.249.
I connect to the lab1 computer by:
ssh -l admin 192.168.0.254

[EMAIL PROTECTED] admin]$ DISPLAY=192.168.0.249:0.0
[EMAIL PROTECTED] admin]$ export DISPLAY
[EMAIL PROTECTED] admin]$ gvim
Xlib: connection to 192.168.0.249:0.0 refused by
server
Xlib: No protocol specified

E233: cannot open displayXlib: connection to
192.168.0.249:0.0 refused by server
Xlib: No protocol specified

Hit ENTER or type command to continue



If my client is a unix computer, then xhost + will
fix the problem.
Now my client is a windows XP computer, what should I do?






__ 
Find your next car at http://autos.yahoo.ca

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Running Cygwin on multi-user Windows XP

2006-01-19 Thread Tom Legbandt
Cygwin when installed on Windows XP multi user machines will only run 
under the account in which it in installed.  In addition, the account 
must have administrative rights, which is totally unacceptable.


What do I have to do to get it to run on non-administrative accounts 
that were not the account under which it was installed?


/Tom

--
Tom Legbandt
NOAA-CREST Center
The City College of New York
Electrical Engineering Dept.
140th and Convent Ave.
New York, NY  10031
(212) 650-8274  -  (tel)
(212) 650-5459  -  (msg)
(212) 650-5491  -  (fax)



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



RE: Running Cygwin on multi-user Windows XP

2006-01-19 Thread Soong, SylokeJ
google:
cygwin xp non-administrator account

result:
http://www.cygwin.com/ml/cygwin-xfree/2005-02/msg9.html


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Tom Legbandt
Sent: Thu, January 19, 2006 2:40 PM
To: cygwin-xfree@cygwin.com
Subject: Running Cygwin on multi-user Windows XP


Cygwin when installed on Windows XP multi user machines will only run 
under the account in which it in installed.  In addition, the account 
must have administrative rights, which is totally unacceptable.

What do I have to do to get it to run on non-administrative accounts 
that were not the account under which it was installed?

/Tom

-- 
Tom Legbandt
NOAA-CREST Center
The City College of New York
Electrical Engineering Dept.
140th and Convent Ave.
New York, NY  10031
(212) 650-8274  -  (tel)
(212) 650-5459  -  (msg)
(212) 650-5491  -  (fax)



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



RE: Running Cygwin on multi-user Windows XP

2006-01-19 Thread Angelo Graziosi

Soong, SylokeJ wrote:

 google:
 cygwin xp non-administrator account

 result:
 http://www.cygwin.com/ml/cygwin-xfree/2005-02/msg9.html


I think that 

   REM Mount local user %TEMP% as /tmp
   mount -f -u -t %TEMP% /tmp

should not work is statxwin.bat is started from a link on desktop or
clicking on it frome Resource Explorer.


%CYGWIN_ROOT%\tmpis  c:\cygwin\tmp and not %TEMP%,i.e.

C:\DOCUME~1\'user'~1\IMPOST~1\Temp


It could work only if statxwin.bat is started from a bash shell
(Cygwin.bat) 

The solution 'to mount the users own tmp directory as /tmp' should work in
an environment that knows what means 'mount', '/tmp' (like CYGWIN).


Best regards,

   Angelo.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/