Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QNX build is broken #218

Closed
cmumford opened this issue Sep 9, 2014 · 3 comments
Closed

QNX build is broken #218

cmumford opened this issue Sep 9, 2014 · 3 comments
Assignees

Comments

@cmumford
Copy link
Contributor

cmumford commented Sep 9, 2014

Original issue 212 created by efidler@blackberry.com on 2013-10-28T22:17:03.000Z:

When building for QNX (which has a strict C++ library), the build is broken. The problem is that a couple of headers are included using the "#include <c...>" style, but the symbols are used in the global (i.e. not std::) namespace.

Compiler errors are:

../../third_party/leveldatabase/src/include/leveldb/env.h:235:41: error: 'va_list' has not been declared

and

../../third_party/leveldatabase/src/util/arena.h:21:9: error: expected ';' at end of member declaration
../../third_party/leveldatabase/src/util/arena.h:21:25: error: expected ')' before 'bytes'
../../third_party/leveldatabase/src/util/arena.h:24:9: error: expected ';' at end of member declaration
../../third_party/leveldatabase/src/util/arena.h:24:32: error: expected ')' before 'bytes'
../../third_party/leveldatabase/src/util/arena.h:29:3: error: 'size_t' does not name a type
../../third_party/leveldatabase/src/util/arena.h:34:9: error: expected ';' at end of member declaration
../../third_party/leveldatabase/src/util/arena.h:34:33: error: expected ')' before 'bytes'
../../third_party/leveldatabase/src/util/arena.h:35:9: error: expected ';' at end of member declaration
../../third_party/leveldatabase/src/util/arena.h:35:33: error: expected ')' before 'block_bytes'
../../third_party/leveldatabase/src/util/arena.h:39:3: error: 'size_t' does not name a type
../../third_party/leveldatabase/src/util/arena.h:45:3: error: 'size_t' does not name a type
../../third_party/leveldatabase/src/util/arena.h:52:30: error: 'leveldb::Arena::Allocate' declared as an 'inline' variable
../../third_party/leveldatabase/src/util/arena.h:52:30: error: 'char* leveldb::Arena::Allocate' is not a static member of 'class leveldb::Arena'
../../third_party/leveldatabase/src/util/arena.h:52:30: error: 'size_t' was not declared in this scope
../../third_party/leveldatabase/src/util/arena.h:52:44: error: expected ',' or ';' before '{' token
../../third_party/leveldatabase/src/util/arena.cc:68:1: error: expected '}' at end of input

@cmumford
Copy link
Contributor Author

cmumford commented Sep 9, 2014

Comment #1 originally posted by efidler@blackberry.com on 2013-10-28T22:19:08.000Z:

patch

@cmumford cmumford self-assigned this Sep 9, 2014
@cmumford
Copy link
Contributor Author

cmumford commented Sep 9, 2014

Comment #2 originally posted by efidler@blackberry.com on 2013-11-11T17:44:25.000Z:

I'm not sure how to find a reviewer for this. I don't see any leveldb patches on codereview.appspot.com, so I'm not sure where they happen.

@cmumford
Copy link
Contributor Author

cmumford commented Sep 9, 2014

Comment #3 originally posted by dgrogan@chromium.org on 2013-12-10T19:49:54.000Z:

Fixed in 1.15

@cmumford cmumford closed this as completed Sep 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant