Re: Mutex init failure trying to run Scribus

2005-12-15 Thread René Berber
Brian Dessent wrote: [snip] > if ((static_ptr1 && *object == static_ptr1) || > (static_ptr2 && *object == static_ptr2) || > (static_ptr3 && *object == static_ptr3)) > return VALID_STATIC_OBJECT; > if ((*object)->magic != magic) Changing the line above to: if ((*object) == N

RE: I need help to configure Norton Firewall 2005

2005-12-15 Thread Robert Body
Oops, you did say you have Norton 2005. I paid for it in Sept, then 2006 came out, and I called them 2 months later and asked to upgrade to 2006, and they refunded me the yearly subscription, and gave me website address to go to: something like www.symantec.com/upgrade where you get a reduced

RE: I need help to configure Norton Firewall 2005

2005-12-15 Thread Robert Body
Hi M.Z., I have Norton Security 2006 and i didn't do anything special for cygwin. I had internet connection up and running, and installed cygwin and X, and at some point Norton Firewall came up asking if I give permission to the individual components like "ssh" or "icewm" or even "setup.exe". I

I need help to configure Norton Firewall 2005

2005-12-15 Thread m. z.
I have Norton Internet security 2005 and I installed cygwin cygwin/x. In the firewall configuration in the programs menu I added manually Xwin.exe. The cygwin or cygwin/x start only if I am not connected to internet, but if I connect to internet, the windows appears (the xterm for example), but

Re: q. on Windows integration

2005-12-15 Thread Igor Pechtchanski
On Thu, 15 Dec 2005, Wladimir Mutel wrote: > Hi, > > 1. Is it possible for Cygwin X server to use native raster and > ttf fonts provided by enclosing Windows environment ? If not, > what scale of changes would be required to implement this ? > What subsystems and libraries should be touched ? Yes