Displaying 7 results from an estimated 7 matches for "264ae1".
2018 Dec 11
2
Using LLD to link against third-party libraries? How?
...-LC:/boost_1_68_0/stage/lib/libboost_system-vc141-mt-x64-1_68.lib -LC:/Jinja2Cpp/install_x64/lib/static/jinja2cpp.lib currency_converter.cpp -o currency_converter.exe
"
And I got these warnings and errors from LLD:
"
lld-link: warning: C:\Users\Osman\AppData\Local\Temp\currency_converter-264ae1.o: locally defined symbol imported: __std_terminate (defined in libvcruntime.lib(ehhelpers.obj)) [LNK4217]
lld-link: error: undefined symbol: "public: __cdecl jinja2::Template::Template(class jinja2::TemplateEnv *)" (??0Template at jinja2@@QEAA at PEAVTemplateEnv@1@@Z)
>>> refer...
2018 Dec 11
3
Using LLD to link against third-party libraries? How?
...em-vc141-mt-x64-1_68.lib -
> LC:/Jinja2Cpp/install_x64/lib/static/jinja2cpp.lib
> currency_converter.cpp -o currency_converter.exe
> "
> And I got these warnings and errors from LLD:
>
> "
> lld-link: warning:
> C:\Users\Osman\AppData\Local\Temp\currency_converter-264ae1.o: locally
> defined symbol imported: __std_terminate (defined in libvcruntime.lib
> (ehhelpers.obj)) [LNK4217]
> lld-link: error: undefined symbol: "public: __cdecl
> jinja2::Template::Template(class jinja2::TemplateEnv *)"
> (??0Template at jinja2@@QEAA at PEAVTemplateEnv...
2018 Dec 12
2
Using LLD to link against third-party libraries? How?
...:/Jinja2Cpp/install_x64/lib/static/jinja2cpp.lib
> > currency_converter.cpp -o currency_converter.exe
> > "
> > And I got these warnings and errors from LLD:
> >
> > "
> > lld-link: warning:
> > C:\Users\Osman\AppData\Local\Temp\currency_converter-264ae1.o: locally
> > defined symbol imported: __std_terminate (defined in libvcruntime.lib
> > (ehhelpers.obj)) [LNK4217]
> > lld-link: error: undefined symbol: "public: __cdecl
> > jinja2::Template::Template(class jinja2::TemplateEnv *)"
> > (??0Template at jinja2...
2018 Dec 12
3
Using LLD to link against third-party libraries? How?
...tem-vc141-mt-x64-1_68.lib -
> LC:/Jinja2Cpp/install_x64/lib/static/jinja2cpp.lib
> currency_converter.cpp -o currency_converter.exe
> "
> And I got these warnings and errors from LLD:
>
> "
> lld-link: warning:
> C:\Users\Osman\AppData\Local\Temp\currency_converter-264ae1.o: locally
> defined symbol imported: __std_terminate (defined in libvcruntime.lib
> (ehhelpers.obj)) [LNK4217]
> lld-link: error: undefined symbol: "public: __cdecl
> jinja2::Template::Template(class jinja2::TemplateEnv *)"
> (??0Template at jinja2@@QEAA at PEAVTemplateEnv...
2018 Dec 12
4
Using LLD to link against third-party libraries? How?
...tem-vc141-mt-x64-1_68.lib -
> LC:/Jinja2Cpp/install_x64/lib/static/jinja2cpp.lib
> currency_converter.cpp -o currency_converter.exe
> "
> And I got these warnings and errors from LLD:
>
> "
> lld-link: warning:
> C:\Users\Osman\AppData\Local\Temp\currency_converter-264ae1.o: locally
> defined symbol imported: __std_terminate (defined in libvcruntime.lib
> (ehhelpers.obj)) [LNK4217]
> lld-link: error: undefined symbol: "public: __cdecl
> jinja2::Template::Template(class jinja2::TemplateEnv *)"
> (??0Template at jinja2@@QEAA at PEAVTemplateEnv...
2018 Dec 11
2
Using LLD to link against third-party libraries? How?
I already mentioned what flag I tried. It's in the first email in this thread. And I want to link against Boost.System and the Jinja2Cpp library (the latter's documentation can be found here: https://github.com/flexferrum/Jinja2Cpp . And I also have some GUI applications using FLTK as well that I want to try to build using LLVM as well, so I'll have to know how to link against
2018 Dec 12
4
Using LLD to link against third-party libraries? How?
...tem-vc141-mt-x64-1_68.lib -
> LC:/Jinja2Cpp/install_x64/lib/static/jinja2cpp.lib
> currency_converter.cpp -o currency_converter.exe
> "
> And I got these warnings and errors from LLD:
>
> "
> lld-link: warning:
> C:\Users\Osman\AppData\Local\Temp\currency_converter-264ae1.o: locally
> defined symbol imported: __std_terminate (defined in libvcruntime.lib
> (ehhelpers.obj)) [LNK4217]
> lld-link: error: undefined symbol: "public: __cdecl
> jinja2::Template::Template(class jinja2::TemplateEnv *)"
> (??0Template at jinja2@@QEAA at PEAVTemplateEnv...