[CSOUND-DEV:3727] Re: csound4 - configure.ac, main.c
Date | 2003-12-08 22:12 |
From | "gogins@pipeline.com" |
Subject | [CSOUND-DEV:3727] Re: csound4 - configure.ac, main.c |
This is because somebody has #included an X header from a FLTK source file or header file. You should easily be able to fix it. Original Message: ----------------- From: steven stevenyi@csounds.com Date: Mon, 08 Dec 2003 13:10:16 -0800 To: csound-dev@eartha.mills.edu Subject: [CSOUND-DEV:3726] Re: csound4 - configure.ac, main.c Almost. But it's an unrelated error: libcsound.a(winFLTK.o)(.text+0x11): In function `Graphable_': /cygdrive/f/eclipse/workspace/csound4/csound/winFLTK.c:44: undefined reference t o `_XOpenDisplay' Don't know much about this one. I'm going to disable graphics and fltk and give it another whirl in a second. steven John D. Ramsdell wrote: >So is it now building for you once again? > >John > >steven |
Date | 2003-12-08 22:46 |
From | steven |
Subject | [CSOUND-DEV:3728] Re: csound4 - configure.ac, main.c |
I'll try again tomorrow for this one (want to spend time back on csound5 to update the plugin opcodes to compile with the ENVIRON changes). For the time being, csound compiles fine using: configure --enable-cygwin=no --with-fltk=no So that's working great. steven gogins@pipeline.com wrote: >This is because somebody has #included an X header from a FLTK source file >or header file. You should easily be able to fix it. > >Original Message: >----------------- >From: steven stevenyi@csounds.com >Date: Mon, 08 Dec 2003 13:10:16 -0800 >To: csound-dev@eartha.mills.edu >Subject: [CSOUND-DEV:3726] Re: csound4 - configure.ac, main.c > > >Almost. But it's an unrelated error: > >libcsound.a(winFLTK.o)(.text+0x11): In function `Graphable_': >/cygdrive/f/eclipse/workspace/csound4/csound/winFLTK.c:44: undefined >reference t >o `_XOpenDisplay' > >Don't know much about this one. I'm going to disable graphics and fltk >and give it another whirl in a second. > >steven > > > > > |
Date | 2003-12-09 06:22 |
From | John ffitch |
Subject | [CSOUND-DEV:3732] Re: csound4 - configure.ac, main.c |
It is because, as stated in earlier e-mail, I have only used the FLTY graphics on X, and I used the same check as X uses to see if there is a screen on which to draw. The correct fix is to find something else to see if there is a screen. ==John ff |