Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 487284 Details for
Bug 622776
media-sound/mixxx-2.0.0-r4 : /.../sqlite3.h:3712:16: error: using typedef-name ‘sqlite3_value’ after ‘struct’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
sqlite3.patch (text/plain), 463 bytes, created by
Andrew Udvare
on 2017-07-30 04:16:18 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Andrew Udvare
Created:
2017-07-30 04:16:18 UTC
Size:
463 bytes
patch
obsolete
>diff -urN old/src/library/trackcollection.h mixxx-2.0.0/src/library/trackcollection.h >--- old/src/library/trackcollection.h 2017-07-30 00:04:48.511029517 -0400 >+++ mixxx-2.0.0/src/library/trackcollection.h 2017-07-30 00:05:03.378699826 -0400 >@@ -34,8 +34,7 @@ > #include "library/dao/libraryhashdao.h" > > #ifdef __SQLITE3__ >-typedef struct sqlite3_context sqlite3_context; >-typedef struct Mem sqlite3_value; >+#include <sqlite3.h> > #endif > > class TrackInfoObject;
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 622776
:
478112
|
478114
|
478116
|
478118
|
478120
|
478122
|
478124
| 487284