Skip to content

Fix undefined reference to parseNumberFromStringWithBase<int>#4

Open
LilMouse wants to merge 1 commit intodwight:masterfrom
LilMouse:master
Open

Fix undefined reference to parseNumberFromStringWithBase<int>#4
LilMouse wants to merge 1 commit intodwight:masterfrom
LilMouse:master

Conversation

@LilMouse
Copy link

@LilMouse LilMouse commented Apr 6, 2018

Could not build with scons. It gave the error

src/bsontools/hex.o: In function `_bson::Status _bson::parseNumberFromString<int>(_bson::StringData const&, int*)':
hex.cpp:(.text+0x4c2): undefined reference to `_bson::Status _bson::parseNumberFromStringWithBase<int>(_bson::StringData const&, int, int*)'

By adding dep1 hex target the issue is resolved.

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

Successfully merging this pull request may close these issues.

1 participant

Comments