|
From: Simon E. <sim...@gm...> - 2015-05-12 20:15:08
|
Hi,
Am 11.05.2015 um 21:24 schrieb Leandro Nini:
> Simon can you please retry changing the $host check in the configure.ac file
> with the following and re-bootstrapping the project?
>
> case "$host" in
> *cygwin* )
> CXXFLAGS="${CXXFLAGS} -mwin32"
> MINGW32=yes
> ;;
> *mingw32* )
> MINGW32=yes
> ;;
> esac
Hi leandro,
sorry for posting so much stuff.
let's reduce that.
now the messages are in english.
sorry for forgetting to switch to english.
here we go.
this is when the configure.ac file is unchanged.
this what make shows and stops:
doing this on revision 1956.
src/builders/hardsid-builder/hardsid-emu-win.cpp:183:38: error: 'BOOL'
was not d
eclared in this scope
hsid2.Filter((BYTE) m_instance, (BOOL) enable);
^
src/builders/hardsid-builder/hardsid-emu-win.cpp: In member function
'void HardS
ID::flush()':
src/builders/hardsid-builder/hardsid-emu-win.cpp:188:5: error: 'hsid2'
was not d
eclared in this scope
hsid2.Flush((BYTE) m_instance);
^
src/builders/hardsid-builder/hardsid-emu-win.cpp:188:18: error: 'BYTE'
was not d
eclared in this scope
hsid2.Flush((BYTE) m_instance);
^
Makefile:1694: recipe for target
'src/builders/hardsid-builder/hardsid-emu-win.l
o' failed
make[2]: *** [src/builders/hardsid-builder/hardsid-emu-win.lo] Error 1
make[2]: Leaving directory '/cygdrive/c/sidplayfpsrc/libsidplayfp'
Makefile:1881: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/cygdrive/c/sidplayfpsrc/libsidplayfp'
Makefile:939: recipe for target 'all' failed
make: *** [all] Error 2
now this is what the changes to the configure.ac do.
autoreconfigure -i seems to work without issues.
this happens when configure is executed.
a little bit way down the output:
checking how to convert i686-pc-cygwin file names to i686-pc-cygwin
format... fu
nc_convert_file_noop
checking how to convert i686-pc-cygwin file names to toolchain format...
func_co
nvert_file_noop
and this is what happens at the end:
configure: creating ./config.status
config.status: creating Doxyfile
.in'ig.status: error: cannot find input file: `
make does the following after those errors:
/bin/sh ./config.status
config.status: creating Doxyfile
.in'ig.status: error: cannot find input file: `
Makefile:960: recipe for target 'Makefile' failed
make: *** [Makefile] Error 1
hope this helps better.
Greetings and thanks,
simon
|