Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] wxGTK integration in Eclipse 3.1.1 problems!

Why not adding the
`wx-config --cxxflags` into the Miscellaneous Tab at Compiler Project
settings
and
`wx-config --libs ` into the Tab Miscellaneous->"Linker Flags" for the
Linker?

Or do the backquotes not work this way?



> --- Ursprüngliche Nachricht ---
> Von: Tamer Higazi <tamer23@xxxxxxxxxxxxx>
> An: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
> Betreff: [cdt-dev] wxGTK integration in Eclipse 3.1.1 problems!
> Datum: Tue, 31 Jan 2006 00:13:48 +0000
> 
> Hi!
> Usuallly to compile wxWidgets samples you need to to modify the project
> "g++" command to:
> 
> 
> 
> 
> g++ myfoo.cpp `wx-config --libs --cxxflags` -o myfoo
> 
> 
> Now the question to you guys is:
> 
> Is in CDT a usrvariable that makes it possible for me to replace with
> myfoo.cpp ?!
> 
> 1. I want of course CDT replaces the variable with the current c++ file
> which I want to compile. That would be great. Is that possible?
> 
> 
> g++ $VAR1 `wx-config --libs --cxxflags` -o $VAR2
> 
> that $VAR1 is being replaced with the current C++ project file I want to
> compile and $VAR2 is the ouptut name.
> 
> Like
> 2. Can I modify CDT to run the g++ command only, instaed after it
> "make"?! Because the g++ command automaticly creates this what I want.
> 
> 
> for any help your side...
> 
> 
> Thank you
> 
> 
> Tamer
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 

-- 
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner


Back to the top