News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

rev 6698 broke trunk build

Started by killerbot, October 11, 2010, 02:41:59 PM

Previous topic - Next topic

killerbot


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 ...

MortenMacFly

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...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

MortenMacFly

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?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

killerbot

yes, does things are missing, working on it right now

killerbot


MortenMacFly

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:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]