Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
12646178
Commit
12646178
authored
Feb 18, 2019
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
ab9ce998
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
faq.xml
docs/docs/faq.xml
+3
-2
No files found.
docs/docs/faq.xml
View file @
12646178
...
...
@@ -57,8 +57,9 @@
<questions
group=
"General"
>
<question
text=
"Why do I get USER_ERROR__inconsistent_build_configuration__see_dlib_faq_1?"
>
You are getting this error because you are not compiling all the C++
code in your program with consistent settings. This is a violation of
You are getting this error because you either forgot to link to dlib,
or are not compiling all the C++ code in your program with consistent
settings. The latter is wrong because it is a violation of
<a
href=
"https://en.wikipedia.org/wiki/One_Definition_Rule"
>
C++'s One Definition Rule
</a>
.
In this case, you are compiling some translation units with dlib's
assert macros enabled and others with them disabled.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment