EVT3 project from XCSoar source

View: New views
6 Messages — Rating Filter:   Alert me  

Parent Message unknown EVT3 project from XCSoar source

by Daniel Brauer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Developers,

I'm new to C++ and EVT3.
Can anybody tell me how to build XCSoar from the source code, please?
I have installed EVT3 with embeddedVC++3.0 and PPC2002 SDK
Any help is appreciated.
Thanks

Dnaiel.

***********************************************************************
* Daniel Brauer                       Dipl.-Ing.                      *
*                                     Luft- und Raumfahrttechnik      *
*                                     Germany                         *
***********************************************************************


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Xcsoar-devel mailing list
Xcsoar-devel@...
https://lists.sourceforge.net/lists/listinfo/xcsoar-devel

Re: EVT3 project from XCSoar source

by Scott Penrose :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There are some clues here:

http://www.xcsoar.org/mediawiki/index.php/Advanced:Development

We would really appreciate some additions to the wiki, so if you get  
a chance to find out additional information try adding it there.

Scott

On 05/03/2008, at 2:03 AM, Daniel Brauer wrote:

> Hi Developers,
>
> I'm new to C++ and EVT3.
> Can anybody tell me how to build XCSoar from the source code, please?
> I have installed EVT3 with embeddedVC++3.0 and PPC2002 SDK
> Any help is appreciated.
> Thanks
>
> Dnaiel.
>
> ***********************************************************************
> * Daniel Brauer                       Dipl.-
> Ing.                      *
> *                                     Luft- und  
> Raumfahrttechnik      *
> *                                      
> Germany                         *
> ***********************************************************************
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Xcsoar-devel mailing list
> Xcsoar-devel@...
> https://lists.sourceforge.net/lists/listinfo/xcsoar-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Xcsoar-devel mailing list
Xcsoar-devel@...
https://lists.sourceforge.net/lists/listinfo/xcsoar-devel

Re: EVT3 project from XCSoar source

by Rob Dunning :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Daniel--I'm having similar problems compiling XCSoar for PPC2002.
I tried C++ 4.0 together withthe PPC2003 SDK, and this works perfectly, compiles, and runs (I had to add "note_prj.lib" to the list of link modules.  I just open the "workspace" inthe PPC2003/XCSoar folder and hit the Build menu option.

But, I want to compile for PPC2002 which appears to require the EVT3( which includes C++ 3.0 and PPC2002 SDK).  But when I attempt to complile the PPC2002 version with c++ 3.0 it says the file "XCSoarProcess.h" is missing which I don't see anywhere in CVS.

Did you resolve your issue with PPC2002, and if so, how?

Rob


Hi Developers,

I'm new to C++ and EVT3.
Can anybody tell me how to build XCSoar from the source code, please?
I have installed EVT3 with embeddedVC++3.0 and PPC2002 SDK
Any help is appreciated.
Thanks

Dnaiel.

Re: EVT3 project from XCSoar source

by Rob Dunning :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm answering my own question.  I copied "process.h" to "XCSoarProcess.h" and 5.1.6 compiles for PC2002 in C++ 3.0.  This is all new to me, but that seems to work.


Hi Daniel--I'm having similar problems compiling XCSoar for PPC2002.
I tried C++ 4.0 together withthe PPC2003 SDK, and this works perfectly, compiles, and runs (I had to add "note_prj.lib" to the list of link modules.  I just open the "workspace" inthe PPC2003/XCSoar folder and hit the Build menu option.

But, I want to compile for PPC2002 which appears to require the EVT3( which includes C++ 3.0 and PPC2002 SDK).  But when I attempt to complile the PPC2002 version with c++ 3.0 it says the file "XCSoarProcess.h" is missing which I don't see anywhere in CVS.

Did you resolve your issue with PPC2002, and if so, how?

Rob

Daniel Brauer wrote:
Hi Developers,

I'm new to C++ and EVT3.
Can anybody tell me how to build XCSoar from the source code, please?
I have installed EVT3 with embeddedVC++3.0 and PPC2002 SDK
Any help is appreciated.
Thanks

Dnaiel.

Re: EVT3 project from XCSoar source

by John Wharington :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Oh yeah... For some reason I had a conflict with EVC3 and process.h so
that's why it was aliased to XCSoarProcess.h.  Maybe that header file is
missing from the CVS, I'll check.

On Sun, 2008-03-09 at 05:34 -0700, Rob Dunning wrote:

> I'm answering my own question.  I copied "process.h" to "XCSoarProcess.h" and
> 5.1.6 compiles for PC2002 in C++ 3.0.  This is all new to me, but that seems
> to work.
>
>
> Hi Daniel--I'm having similar problems compiling XCSoar for PPC2002.
> I tried C++ 4.0 together withthe PPC2003 SDK, and this works perfectly,
> compiles, and runs (I had to add "note_prj.lib" to the list of link modules.
> I just open the "workspace" inthe PPC2003/XCSoar folder and hit the Build
> menu option.
>
> But, I want to compile for PPC2002 which appears to require the EVT3( which
> includes C++ 3.0 and PPC2002 SDK).  But when I attempt to complile the
> PPC2002 version with c++ 3.0 it says the file "XCSoarProcess.h" is missing
> which I don't see anywhere in CVS.
>
> Did you resolve your issue with PPC2002, and if so, how?
>
> Rob
>
>
> Daniel Brauer wrote:
> >
> > Hi Developers,
> >
> > I'm new to C++ and EVT3.
> > Can anybody tell me how to build XCSoar from the source code, please?
> > I have installed EVT3 with embeddedVC++3.0 and PPC2002 SDK
> > Any help is appreciated.
> > Thanks
> >
> > Dnaiel.
> >
> >
>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Xcsoar-devel mailing list
Xcsoar-devel@...
https://lists.sourceforge.net/lists/listinfo/xcsoar-devel

Re: EVT3 project from XCSoar source

by Rob Dunning :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Daniel, I added some stuff to the wiki about setting up the environment to compile xcsoar.
Rob

Hi Developers,

I'm new to C++ and EVT3.
Can anybody tell me how to build XCSoar from the source code, please?
I have installed EVT3 with embeddedVC++3.0 and PPC2002 SDK
Any help is appreciated.
Thanks

Dnaiel.

LightInTheBox - Buy quality products at wholesale price!