| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000169 | Scorched3D | Client | public | 2012-05-08 08:46 | 2012-06-05 23:33 |
|
| Reporter | worldcitizen | |
| Assigned To | gcamp | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | |
| Platform | PC | OS | Linux | OS Version | openSUSE 12.2 |
| Product Version | 43.3 | |
| Target Version | | Fixed in Version | 43.4 | |
|
| Summary | 0000169: Doesn't compile with gcc 4.7 |
| Description | Doesn't compile with gcc 4.7
I've attached the patch. |
| Tags | No tags attached. |
|
| Attached Files | scorched3d-gcc47.patch [^] (365 bytes) 2012-05-08 08:46 [Show Content] [Hide Content]diff -Naur scorched.orig/src/client/client/SecureID.cpp scorched/src/client/client/SecureID.cpp
--- scorched.orig/src/client/client/SecureID.cpp 2010-07-20 02:28:59.000000000 +0200
+++ scorched/src/client/client/SecureID.cpp 2012-05-08 09:29:27.568189165 +0200
@@ -73,6 +73,7 @@
#else
+#include <unistd.h>
#include <sys/ioctl.h>
#include <net/if.h>
|
|