Xserver compilation error

2006-11-08 Thread J. Offerman
Attached is the result of doing tail -100 World.log. Before doing the build, I checked out the latest x sources and did the cygwin updates. I used to be able to build it. What's wrong? Can somebody help me? gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2

Re: Xserver compilation error

2006-11-08 Thread J. Offerman
I think this is the same fontconfig issue as described in this. http://cygwin.com/ml/cygwin/2006-11/msg00102.html So I guess I'll wait for the fontconfig announcement. JO On 11/8/06, J. Offerman [EMAIL PROTECTED] wrote: Attached is the result of doing tail -100 World.log. Before doing

building issue

2009-08-15 Thread J. Offerman
I'm trying to build the server. At the end, I see XWin.exe is created but it doesn't seem right. I see one error in the build log. So, I see it links every .o file with *.la files to create ./XWin.exe and then it links every *.o files with a bunch of *.a files to create .libs/XWin.exe and then

Re: building issue

2009-08-17 Thread J. Offerman
On Sat, Aug 15, 2009 at 2:14 PM, Jon TURNEYjon.tur...@dronecode.org.uk wrote: afaik, since this wrapper isn't doing anything useful for you in this particular case, you can invoke .libs/XWin.exe directly and it should just work. Moving on, now it seems okay to start .libs/XWin.exe but it

autogen.sh error

2010-02-23 Thread J. Offerman
I'm trying to compile Xserver. Following the guide on http://x.cygwin.com/docs/cg/prog-obtaining-source.html, I tried to run autogen.sh and got errors. First, I got this error saying: configure.ac:42: error: must install xorg-macros 1.2 or later before running autoconf/autogen So I ran the

Re: autogen.sh error

2010-02-23 Thread J. Offerman
On Tue, Feb 23, 2010 at 6:19 PM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 24/02/2010 01:44, J. Offerman wrote: I'm trying to compile Xserver. Following the guide on http://x.cygwin.com/docs/cg/prog-obtaining-source.html, I tried to run autogen.sh and got errors. First, I got

Re: autogen.sh error

2010-02-24 Thread J. Offerman
On Tue, Feb 23, 2010 at 10:06 PM, J. Offerman joffer...@gmail.com wrote: With those packages installed now, I was able to compile XWin.exe and it is running fine. But I saw a couple of gcc errors saying -rdynamic is not a recognized option or something when the build process was building

Re: Slow response to keypresses in xorg-server-1.8.0-1

2010-05-20 Thread J. Offerman
Yeah I just saw that as well. Today I upgraded my xserver from 1.7.3 to 1.8.0 and immediately noticed the awkwardness on Alt-Tab. What happened? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: [ANNOUNCEMENT] Updated: xorg-server-1.9.0-2 (TEST)

2010-10-25 Thread J. Offerman
Please advise on this error. = CCLD XWin.exe /usr/lib/libXfont.a(miscutil.o):miscutil.c:(.data+0x0): multiple definition of ` _serverGeneration' ../../dix/.libs/libdix.a(globals.o):globals.c:(.bss+0x4): first defined here collect2: ld returned 1 exit status

Re: xserver compile err

2012-09-27 Thread J. Offerman
On Thu, Sep 27, 2012 at 5:38 AM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 27/09/2012 01:13, J. Offerman wrote: I'm trying to compile 1.12.4 now. ... This is a failure building the unit tests That's right. I didn't notice XWin.exe was compiled successfully. I'd guess you need

Re: compiling xwin 1.15.1-2

2014-06-21 Thread J. Offerman
) I've uploaded an updated khronos-opengl-registry-20140619_svn27116-1 package, which includes this fix. ) Due to other changes it includes, an additional change is needed to compile xorg-server with it, which is included in 1.15.1-3. I'm seeing the following error now. Is this what you are

Re: compiling xwin 1.15.1-2

2014-06-21 Thread J. Offerman
) ) Due to other changes it includes, an additional change is needed to ) compile xorg-server with it, which is included in 1.15.1-3. ) ) I'm seeing the following error now. Is this what you are talking about? No, it was just a python thing. After installing additional python3 libraries, it did

build error on 1.16.2-1

2014-12-01 Thread J. Offerman
Can somebody help me overcome this error? What am I missing this time? Last time I tried to build X was 2 months ago and it was 1.16.1-1, which was built just fine. Thanks for your help. make[5]: Entering directory

Re: build error on 1.16.2-1

2014-12-01 Thread J. Offerman
update on Nov 17 that renewed it. Should I just add the extra arguments for those 3 funcs in the source file as defined in the new header file? That looks like working. On Mon, Dec 1, 2014 at 11:09 AM, J. Offerman joffer...@gmail.com wrote: Can somebody help me overcome this error? What am I missing

Re: remote xterm's can't open display after upgrade

2014-12-12 Thread J. Offerman
Instead of bothering with the nolisten option and running $ ssh centos6 Just do this: $ ssh -Y centos6 without touching the xserver option. That's what Jon meant. I also stumbled upon this awhile back and pulled my hair(from whereever I still got them). On Thu, Dec 11, 2014 at 11:14 AM, Jon