Just installed from vcpkg, missing many includes #587
robertflesch
started this conversation in
General
Replies: 2 comments
-
Hey, yes this looks like very old version like v3 or something. Please install |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thx, that was indeed the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I just installed into visual studio 22, using vcpkg in Windows 11
Instructions on the front page of project say to include
#include "quill/Backend.h"
#include "quill/Frontend.h"
#include "quill/LogMacros.h"
#include "quill/Logger.h"
#include "quill/sinks/ConsoleSink.h"
#include <string_view>
but when I look at what was installed in the include dir, I see is
clock
detail
filters
handlers
Clock.h
Config.h
Fmt.h
list.txt
Logger.h
LogLevel.h
MacroMetadata.h
PatternFormatter.h
Quill.h
QuillError.h
TransitEvent.h
TweakMe.h
Utility.h
no sign of backend.h, frontend.h, or other files and dirs.
did I install wrong version?
Beta Was this translation helpful? Give feedback.
All reactions