Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: killerbot on October 11, 2010, 02:41:59 pm

Title: rev 6698 broke trunk build
Post by: killerbot on October 11, 2010, 02:41:59 pm
Code
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 ...
Title: Re: rev 6698 broke trunk build
Post by: MortenMacFly on October 11, 2010, 02:59:24 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...
Title: Re: rev 6698 broke trunk build
Post by: MortenMacFly on October 11, 2010, 03:03:27 pm
A wild guess: Did I forget to commit configure.in?

Could you check if you find:
Code
	src/plugins/scriptedwizard/resources/fortran/Makefile
etc...?!

If not, could you please add the required lines, please?
Title: Re: rev 6698 broke trunk build
Post by: killerbot on October 11, 2010, 03:21:31 pm
yes, does things are missing, working on it right now
Title: Re: rev 6698 broke trunk build
Post by: killerbot on October 11, 2010, 04:06:06 pm
done
Title: Re: rev 6698 broke trunk build
Post by: MortenMacFly on October 11, 2010, 08:21:47 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: