public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Port xfig to win95
       [not found] <199707260345.XAA05310@woodmore.gsfc.nasa.gov>
@ 1997-07-27 19:22 ` Hung Hsin Chang
  1997-07-28  1:14   ` login.c Bilbo Baggins
  0 siblings, 1 reply; 5+ messages in thread
From: Hung Hsin Chang @ 1997-07-27 19:22 UTC (permalink / raw)
  To: Arlindo da Silva; +Cc: gnu-win32

On Fri, 25 Jul 1997, Arlindo da Silva wrote:

> > I ported xfig to win95. 
> 
> Great! Would you mind sharing your sources with us? Which GNU Win32
> version have you used? B18? Are using the X11R6.3 libraries from our
> server? 
  Yes, i used GNU-Win32 B18 and X11R6.3 libraries. I didn't change any
source codes of xfig. I just set USE_DIRENT flag and followed the readme
file of xfig to run "xmkmf" and "make install" ...

In order to make xmdmf work, i created a directory \lib and copied 
the files in
\gnuwin32\b18\H-i386-cygwin32\lib\gcc-lib\i386-cygwin32\cygnus-2.7.2-970404
to \lib.


> 
> > I got "Warning: Unable to load any usable
> > fontset" when i launched it. Any idea? The X sever i used is xwin32.
> 
> Is this the demo version? Have you loaded the Xwin32 extra fonts?
> 
  The Xwin32 is not demo verion. The problem was caused by
improper installation of xfig. However, it has been solved.


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* login.c
  1997-07-27 19:22 ` Port xfig to win95 Hung Hsin Chang
@ 1997-07-28  1:14   ` Bilbo Baggins
  1997-07-28  9:59     ` login.c Jerzy Schubert
  1997-07-28 13:47     ` login.c Michael Hirmke
  0 siblings, 2 replies; 5+ messages in thread
From: Bilbo Baggins @ 1997-07-28  1:14 UTC (permalink / raw)
  To: gnu-win32

trying to compile the login.c file from Sergey's home page
and got:

... undefined reference to 'LoginUserA@24'

quick grep of the libs show that this is defined in
libadvapi32.a

but however when i run login.exe it keeps giving me: 'Login incorrect'
for any valid user/password combination

ideas/suggestions?


TIA



-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: login.c
  1997-07-28  1:14   ` login.c Bilbo Baggins
@ 1997-07-28  9:59     ` Jerzy Schubert
  1997-07-28 13:47     ` login.c Michael Hirmke
  1 sibling, 0 replies; 5+ messages in thread
From: Jerzy Schubert @ 1997-07-28  9:59 UTC (permalink / raw)
  To: Bilbo Baggins; +Cc: gnu-win32

I inserted
GetLastError() after LogonUser in login.c
then ran login from the dos box 
and it returned 1314
then help netmgsg 1314 said something like
client  has  not sufficent priviledges.

I've checked msdn LogonUser info and it said something about
SE_TCB_NAME privilege process must have. TCB stand for trusted computer
based or whatever.

With User Manager i gave the starting account several priviledges
for LogonUser is prviledge "part of the operating system" or similar
perhaps sufficient but then for starting process as a user others
are probably also necessary anyway.

then REBOOT the machine or nothing happens.

after that i passed LogonUser,

then i had messages 

: no such file or directory

it was beacouse /etc/passwd, had \r\n 

after that it finaly works

Thanks very much for the help  Bilbo,
and  especially  Sergej.


On Mon, 28 Jul 1997, Bilbo Baggins wrote:

> 
> trying to compile the login.c file from Sergey's home page
> and got:
> 
> ... undefined reference to 'LoginUserA@24'
> 
> quick grep of the libs show that this is defined in
> libadvapi32.a
> 
> but however when i run login.exe it keeps giving me: 'Login incorrect'
> for any valid user/password combination
> 
> ideas/suggestions?
> 
> 
> TIA
> 
> 
> 
> -
> For help on using this list (especially unsubscribing), send a message to
> "gnu-win32-request@cygnus.com" with one line of text: "help".
> 

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: login.c
  1997-07-28  1:14   ` login.c Bilbo Baggins
  1997-07-28  9:59     ` login.c Jerzy Schubert
@ 1997-07-28 13:47     ` Michael Hirmke
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Hirmke @ 1997-07-28 13:47 UTC (permalink / raw)
  To: gnu-win32

Hi Bilbo,

[...]
> but however when i run login.exe it keeps giving me: 'Login incorrect'
> for any valid user/password combination
> 
> ideas/suggestions?

No, but same problem here.
One time - don't know why - it worked, i.e. it accepted userid/passwd
combination, but then failed to start bash. But that was only one time -
and I'm not aware, that I changed anything before or after that
successful try.

> 
> 
> TIA

Bye.
Michael.
--
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mh@mike.franken.de
                         | WWW     http://minimike.franken.de/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Port xfig to win95
@ 1997-07-24 21:29 Hung Hsin Chang
  0 siblings, 0 replies; 5+ messages in thread
From: Hung Hsin Chang @ 1997-07-24 21:29 UTC (permalink / raw)
  To: gnu-win32

I ported xfig to win95. I got "Warning: Unable to load any usable
fontset" when i launched it. Any idea? The X sever i used is xwin32.



-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1997-07-28 13:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <199707260345.XAA05310@woodmore.gsfc.nasa.gov>
1997-07-27 19:22 ` Port xfig to win95 Hung Hsin Chang
1997-07-28  1:14   ` login.c Bilbo Baggins
1997-07-28  9:59     ` login.c Jerzy Schubert
1997-07-28 13:47     ` login.c Michael Hirmke
1997-07-24 21:29 Port xfig to win95 Hung Hsin Chang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).