Displaying 15 results from an estimated 15 matches for "gmodules".
Did you mean:
modules
2016 Feb 15
3
glib2 head file error when build libvirt with wireshark support
I compile the latest libvirt from fedora rawhide, but failed.
The version of my software:
wireshark-devel-2.0.1-2.fc24.x86_64
glib2-2.47.5-2.fc24.x86_64
gcc-5.1.1-4.fc23.x86_64
binutils-2.26-10.fc24.x86_64
The error as following:
# ./autogen.sh --prefix=/usr && make
.....
wireshark/src/plugin.c:5:21: fatal error: gmodule.h: No such file or directory
compilation terminated.
Makefile:2442:
2016 Feb 15
0
Re: glib2 head file error when build libvirt with wireshark support
On Mon, Feb 15, 2016 at 03:05:00AM -0500, Han Han wrote:
>I compile the latest libvirt from fedora rawhide, but failed.
>The version of my software:
>wireshark-devel-2.0.1-2.fc24.x86_64
>glib2-2.47.5-2.fc24.x86_64
>gcc-5.1.1-4.fc23.x86_64
>binutils-2.26-10.fc24.x86_64
>
Can you post the output of:
pkg-config --print-requires wireshark
If it does not output glib-2.0 and
2016 Feb 16
2
Re: glib2 head file error when build libvirt with wireshark support
On Mon, Feb 15, 2016 at 10:40:11AM +0100, Martin Kletzander wrote:
> On Mon, Feb 15, 2016 at 03:05:00AM -0500, Han Han wrote:
> >I compile the latest libvirt from fedora rawhide, but failed.
> >The version of my software:
> >wireshark-devel-2.0.1-2.fc24.x86_64
> >glib2-2.47.5-2.fc24.x86_64
> >gcc-5.1.1-4.fc23.x86_64
> >binutils-2.26-10.fc24.x86_64
> >
2007 Nov 06
0
configure.ac src/Makefile.am src/plugin.c
configure.ac | 2 +-
src/Makefile.am | 5 +++--
src/plugin.c | 26 ++++++++++++++++++++++----
3 files changed, 26 insertions(+), 7 deletions(-)
New commits:
commit ca13a1daef653a80e89250e273496ca01dfccddd
Author: Benjamin Otte <otte at gnome.org>
Date: Tue Nov 6 21:29:54 2007 +0100
make sure the plugin is never unloaded (#13110, reported by Tom Parker)
It seems
2020 Mar 03
2
Has the work in this talk been pushed: "Better C++ debugging using Clang Modules in LLDB"?
Hi,
I tried using lldb built from master, but still seeing some STL
container member functions not recognizable in a debugging session. I am
wondering if the work has been pushed to master; also if it's pushed but
not enabled by default yet, is there a flag I can use to turn on the
expression evaluator using Clang modules. Thanks a lot for the great work.
Best Regards,
Jiading
2007 Nov 15
2
2 commits - configure.ac
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8b3f9aca00a0d0447ba95a5ac86c56eb5894b8a8
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Nov 15 12:00:38 2007 +0100
back to development
diff --git a/configure.ac b/configure.ac
index 514f515..96ffeed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
2013 Aug 15
12
[Bug 845] New: checking for LIBNFNETLINK... configure: error: Package requirements (libnfnetlink >= 0.0.41) were not met:
https://bugzilla.netfilter.org/show_bug.cgi?id=845
Summary: checking for LIBNFNETLINK... configure: error: Package
requirements (libnfnetlink >= 0.0.41) were not met:
Product: libnetfilter_queue
Version: unspecified
Platform: i386
OS/Version: RedHat Linux
Status: NEW
Severity: normal
2007 Dec 17
1
2 commits - configure.ac NEWS
NEWS | 5 +++++
configure.ac | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit b89f3c46440581f2818e1572c206331182e3a17f
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Dec 17 21:44:48 2007 +0100
back to development
diff --git a/configure.ac b/configure.ac
index 56b01c5..237b2a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7
2007 Nov 06
1
src/plugin.c
src/plugin.c | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
New commits:
commit 85bb0aaad68236d0953f913e0af149635fcd2ce7
Author: Benjamin Otte <otte at gnome.org>
Date: Tue Nov 6 22:24:16 2007 +0100
add Gentoo protection
diff --git a/src/plugin.c b/src/plugin.c
index bec4741..258307c 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -128,22 +128,31 @@
2007 Aug 24
0
2 commits - configure.ac vivified/core
configure.ac | 2 +-
vivified/core/Makefile.am | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
New commits:
diff-tree b319db3cbe2ce11e2d2edcf27ad44d28fa22de47 (from 08aafab0c67c5db6f1784a6da2c421b58d4474d6)
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Aug 24 14:14:19 2007 +0200
include vivi_marshal.list
diff --git a/vivified/core/Makefile.am
2007 Apr 17
0
3 commits - configure.ac libswfdec/swfdec_loader.c libswfdec/swfdec_movie.h
configure.ac | 3 +--
libswfdec/swfdec_loader.c | 2 +-
libswfdec/swfdec_movie.h | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
New commits:
diff-tree b9d433487b5fa18d9b53e4bd7eed3801b62fde3e (from 3b51123d377a1157fb2780e0e4282eb55240ded5)
Author: Benjamin Otte <otte@gnome.org>
Date: Tue Apr 17 20:23:21 2007 +0200
update GStreamer requirement
2007 Aug 21
0
Branch 'vivi' - 15 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_debugger.h libswfdec/swfdec_as_object.c libswfdec/swfdec_movie.c libswfdec/swfdec_script.c libswfdec/swfdec_types.h vivified/core vivified/ui
configure.ac | 5 -
libswfdec/Makefile.am | 2
libswfdec/swfdec_as_context.c | 9 +-
libswfdec/swfdec_as_debugger.h | 8 ++
libswfdec/swfdec_as_object.c | 5 +
libswfdec/swfdec_movie.c | 15 ---
libswfdec/swfdec_script.c | 1
libswfdec/swfdec_types.h | 1
vivified/core/vivi_debugger.c | 34
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a
/lot/ of errors like this (strangely I hit none of these in check-llvm,
only in check-clang):
Any ideas?
==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes
at address 0x631000014800
==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...Compile with -fmodules-local-submodule-visibility.
LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY:BOOL=ON
//Build LLVM with LTO. May be specified as Thin or Full to use
// a particular kind of LTO
LLVM_ENABLE_LTO:STRING=OFF
//Compile with C++ modules enabled.
LLVM_ENABLE_MODULES:BOOL=OFF
//Compile with -gmodules.
LLVM_ENABLE_MODULE_DEBUGGING:BOOL=OFF
//Build OCaml bindings documentation.
LLVM_ENABLE_OCAMLDOC:BOOL=ON
//Compile with pedantic enabled.
LLVM_ENABLE_PEDANTIC:BOOL=ON
//Build Position-Independent Code
LLVM_ENABLE_PIC:BOOL=ON
//Semicolon-separated list of projects to build (clang;libcxx;libcxxa...
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
Makefile.am | 7
autogen.sh | 2
configure.ac | 27 +
doc/swfdec-sections.txt | 3
libswfdec-gtk/swfdec_gtk_player.c | 7
libswfdec-gtk/swfdec_gtk_player.h | 2
libswfdec-gtk/swfdec_gtk_widget.c |