Boost logo

Boost Users :

From: Eyal Inbar (eyalin_at_[hidden])
Date: 2005-03-28 10:44:31


Thank
It's in CPPFLAGS. but i found it after i look into the Makefile
and try some arguments.
Now i found that in /root/.bash_profile i set CXX to be my compiler command
export CXX="g++ -ftemplate-depth-31"
and it works with all the projects
Eyal

-----Original Message-----
From: boost-users-bounces_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]]On Behalf Of Malte Starostik
Sent: Monday, March 28, 2005 4:30 PM
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] compile error

Eyal Inbar schrieb:
[how to add -ftemplate-depth-NN]
> Thanks
> But how and where can i changed the flag in g++ ?

I don't know exactly where it is in KDevelop, but usually in IDEs,
somewhere in the project options you can add/change compilation flags.
Look around in the options, check the manual. For often used flags
there may be predefined options to check, for things like the template
depth you probably have to enter -ftemplate-depth-NN where NN is the
desired value manually in some "extended options" or similar field.

HTH,
Malte
_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net