I forgot to add that after deleting the line 136 after the colon, this error was thrown: $ make macosx_bundle make: *** No rule to make target `macosx_bundle'. Stop.
----- Original Message ----- > From: Kristen Aw <[email protected]> > To: Stellarium developers public mailing list > <[email protected]> > Cc: Timothy Reaves <[email protected]> > Sent: Saturday, 12 May 2012, 4:04 > Subject: Re: [Stellarium-pubdevel] Pushing branch modified by Qt > > Hello Timothy, sorry for the late reply. I have some questions... > > Thanks for your help Alexander! > >> From: "Reaves, Timothy" <[email protected]> >> >> >> Kristen, do you have this working now? >> >> >> On Thu, May 10, 2012 at 3:04 AM, Alexander Wolf > <[email protected]> wrote: >>> >>> 2012/5/10 Kristen Aw <[email protected]>: >>>> How are branches modified by Qt pushed to lp? >>> >>> Just commit changes and pushed it to your own branch. Or you mean other? > > Because Qt run's CMake and builds Stellarium, so I'm not sure if those > files created by Qt can be pushed as well. > >>>> I realized there were a lot of build (CMake) files, which > shouldn't be pushed. What I did was create a new branch, replaced the > existing files with the modified ones, then pushed this new branch instead. I > don't think this nearly the best method... >>> >>> For you just don't need add "builds" folder into bzr . > Which your >>> current configuration for stellarium's repos? > > 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? > >>> >>> For building of source code you need (for clean build): >>> 1. cd ~/stellarium/trunk >>> 2. mkdir -p builds/macosx >>> 3. cd builds/macosx >>> 4. cmake ../.. >>> 5. make >>> 6. make install >>> 7. make macosx_bundle > > 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 > > The same error happens when I do a re-build like below. >>> or (for re-build): >>> 1. cd ~/stellarium/trunk/builds/macosx >>> 2. rm -rf Stellarium.app >>> 3. make >>> 4. make install >>> 5. make macosx_bundle >>> >>> After run this commands you can run Stellarium.app via Finder.app >>> >>> I think Mac OS X 10.7 have some specifics for building of app but I >>> can't help with him. You need some consultation for OSX from > Timothy, >>> because he use 10.7 for development of Stellarium. >>> >>> -- >>> 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 >>> >> >> >> > ------------------------------------------------------------------------------ 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
