Looks like a typo for "envvars_cfgdlg" ?
Index: Makefile.am
===================================================================
--- Makefile.am (revision 3961)
+++ Makefile.am (arbetskopia)
@@ -11,9 +11,9 @@
libenvvars_la_LIBADD = $(PLUGIN_WX_LIBS) ../../../sdk/libcodeblocks.la
-libenvvars_la_SOURCES = envvars.cpp envvars_cdfdlg.cpp envvars_common.cpp
+libenvvars_la_SOURCES = envvars.cpp envvars_cfgdlg.cpp envvars_common.cpp
-noinst_HEADERS = envvars.h envvars_cdfdlg.h envvars_common.h
+noinst_HEADERS = envvars.h envvars_cfgdlg.h envvars_common.h
EXTRA_DIST = envvars.cbp envvars-unix.cbp envvars.xrc manifest.xml
Doesn't seem to build OK anyway, though:
envvars_cfgdlg.cpp:36: error: 'XRCID' was not declared in this scope
That is what I meant, yes. Sounded more like a Makefile/header problem, than a platform issue.
Alright! Will try that - I have indeed MSYS installed and configure *should* work - will report back.
Looks bad - compilation (setup) already fails at bootstrap phase with:
./bootstrap: libtoolize: command not found
Looks like a job for google... ;-)
With regards, Morten.
Edit: Ok - this one was easy... I had mounted the wrong compiler path under MinGW (the one without extra tools like autotools etc...). But Now I receive:
./bootstrap: /mingw/bin/aclocal: No such file or directory
...although it's there. I'm not sure if bootstrap will work with MinGW... Did anyone try?