Re: Automake mingw cross compile problems

2011-05-17 Thread Erik de Castro Lopo
pect it *might* be a libtool bug. Looking at this more closely, I tend to agree. I'll take this to the libtool list. Cheers, Erik -- ---------- Erik de Castro Lopo http://www.mega-nerd.com/

Re: Automake mingw cross compile problems

2011-05-08 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: > The problem is that the test programs don't get built. Or rather > something gets built and put in the G72x/.libs directory, but there > is nothing in the G72x/ directory for the generated Makefile to run. Just as an addendum to this bug report,

Automake mingw cross compile problems

2011-05-07 Thread Erik de Castro Lopo
problem is that the test programs don't get built. Or rather something gets built and put in the G72x/.libs directory, but there is nothing in the G72x/ directory for the generated Makefile to run. Cheers, Erik -- -- Erik de C

Silencing doxygen output

2010-11-10 Thread Erik de Castro Lopo
? Cheers, Erik -- ------ Erik de Castro Lopo http://www.mega-nerd.com/

Re: yacc/lex name conflicts

2008-07-11 Thread Erik de Castro Lopo
t;my_" and for bison you add this: %name-prefix = "my_" after the first '%{' '%}' block. HTH, Erik -- --------- Erik de Castro Lopo --

Re: Mixing C and C++?

2008-06-06 Thread Erik de Castro Lopo
heers, Erik -- --------- Erik de Castro Lopo - "If you think C++ is not overly complicated, just what is a protected abstract virtual base pure virtual private destructor and when was the last time you needed one?" -- Tom Cargill

Re: Mixing C and C++?

2008-06-06 Thread Erik de Castro Lopo
thats what I'd done in the small test project I had created. I did not make the same mistake in the main project. That one remains a bit of a mystery. Cheers, Erik -- --------- Erik de Castro Lopo

Re: Mixing C and C++?

2008-06-06 Thread Erik de Castro Lopo
st.c:10: undefined reference to `cpp_test' For some reason, the automake generated Makefile drops the C++ object file from the link. What am I doing wrong here? Cheers, Erik -- --------- Erik de Castro Lopo ---

Re: Cross compiling with pkg.m4

2008-04-20 Thread Erik de Castro Lopo
w32msvc-pkg-config is documented here: http://www.mega-nerd.com/erikd/Blog/CodeHacking/MinGWCross/pkg-config.html Erik -- --------- Erik de Castro Lopo - "We can build a bet

Re: Makefile.am for both windows and linux

2008-03-07 Thread Erik de Castro Lopo
n not use libtools. Is there a way, I can achieve this? I use autoconf/automake/libtool on two projects that compile quite happily on Unix and windows (MinGW). Erik -- --------- Erik de Castro Lopo ---

Re: substitution vs expansion in Makefile.am

2008-03-04 Thread Erik de Castro Lopo
c" which will work under all circumstances. Erik -- ------------- Erik de Castro Lopo - "The object-oriented model makes it easy to build up programs by accretion. What this

Re: How to build source code while treating all warnings as errors with automake...

2008-02-18 Thread Erik de Castro Lopo
e-gcc-werror so that the make distcheck will run with -Werrror turned on if the compiler is GCC. Have a look at liboggz and feel free to grab some of these techniques from configure.ac and Makefile.am. Cheers, Erik -- ---------

Re: Modifying CFLAGS for 'make distcheck'

2008-02-09 Thread Erik de Castro Lopo
--------- Erik de Castro Lopo - "This is like creating laws against blasphemy and then complaining that unbelievers can't come up with any logical argument against the existence of God" -- www.infoanarchy.org on the Digital Millenium Copyright Act

Modifying CFLAGS for 'make distcheck'

2008-02-09 Thread Erik de Castro Lopo
x27;t it be great if I could tell 'make distcheck' use './configure --enable-gcc-werror'! Anyone have a clue on how to do this? Cheers, Erik -- --------- Erik de Castro Lopo ---