Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 294952 Details for
Bug 234490
Review Request: VDrift - VDrift is a cross-platform, open source driving/drift racing simulation
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
PATCH: fixing vdrift compile with gcc-4.3
vdrift-20071226-gcc43.patch (text/plain), 1.48 KB, created by
Hans de Goede
on 2008-02-14 22:10:25 UTC
(
hide
)
Description:
PATCH: fixing vdrift compile with gcc-4.3
Filename:
MIME Type:
Creator:
Hans de Goede
Created:
2008-02-14 22:10:25 UTC
Size:
1.48 KB
patch
obsolete
>diff -up vdrift/include/utility.h~ vdrift/include/utility.h >--- vdrift/include/utility.h~ 2008-02-14 19:22:46.000000000 +0100 >+++ vdrift/include/utility.h 2008-02-14 19:22:46.000000000 +0100 >@@ -100,7 +100,7 @@ public: > void SetBox(float x1, float y1, float x2, float y2, const TEXTURE_HANDLE * const texid, int texsize, float opacity); > void SetButton(float x1, float y1, float x2, float y2, float sidewidth, TEXTURE_HANDLE * texid, float opacity); > void SetEllipse( float center_x, float center_y, float radius_x, float radius_y, float color_r, float color_g, float color_b, float opacity ); >- void SetQuad( float x1, float y2, float x2, float y2, float x3, float y3, float x4, float y4, TEXTURE_HANDLE * texid, float opacity); >+ void SetQuad( float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, TEXTURE_HANDLE * texid, float opacity); > void SetRotation(float r) {rotation=r;} > > void SetDraw(const bool newdraw) {draw=newdraw;} >diff -up vdrift/include/serialization.h~ vdrift/include/serialization.h >--- vdrift/include/serialization.h~ 2008-02-14 19:30:02.000000000 +0100 >+++ vdrift/include/serialization.h 2008-02-14 19:30:02.000000000 +0100 >@@ -8,6 +8,7 @@ > #include <sstream> > #include <fstream> > #include <algorithm> >+#include <cstring> > > #include "simpletree.h" > >@@ -23,6 +24,7 @@ using std::ostream; > using std::ifstream; > using std::ofstream; > using std::pair; >+using std::memcmp; > > #define _GENERATEUID_(ptr,uidoutput) unsigned long long uidoutput = (size_t)ptr >
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 234490
:
152325
| 294952