Hello Kristen! 2012/5/12 Kristen Aw <[email protected]>: > Currently I'm using a shared repo which I access via command line. Then I > build and edit branches over at Qt. > Just to clarify, so I branch directly from the trunk (lp:stellarium) every > time I want a new branch to make a feature, instead of branching from the > trunk-branch?
No, you can create one branch and implement all new features for comets into this branch - it's normal. If you need new code from trunk you can just merge code from trunk into your branch sometimes. > Everything up till step 6 runs successfully, but when I do "make > macosx_bundle", this error is thrown: > $ make macosx_bundle > make[2]: *** No rule to make target `CMakeFiles/install.dir/all', needed by > `CMakeFiles/macosx_bundle.dir/all'. Stop. > make[1]: *** [CMakeFiles/macosx_bundle.dir/rule] Error 2 > make: *** [macosx_bundle] Error 2 Possible cmake's for OSX are broken. I'll look it today but I can't check it on latest OSX :( -- With best regards, Alexander ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Stellarium-pubdevel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stellarium-pubdevel
