Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40890 Details for
Bug 65930
simgear-0.3.4 fails to compile with gcc-3.4.x
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A little patch to solve the above errors.
patch-simgear-0.3.4 (text/plain), 742 bytes, created by
iago
on 2004-10-01 14:11:50 UTC
(
hide
)
Description:
A little patch to solve the above errors.
Filename:
MIME Type:
Creator:
iago
Created:
2004-10-01 14:11:50 UTC
Size:
742 bytes
patch
obsolete
>74,79c74,79 >< const bool SGRawValue<bool>::DefaultValue = false ; >< const int SGRawValue<int>::DefaultValue = 0 ; >< const long SGRawValue<long>::DefaultValue = 0L ; >< const float SGRawValue<float>::DefaultValue = 0.0 ; >< const double SGRawValue<double>::DefaultValue = 0.0L ; >< const char * const SGRawValue<const char *>::DefaultValue = ""; >--- >> template<> const bool SGRawValue<bool>::DefaultValue = false ; >> template<> const int SGRawValue<int>::DefaultValue = 0 ; >> template<> const long SGRawValue<long>::DefaultValue = 0L ; >> template<> const float SGRawValue<float>::DefaultValue = 0.0 ; >> template<> const double SGRawValue<double>::DefaultValue = 0.0L ; >> template<> const char * const SGRawValue<const char *>::DefaultValue = "";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 65930
: 40890 |
40891