Re: xinit: The application has failed to start because cygfreetype-6.dll was not found.

2003-11-12 Thread Steinar Bang
> Harold L Hunt II <[EMAIL PROTECTED]>:

> You need the libfreetype26 package, which is gotten by selecting the
> freetype2 package.  It should have been automatically selected, but
> it looks like it wasn't in your case.

When I started setup.exe right now, and clicked keep on the
XFree86-xserv package, the libfreetype26 package was selected and was
installed. 

> Also, make sure that you have the fontconfig package (it
> auto-selects libfontconfig0).

Forgot to check that, but I guess it was installed, because it works
now. 

Thanx!



Re: xinit: The application has failed to start because cygfreetype-6.dll was not found.

2003-11-07 Thread Harold L Hunt II
Steinar,

You need the libfreetype26 package, which is gotten by selecting the 
freetype2 package.  It should have been automatically selected, but it 
looks like it wasn't in your case.

Also, make sure that you have the fontconfig package (it auto-selects 
libfontconfig0).

Harold

Steinar Bang wrote:
Harold L Hunt II <[EMAIL PROTECTED]>:


(I'm not Constantine, but I see the same problem)

However, I want to know what application was failing in your xinit
scripts.  There should not be an application that requires
cygfreetype-9.dll in the default script.  Have you modified your
script?


Yes.

I've added two xterms doing an ssh -X into linux boxes I always work
on, and there is a sleep between each xterm start.

What program are you launching that requires this DLL? 


The dialog that pops up, has the title:
XWin.exe - Unable To Locate DLL

Are you launching emacs?


No.

I did the update today.




Re: xinit: The application has failed to start because cygfreetype-6.dll was not found.

2003-11-07 Thread Steinar Bang
> Steinar Bang <[EMAIL PROTECTED]>:

> Harold L Hunt II <[EMAIL PROTECTED]>:

>> However, I want to know what application was failing in your xinit
>> scripts.  There should not be an application that requires
>> cygfreetype-9.dll in the default script.
[snip!]
>> What program are you launching that requires this DLL? 

> The dialog that pops up, has the title:
>   XWin.exe - Unable To Locate DLL
[snip!]

> I did the update today.

The version of XFree86-xserv is 4.3.0-21.

The version of XFree86-lib-compat is 4.3.0-2, with no available
upgrade candidates.



Re: xinit: The application has failed to start because cygfreetype-6.dll was not found.

2003-11-07 Thread Steinar Bang
> Harold L Hunt II <[EMAIL PROTECTED]>:

(I'm not Constantine, but I see the same problem)
> However, I want to know what application was failing in your xinit
> scripts.  There should not be an application that requires
> cygfreetype-9.dll in the default script.  Have you modified your
> script?

Yes.

I've added two xterms doing an ssh -X into linux boxes I always work
on, and there is a sleep between each xterm start.

> What program are you launching that requires this DLL? 

The dialog that pops up, has the title:
XWin.exe - Unable To Locate DLL

> Are you launching emacs?

No.

I did the update today.



Re: xinit: The application has failed to start because cygfreetype-6.dll

2003-11-03 Thread Constantine
On 2003-11-03 00:26, Constantine wrote:

Harold wrote:

Constantine wrote:

Hello,

After I have updated my installation today, and when I am running 
xinit now, I get a Windows window with the message that 
"cygfreetype-6.dll was not found".

After I did the following, everything worked again:

cd /usr/X11R6/bin/
cp cygfreetype-9.dll cygfreetype-6.dll
Constantine,

Hmm... I would appreciate it if you could help me to figure out what 
the real problem is here.  The new XFree86-bin-4.3.0-7 package no 
longer contains cygfreetype-9.dll, as this library is now distributed 
as part of the freetype2/libfreetype26 package.  freetype2 defines 
the version of the freetype2 library as '6' instead of the '9' that 
XFree86 was using as the library version.  I added a copy of 
cygfreetype-9.dll to the XFree86-lib-compat package for those that 
need the old library.

However, I want to know what application was failing in your xinit 
scripts.  There should not be an application that requires 
cygfreetype-9.dll in the default script.  Have you modified your 
script?  What program are you launching that requires this DLL?  Are 
you launching emacs?

I would like to get any old applications that use cygfreetype-9.dll 
rebuilt.
No, everything should be by default, except for my ~/.xinit file.

I just erased that file, ran the installer again (it downloaded only 
'libfontconfig1-2.2.0-1.tar.bz2' and 'libfreetype26-2.1.5-1.tar.bz2'), 
and it seems to work fine.
It is very strange, since the setup.ini files from yesterday and today 
seem to be the same, and I did not selected nor deselected any option 
neither today nor yesterday. Well, I guess it is the people who make 
the setup.exe to blame.
When I wrote 'that file', I was referring to 'cygfreetype-6.dll', i.e. a 
copy of 'cygfreetype-9.dll', not to my ~/.xinitrc.
In any case, here is my ~/.xinitrc:
<<
xhost + 192.168.0.18
ssh [EMAIL PROTECTED] "setenv DISPLAY 192.168.0.1:0; startkde"
>>

Cheers,
Constantine.
(I am not on the list, so please "reply all". )



Re: xinit: The application has failed to start because cygfreetype-6.dll

2003-11-02 Thread Constantine
Harold wrote:

Constantine wrote:

Hello,

After I have updated my installation today, and when I am running xinit 
now, I get a Windows window with the message that "cygfreetype-6.dll was 
not found".

After I did the following, everything worked again:

cd /usr/X11R6/bin/
cp cygfreetype-9.dll cygfreetype-6.dll
Constantine,

Hmm... I would appreciate it if you could help me to figure out what the 
real problem is here.  The new XFree86-bin-4.3.0-7 package no longer 
contains cygfreetype-9.dll, as this library is now distributed as part 
of the freetype2/libfreetype26 package.  freetype2 defines the version 
of the freetype2 library as '6' instead of the '9' that XFree86 was 
using as the library version.  I added a copy of cygfreetype-9.dll to 
the XFree86-lib-compat package for those that need the old library.

However, I want to know what application was failing in your xinit 
scripts.  There should not be an application that requires 
cygfreetype-9.dll in the default script.  Have you modified your script? 
 What program are you launching that requires this DLL?  Are you 
launching emacs?

I would like to get any old applications that use cygfreetype-9.dll rebuilt.
 

No, everything should be by default, except for my ~/.xinit file.

I just erased that file, ran the installer again (it downloaded only 
'libfontconfig1-2.2.0-1.tar.bz2' and 'libfreetype26-2.1.5-1.tar.bz2'), 
and it seems to work fine.
It is very strange, since the setup.ini files from yesterday and today 
seem to be the same, and I did not selected nor deselected any option 
neither today nor yesterday. Well, I guess it is the people who make the 
setup.exe to blame.

Cheers,
Constantine.
(I am not on the list, so please "reply all". )



Re: xinit: The application has failed to start because cygfreetype-6.dll was not found.

2003-11-02 Thread Harold L Hunt II
Constantine wrote:

Hello,

After I have updated my installation today, and when I am running xinit 
now, I get a Windows window with the message that "cygfreetype-6.dll was 
not found".

After I did the following, everything worked again:

cd /usr/X11R6/bin/
cp cygfreetype-9.dll cygfreetype-6.dll
Constantine,

Hmm... I would appreciate it if you could help me to figure out what the 
real problem is here.  The new XFree86-bin-4.3.0-7 package no longer 
contains cygfreetype-9.dll, as this library is now distributed as part 
of the freetype2/libfreetype26 package.  freetype2 defines the version 
of the freetype2 library as '6' instead of the '9' that XFree86 was 
using as the library version.  I added a copy of cygfreetype-9.dll to 
the XFree86-lib-compat package for those that need the old library.

However, I want to know what application was failing in your xinit 
scripts.  There should not be an application that requires 
cygfreetype-9.dll in the default script.  Have you modified your script? 
 What program are you launching that requires this DLL?  Are you 
launching emacs?

I would like to get any old applications that use cygfreetype-9.dll rebuilt.

Thanks for testing,

Harold



xinit: The application has failed to start because cygfreetype-6.dll was not found.

2003-11-01 Thread Constantine
Hello,

After I have updated my installation today, and when I am running xinit 
now, I get a Windows window with the message that "cygfreetype-6.dll was 
not found".

After I did the following, everything worked again:

cd /usr/X11R6/bin/
cp cygfreetype-9.dll cygfreetype-6.dll
Cheers,
Constantine A. Murenin.