[Marble-devel] Marble-devel Digest, Vol 79, Issue 24

Atul Dubey ug201212007 at iitj.ac.in
Sat Mar 8 13:39:17 UTC 2014


Thanks... I did make install and it worked..

I am running it using Kdevelop but whatever changes I make in the dir
marble-qt are reflected in the Executable..but the changes in other files
are not... Lets take an example, I just tried to change the text of one of
the strings.... It wasn't reflected in the executed file...


On Sat, Mar 8, 2014 at 5:30 PM, <marble-devel-request at kde.org> wrote:

> Send Marble-devel mailing list submissions to
>         marble-devel at kde.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mail.kde.org/mailman/listinfo/marble-devel
> or, via email, send a message with subject or body 'help' to
>         marble-devel-request at kde.org
>
> You can reach the person managing the list at
>         marble-devel-owner at kde.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Marble-devel digest..."
>
>
> Today's Topics:
>
>    1. Re: Review Request 116644: Bug 331766 - Extend KML unit test
>       coverage of tag writers (Cruceru Calin-Cristian)
>    2. Re: Review Request 116644: Bug 331766 - Extend KML unit test
>       coverage of tag writers (Commit Hook)
>    3. Re: Review Request 116644: Bug 331766 - Extend KML unit test
>       coverage of tag writers (Cruceru Calin-Cristian)
>    4. Re: Crash Error (Torsten Rahn)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 07 Mar 2014 21:11:18 -0000
> From: "Cruceru Calin-Cristian" <crucerucalincristian at gmail.com>
> To: Marble <marble-devel at kde.org>, Dennis Nienh?ser
>         <earthwings at gentoo.org>, Cruceru Calin-Cristian
>         <crucerucalincristian at gmail.com>
> Subject: Re: [Marble-devel] Review Request 116644: Bug 331766 - Extend
>         KML unit test coverage of tag writers
> Message-ID: <20140307211118.2613.60146 at probe.kde.org>
> Content-Type: text/plain; charset="utf-8"
>
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/116644/
> -----------------------------------------------------------
>
> (Updated March 7, 2014, 9:11 p.m.)
>
>
> Review request for Marble.
>
>
> Changes
> -------
>
> Solved the problem. :)
>
>
> Bugs: 331766
>     http://bugs.kde.org/show_bug.cgi?id=331766
>
>
> Repository: marble
>
>
> Description
> -------
>
> Extends the existing .kml unit tests in tests/data and also adds new ones
> to maximize the test coverage of tag writers.
>
> There is one mention: The test, tests/TestGeoDataWriter fails because of
> the file tests/data/Tour.kml and I have the following diff:
> http://paste.kde.org/pksuar839 . I cannot figure out at the moment why it
> jumps over this tag. Syntactically, my .kml file seems correct, so I think
> there is a problem in the code ? I will try to find what causes this and I
> will come back with an update if necessary.
>
>
> Diffs (updated)
> -----
>
>   tests/data/CameraLookAt.kml 8934073
>   tests/data/AltitudeMode.kml 0e90594
>   tests/data/CDATATest.kml a14931e
>   src/lib/marble/geodata/handlers/kml/KmlFlyToModeTagHandler.cpp b993d7e
>   tests/data/Geometries.kml eff3bb1
>   tests/data/ListStyleTest1.kml PRE-CREATION
>   tests/data/ListStyleTest2.kml PRE-CREATION
>   tests/data/ListStyleTest3.kml PRE-CREATION
>   tests/data/ListStyleTest4.kml PRE-CREATION
>   tests/data/ListStyleTest5.kml PRE-CREATION
>   tests/data/LookAtTest.kml PRE-CREATION
>   tests/data/PhotoOverlayInFolder.kml ec4bb3f
>   tests/data/Tour.kml 0f2c044
>   tests/data/Track.kml 2ac0a6e
>
> Diff: https://git.reviewboard.kde.org/r/116644/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Cruceru Calin-Cristian
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mail.kde.org/pipermail/marble-devel/attachments/20140307/115e7c06/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Fri, 07 Mar 2014 21:24:37 -0000
> From: "Commit Hook" <null at kde.org>
> To: "Marble" <marble-devel at kde.org>, "Commit Hook" <null at kde.org>,
>         "Cruceru Calin-Cristian" <crucerucalincristian at gmail.com>
> Subject: Re: [Marble-devel] Review Request 116644: Bug 331766 - Extend
>         KML unit test coverage of tag writers
> Message-ID: <20140307212437.2613.4056 at probe.kde.org>
> Content-Type: text/plain; charset="utf-8"
>
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/116644/#review52374
> -----------------------------------------------------------
>
>
> This review has been submitted with commit
> dd619961e97e926a02d4cb0d5cfa6a11d81fa362 by Dennis Nienh?ser on behalf of
> Cruceru Calin-Cristian to branch master.
>
> - Commit Hook
>
>
> On March 7, 2014, 9:11 p.m., Cruceru Calin-Cristian wrote:
> >
> > -----------------------------------------------------------
> > This is an automatically generated e-mail. To reply, visit:
> > https://git.reviewboard.kde.org/r/116644/
> > -----------------------------------------------------------
> >
> > (Updated March 7, 2014, 9:11 p.m.)
> >
> >
> > Review request for Marble.
> >
> >
> > Bugs: 331766
> >     http://bugs.kde.org/show_bug.cgi?id=331766
> >
> >
> > Repository: marble
> >
> >
> > Description
> > -------
> >
> > Extends the existing .kml unit tests in tests/data and also adds new
> ones to maximize the test coverage of tag writers.
> >
> > There is one mention: The test, tests/TestGeoDataWriter fails because of
> the file tests/data/Tour.kml and I have the following diff:
> http://paste.kde.org/pksuar839 . I cannot figure out at the moment why it
> jumps over this tag. Syntactically, my .kml file seems correct, so I think
> there is a problem in the code ? I will try to find what causes this and I
> will come back with an update if necessary.
> >
> >
> > Diffs
> > -----
> >
> >   tests/data/CameraLookAt.kml 8934073
> >   tests/data/AltitudeMode.kml 0e90594
> >   tests/data/CDATATest.kml a14931e
> >   src/lib/marble/geodata/handlers/kml/KmlFlyToModeTagHandler.cpp b993d7e
> >   tests/data/Geometries.kml eff3bb1
> >   tests/data/ListStyleTest1.kml PRE-CREATION
> >   tests/data/ListStyleTest2.kml PRE-CREATION
> >   tests/data/ListStyleTest3.kml PRE-CREATION
> >   tests/data/ListStyleTest4.kml PRE-CREATION
> >   tests/data/ListStyleTest5.kml PRE-CREATION
> >   tests/data/LookAtTest.kml PRE-CREATION
> >   tests/data/PhotoOverlayInFolder.kml ec4bb3f
> >   tests/data/Tour.kml 0f2c044
> >   tests/data/Track.kml 2ac0a6e
> >
> > Diff: https://git.reviewboard.kde.org/r/116644/diff/
> >
> >
> > Testing
> > -------
> >
> >
> > Thanks,
> >
> > Cruceru Calin-Cristian
> >
> >
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mail.kde.org/pipermail/marble-devel/attachments/20140307/85ead6ff/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Fri, 07 Mar 2014 21:24:38 -0000
> From: "Cruceru Calin-Cristian" <crucerucalincristian at gmail.com>
> To: Marble <marble-devel at kde.org>, Dennis Nienh?ser
>         <earthwings at gentoo.org>, Commit Hook <null at kde.org>, Cruceru
>         Calin-Cristian <crucerucalincristian at gmail.com>
> Subject: Re: [Marble-devel] Review Request 116644: Bug 331766 - Extend
>         KML unit test coverage of tag writers
> Message-ID: <20140307212438.25545.2492 at probe.kde.org>
> Content-Type: text/plain; charset="utf-8"
>
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/116644/
> -----------------------------------------------------------
>
> (Updated March 7, 2014, 9:24 p.m.)
>
>
> Status
> ------
>
> This change has been marked as submitted.
>
>
> Review request for Marble.
>
>
> Bugs: 331766
>     http://bugs.kde.org/show_bug.cgi?id=331766
>
>
> Repository: marble
>
>
> Description
> -------
>
> Extends the existing .kml unit tests in tests/data and also adds new ones
> to maximize the test coverage of tag writers.
>
> There is one mention: The test, tests/TestGeoDataWriter fails because of
> the file tests/data/Tour.kml and I have the following diff:
> http://paste.kde.org/pksuar839 . I cannot figure out at the moment why it
> jumps over this tag. Syntactically, my .kml file seems correct, so I think
> there is a problem in the code ? I will try to find what causes this and I
> will come back with an update if necessary.
>
>
> Diffs
> -----
>
>   tests/data/CameraLookAt.kml 8934073
>   tests/data/AltitudeMode.kml 0e90594
>   tests/data/CDATATest.kml a14931e
>   src/lib/marble/geodata/handlers/kml/KmlFlyToModeTagHandler.cpp b993d7e
>   tests/data/Geometries.kml eff3bb1
>   tests/data/ListStyleTest1.kml PRE-CREATION
>   tests/data/ListStyleTest2.kml PRE-CREATION
>   tests/data/ListStyleTest3.kml PRE-CREATION
>   tests/data/ListStyleTest4.kml PRE-CREATION
>   tests/data/ListStyleTest5.kml PRE-CREATION
>   tests/data/LookAtTest.kml PRE-CREATION
>   tests/data/PhotoOverlayInFolder.kml ec4bb3f
>   tests/data/Tour.kml 0f2c044
>   tests/data/Track.kml 2ac0a6e
>
> Diff: https://git.reviewboard.kde.org/r/116644/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Cruceru Calin-Cristian
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mail.kde.org/pipermail/marble-devel/attachments/20140307/bdc294d1/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 4
> Date: Sat, 08 Mar 2014 10:31:56 +0100
> From: "Torsten Rahn" <torsten.rahn at t-online.de>
> To: "Atul Dubey" <ug201212007 at iitj.ac.in>
> Cc: marble-devel at kde.org
> Subject: Re: [Marble-devel] Crash Error
> Message-ID: <1WMDbo-0zEPDM0 at fwd27.aul.t-online.de>
> Content-Type: text/plain; charset="UTF-8"
>
> Well it might then be that the executable didn't get installed.
> If Marble doesn't get installed it will not find its data and might
> (although it should not) crash.
>
> Try to compile manually as described on the Marble Website.
>
>  Best Regards,
> Torsten
>
>
> -----Original-Nachricht-----
> Betreff: Re: [Marble-devel] Crash Error
> Datum: Fri, 07 Mar 2014 06:13:03 +0100
> Von: Atul Dubey <ug201212007 at iitj.ac.in>
> An: Torsten.Rahn at t-online.de
>
>
> Hie,
>
> I just opened the code on kdevelop and built it... It was successful and
> then I tried to execute it... It crashed..
>
> On Thu, Mar 6, 2014 at 6:54 PM, Torsten Rahn <tackat at t-online.de> wrote:
>
>
>  Do you install or just run "make" ? :-)
>
>
>
>  -----Original-Nachricht-----
>  Betreff: [Marble-devel] Crash Error
>  Datum: Thu, 06 Mar 2014 14:23:40 +0100
>  Von: Atul Dubey <ug201212007 at iitj.ac.in>
>  An: marble-devel at kde.org
>
>
>  Hie,
>
>  I just executed the git pull request.. Getting the following error while
> compiling the Marble source.. Something wrong?? Please help.
>
>  *** Crashed with return code: 0 ***
>
>
>
>
>
>
>
>
>
>
> ------------------------------
>
> _______________________________________________
> Marble-devel mailing list
> Marble-devel at kde.org
> https://mail.kde.org/mailman/listinfo/marble-devel
>
>
> End of Marble-devel Digest, Vol 79, Issue 24
> ********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/marble-devel/attachments/20140308/ba24a7cf/attachment.html>


More information about the Marble-devel mailing list