Author Topic: rev 6698 broke trunk build  (Read 5249 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
rev 6698 broke trunk build
« 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 ...

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: rev 6698 broke trunk build
« Reply #1 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...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: rev 6698 broke trunk build
« Reply #2 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?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: rev 6698 broke trunk build
« Reply #3 on: October 11, 2010, 03:21:31 pm »
yes, does things are missing, working on it right now

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: rev 6698 broke trunk build
« Reply #4 on: October 11, 2010, 04:06:06 pm »
done

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: rev 6698 broke trunk build
« Reply #5 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:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ