>
> On 4/2/15, gi1...@gmail.com <gi1...@gmail.com> wrote:
>> On Thu, Apr 02, 2015 at 11:41:41AM +1100, DarrenG wrote:
>>
>>> Eventually, I decided the problem was with the mechanism that the
>>> configure script was using to determine the lengths of the types (INT,
>>> LONG, SHORT, etc). So I ran a few tests to find out the ones I needed,
>>> then hardwired these answers into configure. My modified configure is
>>> available for download at djg.4t.com  ; grep for 888 in
>>> configure_hardwired to find modified lines.
>>
>> Hmm. The configure script is generated by autoconf. If you have the
>> autoconf tools installed in your Cygwin, then try running the
>> "bootstrap.sh" script to regenerate the configure script and see if that
>> works?
>>
>> Regardless, patches that don't break my system are welcome :).
>>
>> GI
>>

Hi; thanks for that.  I tried the above -- bootstrap.sh does not seem
to be part of the 0.5.4 download tar.gz, but it is part of the 0.4.2,
so I tried that.

./bootstrap.sh

./configure

cannot guess build type (0.5.4 configure does this very well)

try

./configure --build=x86_64-unknown-cygwin

and get

size of  short .... 0

and so for other variables.

./configure --build=x86_64-pc-cygwin

does not find the X libraries and headers.

So still no automagic solution.... but my kludged compile seems to be
working no worries.

Sorry I can't help further, I don't know much about program
development or makefiles.

Darren

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Materm-devel mailing list
Materm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/materm-devel
mrxvt home page: http://materm.sourceforge.net

Reply via email to