Re: [PDCurses] Need with Autotools compilation on X11

2016-01-19 Thread LM
On Sun, Jan 17, 2016 at 4:11 AM, anatoly techtonik wrote: > And actually I don't understand what "a tool to help you configure > projects" really means, because I am not familiar with autoconf > (that's why I asked the question in the first place). So I see that C > files already have #define mech

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-17 Thread anatoly techtonik
On Thu, Jan 14, 2016 at 4:26 PM, LM wrote: > On Wed, Jan 13, 2016 at 5:23 PM, anatoly techtonik > wrote: >> On Tue, Jan 12, 2016 at 3:54 PM, LM wrote: >>> CDetect >> >> Does that thing require installation of new tool? > > No just 3 include files (C files). One could even possibly distribute >

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-14 Thread LM
On Wed, Jan 13, 2016 at 5:23 PM, anatoly techtonik wrote: > On Tue, Jan 12, 2016 at 3:54 PM, LM wrote: >> CDetect > > Does that thing require installation of new tool? No just 3 include files (C files). One could even possibly distribute them with pdcurses if desired.

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-13 Thread anatoly techtonik
On Tue, Jan 12, 2016 at 3:54 PM, LM wrote: > CDetect Does that thing require installation of new tool? -- anatoly t.

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-12 Thread LM
On Mon, Jan 11, 2016 at 10:15 PM, Mark Hessling wrote: > That would be me. Remember at the time I did the X11 port autotools were > quite primitive. Maybe it is time to replace a lot of the custom autotools > stuff with more standard procedures. Relating my own experiences, I've been switching a

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-11 Thread anatoly techtonik
On Mon, Jan 11, 2016 at 10:15 PM, Mark Hessling wrote: > That would be me. Remember at the time I did the X11 port autotools were > quite primitive. Maybe it is time to replace a lot of the custom autotools > stuff with more standard procedures. Cheers Mark Maybe it could be just updated to lat

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-11 Thread anatoly techtonik
On Mon, Jan 11, 2016 at 6:11 PM, William McBrine wrote: > On Mon, Jan 11, 2016 at 6:17 AM, anatoly techtonik > wrote: > >> But it is still unclear why autotools don't autodetect these. > > Well, it goes through the MH_CHECK_X_LIB function in alocal.m4, which > defines the search path like so: >

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-11 Thread William McBrine
On Mon, Jan 11, 2016 at 6:17 AM, anatoly techtonik wrote: > But it is still unclear why autotools don't autodetect these. Well, it goes through the MH_CHECK_X_LIB function in alocal.m4, which defines the search path like so: mh_lib_dirs="$x_libraries `echo "$ac_x_includes $ac_x_header_dirs" | s

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-11 Thread anatoly techtonik
On Mon, Jan 11, 2016 at 2:27 AM, anatoly techtonik wrote: > On Mon, Jan 11, 2016 at 12:15 AM, William McBrine wrote: >> ./configure --x-libraries=/usr/lib/x86_64-linux-gnu > > This works. https://travis-ci.org/techtonik/PDCurses/builds/101480507 But it is still unclear why autotools don't autode

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-10 Thread anatoly techtonik
On Mon, Jan 11, 2016 at 12:15 AM, William McBrine wrote: > ./configure --x-libraries=/usr/lib/x86_64-linux-gnu This works. https://travis-ci.org/techtonik/PDCurses/builds/101480507

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-10 Thread anatoly techtonik
On Sun, Jan 10, 2016 at 8:47 PM, Richard S. Gordon wrote: > You might find the following lead useful: > > http://packages.ubuntu.com/source/precise/libxaw These are both installed. See https://travis-ci.org/techtonik/PDCurses/builds/101423050#L115 $ sudo apt-get install -y libxaw7 libxaw7-dev -

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-10 Thread Richard S. Gordon
You might find the following lead useful: http://packages.ubuntu.com/source/precise/libxaw Dick Gordon > On Jan 10, 2016, at 11:28 AM, anatoly techtonik wrote: > > Hi, > > Are there any autotools experts here to say what should be > done to debug this failure? > > https://travis-ci.org/tech