Displaying 14 results from an estimated 14 matches for "libboost_system".
2009 Jul 08
2
[PATCH: ovirt-identify-node replacement 0/1] Node Image Patch
The purpose of this patch is to add the matahari qmf agent package
(http://git.et.redhat.com/?p=matahari.git;a=summary) to the node image.
Matahari is a qmf agent that publishes hardware information to an amqp
broker, replacing functionality from ovirt-identify-node. However, since
the capability is not ovirt specific, the agent is maintained as a separate
project (see link above).
Dependencies
2018 Dec 02
2
Linking third-party libraries using lld?
...SELECT_VARIANT=variant_VARIANT_NONSTD -D_SILENCE_CXX17_ALLOCATOR_VOID_DEPRECATION_WARNING -D_CRT_SECURE_NO_WARNINGS -D_WINSOCK_DEPRECATED_NO_WARNINGS -D_WIN32 -D_WIN32_WINDOWS -D_NDEBUG -D_MBCS -IC:/boost_1_68_0 -IC:/Jinja2Cpp/install_x64/include -IC:/json/single_include -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
"
But I have still have linker errors from Jinja2Cpp and Boost.System. Jinja2Cpp's source code and documentation is on GitHub here: https://github.com/flexferrum/Jin...
2018 Dec 11
2
Using LLD to link against third-party libraries? How?
...(though I'm only using std::map::insert_or_assign() from C++17). And I'm using Windows, so I shouldn't use LDFLAGS or CXXFLAGS as environment variables. I'll use them directly on the compiler command line instead. The libraries I need to link against are C:/boost_1_68_0/stage/lib/libboost_system-vc141-mt-x64-1_68.lib and C:/Jinja2Cpp/install_x64/lib/static/jinja2cpp.lib.
I tried to build it with this flag:
"
clang++ -std=c++17 -Wall -pedantic -D_SILENCE_CXX17_ADAPTOR_TYPEDEFS_DEPRECATION_WARNING -Dvariant_CONFIG_SELECT_VARIANT=variant_VARIANT_NONSTD -D_SILENCE_CXX17_ALLOCATOR_VOID_DE...
2018 Dec 11
3
Using LLD to link against third-party libraries? How?
...sing
> std::map::insert_or_assign() from C++17). And I'm using Windows, so I
> shouldn't use LDFLAGS or CXXFLAGS as environment variables. I'll use
> them directly on the compiler command line instead. The libraries I
> need to link against are
> C:/boost_1_68_0/stage/lib/libboost_system-vc141-mt-x64-1_68.lib and
> C:/Jinja2Cpp/install_x64/lib/static/jinja2cpp.lib.
>
> I tried to build it with this flag:
> "
> clang++ -std=c++17 -Wall -pedantic -
> D_SILENCE_CXX17_ADAPTOR_TYPEDEFS_DEPRECATION_WARNING -
> Dvariant_CONFIG_SELECT_VARIANT=variant_VARIANT_NONST...
2018 Dec 12
2
Using LLD to link against third-party libraries? How?
...insert_or_assign() from C++17). And I'm using Windows, so I
> > shouldn't use LDFLAGS or CXXFLAGS as environment variables. I'll use
> > them directly on the compiler command line instead. The libraries I
> > need to link against are
> > C:/boost_1_68_0/stage/lib/libboost_system-vc141-mt-x64-1_68.lib and
> > C:/Jinja2Cpp/install_x64/lib/static/jinja2cpp.lib.
> >
> > I tried to build it with this flag:
> > "
> > clang++ -std=c++17 -Wall -pedantic -
> > D_SILENCE_CXX17_ADAPTOR_TYPEDEFS_DEPRECATION_WARNING -
> > Dvariant_CONFIG_S...
2018 Dec 12
3
Using LLD to link against third-party libraries? How?
...sing
> std::map::insert_or_assign() from C++17). And I'm using Windows, so I
> shouldn't use LDFLAGS or CXXFLAGS as environment variables. I'll use
> them directly on the compiler command line instead. The libraries I
> need to link against are
> C:/boost_1_68_0/stage/lib/libboost_system-vc141-mt-x64-1_68.lib and
> C:/Jinja2Cpp/install_x64/lib/static/jinja2cpp.lib.
>
> I tried to build it with this flag:
> "
> clang++ -std=c++17 -Wall -pedantic -
> D_SILENCE_CXX17_ADAPTOR_TYPEDEFS_DEPRECATION_WARNING -
> Dvariant_CONFIG_SELECT_VARIANT=variant_VARIANT_NONST...
2018 Dec 12
4
Using LLD to link against third-party libraries? How?
...sing
> std::map::insert_or_assign() from C++17). And I'm using Windows, so I
> shouldn't use LDFLAGS or CXXFLAGS as environment variables. I'll use
> them directly on the compiler command line instead. The libraries I
> need to link against are
> C:/boost_1_68_0/stage/lib/libboost_system-vc141-mt-x64-1_68.lib and
> C:/Jinja2Cpp/install_x64/lib/static/jinja2cpp.lib.
>
> I tried to build it with this flag:
> "
> clang++ -std=c++17 -Wall -pedantic -
> D_SILENCE_CXX17_ADAPTOR_TYPEDEFS_DEPRECATION_WARNING -
> Dvariant_CONFIG_SELECT_VARIANT=variant_VARIANT_NONST...
2015 May 15
1
Bug#785132: Bug#785132: No screen refresh on Windows 8.1 with xen-hypervisor-4.5-amd64
...007f07fd8fc000)
libsmime3.so => /usr/lib/x86_64-linux-gnu/libsmime3.so
(0x00007f07fd6cf000)
libnspr4.so => /usr/lib/x86_64-linux-gnu/libnspr4.so
(0x00007f07fd490000)
libboost_thread.so.1.55.0 =>
/usr/lib/x86_64-linux-gnu/libboost_thread.so.1.55.0 (0x00007f07fd275000)
libboost_system.so.1.55.0 =>
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.55.0 (0x00007f07fd071000)
libgcrypt.so.20 => /lib/x86_64-linux-gnu/libgcrypt.so.20
(0x00007f07fcd8f000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f07fcb21000)
/lib64/ld-linux-x86-64.so.2 (0x00007f...
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?
...sing
> std::map::insert_or_assign() from C++17). And I'm using Windows, so I
> shouldn't use LDFLAGS or CXXFLAGS as environment variables. I'll use
> them directly on the compiler command line instead. The libraries I
> need to link against are
> C:/boost_1_68_0/stage/lib/libboost_system-vc141-mt-x64-1_68.lib and
> C:/Jinja2Cpp/install_x64/lib/static/jinja2cpp.lib.
>
> I tried to build it with this flag:
> "
> clang++ -std=c++17 -Wall -pedantic -
> D_SILENCE_CXX17_ADAPTOR_TYPEDEFS_DEPRECATION_WARNING -
> Dvariant_CONFIG_SELECT_VARIANT=variant_VARIANT_NONST...
2015 May 12
5
Bug#785132: No screen refresh on Windows 8.1 with xen-hypervisor-4.5-amd64
Package: xen-hypervisor-4.5-amd64_4.5.0-1_amd64.deb
Version: 4.5.0-1
Hi,
I use xen with sdl, not with vnc. When I boot on
xen-hypervisor-4.4-amd64, everything is fine. With Debian or Windows 8.1
I have a good display,
But when I choose at boot, the xen-hypervisor-4.5-amd64, things go wrong.
If I launch a xen Debian, I get some blur effect on the display.
And when I launch a xen Windows8.1,
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node.
Removed tools, these are now in ovirt-node-recipe which is subpackage of
ovirt-node.
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe.
Removes old sub packages form ovirt-node, stateless, logos, selinux.
Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221
Added License file.
2017 Apr 24
0
Issues with exposing USB serial dongle to guest VM
...-kvm 13468 qemu mem REG 253,0 2025760 100702584 /usr/lib64/libcrypto.so.1.0.1e
qemu-kvm 13468 qemu mem REG 253,0 19888 100701744 /usr/lib64/libattr.so.1.1.0
qemu-kvm 13468 qemu mem REG 253,0 15608 100702497 /usr/lib64/libboost_system-mt.so.1.53.0
qemu-kvm 13468 qemu mem REG 253,0 94320 100702518 /usr/lib64/libboost_thread-mt.so.1.53.0
qemu-kvm 13468 qemu mem REG 253,0 344280 100868642 /usr/lib64/libldap-2.4.so.2.10.3
qemu-kvm 13468 qemu mem REG 253,0...