make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/ldco/CodeBlocks/trunk/src/plugins/scriptedwizard/resources/fltk'
make[5]: Leaving directory `/home/ldco/CodeBlocks/trunk/src/plugins/scriptedwizard/resources/fltk'
Making all in fortran
make[5]: Entering directory `/home/ldco/CodeBlocks/trunk/src/plugins/scriptedwizard/resources/fortran'
make[5]: *** No rule to make target `all'. Stop.
make[5]: Leaving directory `/home/ldco/CodeBlocks/trunk/src/plugins/scriptedwizard/resources/fortran'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/ldco/CodeBlocks/trunk/src/plugins/scriptedwizard/resources'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ldco/CodeBlocks/trunk/src/plugins/scriptedwizard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ldco/CodeBlocks/trunk/src/plugins'
make[1]: *** [all-recursive] Error 1
tried it even with a fresh svn checkout ...
Quote from: killerbot on October 11, 2010, 02:41:59 PM
tried it even with a fresh svn checkout ...
Mmmh... probably I forgot to commit a missing modification?! I'll check once I am at home...
A wild guess: Did I forget to commit configure.in?
Could you check if you find:
src/plugins/scriptedwizard/resources/fortran/Makefile
etc...?!
If not, could you please add the required lines, please?
yes, does things are missing, working on it right now
done
Quote from: killerbot on October 11, 2010, 04:06:06 PM
done
Hi there, I just came back. Sounds good to me, I'll try on my Linux box now... Thanks!
The issue is that usually I only checkout the
src sub-folder from trunk. So although I do the changes to the build system I often forget to also sync the root folder (trunk) itself. My fault. :oops: