Plugin for Scratchbox ?
Milian Wolff
mail at milianw.de
Fri May 27 15:45:21 BST 2011
Andreas Pakulat, 25.05.2011:
> On 25.05.11 07:51:01, Claudio Scordino wrote:
> > Il 24/05/2011 20:24, Aleix Pol ha scritto:
> > >On Tue, May 24, 2011 at 7:33 PM, Andreas Pakulat <apaku at gmx.de
> > >
> > ><mailto:apaku at gmx.de>> wrote:
> > > On 24.05.11 16:32:17, Claudio Scordino wrote:
> > > > I'm looking for some KDevelop plugin for Scratchbox (like
> > > > the
> > > >
> > > > ones available for other IDEs like Eclipse or Anjuta).
> > > >
> > > > Do you know if somebody has implemented this kind of plugin ?
> > >
> > > I haven't seen anything like that so far.
> > >
> > > > Otherwise, can you suggest me some other plugin that changes the
> > > > compilation command, that can be used as starting point for a
> > > > scratchbox plugin ?
> > >
> > > There's none, because that does not make sense (IMHO). KDevelop does
> > > not handle compiler-commands itself, it leaves this to whatever
> > > buildsystem you use (qmake, cmake, autotools, custom makefiles). So
> > > if you have a buildsystem that allows for building with whatever
> > > compiler scratchbox wants, then you can use that inside KDevelop.
> > >
> > > Andreas
> > >
> > >
> > > --
> > > KDevelop-devel mailing list
> > > KDevelop-devel at kdevelop.org <mailto:KDevelop-devel at kdevelop.org>
> > > https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
> > >
> > >Well, but you probably want to tell KDevelop to use scratchbox's cmake,
> > >make, gdb...
> >
> > Exactly. I need:
> > - A panel inside KDevelop to select the target (e.g., PC, ARM, PPC,
> >
> > and so on). Th elist of targets can be asked to scratchbox
> >
> > - When I build the project, KDevelop must call
> >
> > sb2 -t <target> make/cmake/gdb
> >
> > for all targets except than PC (for PC, instead, it must call
> >
> > make/cmake/gdb in the usual way).
> >
> > This is what I need.
>
> You can configure the call for make and cmake already under
> Project->Project Configuration and for gdb you can do so in the launch
> configuration. So you can already use KDevelop today for developing with
> scratchbox, its just a bit of manual configuration necessary.
Yeah but I totally agree in that we should improve here. Qt Creator makes this
pretty easy, also to change between debug/release/... kind of builds. Lets
see, maybe something we could try to work on during the sprint :)
bye
--
Milian Wolff
mail at milianw.de
http://milianw.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20110527/05a4ff48/attachment.sig>
More information about the KDevelop
mailing list