[Xfce-bugs] [Bug 14387] New: `xfsm-global.h:30:10: fatal error: dbus/dbus.h: No such file or directory`

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Mon May 7 16:38:41 CEST 2018


https://bugzilla.xfce.org/show_bug.cgi?id=14387

            Bug ID: 14387
           Summary: `xfsm-global.h:30:10: fatal error: dbus/dbus.h: No
                    such file or directory`
    Classification: Xfce Core
           Product: Xfce4-session
           Version: 4.13.0
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: General
          Assignee: xfce-bugs at xfce.org
          Reporter: pmenzel+bugzilla.xfce.org at molgen.mpg.de
                CC: benny at xfce.org, nick at xfce.org
  Target Milestone: Xfce 4.12

Building Xfce4-session 4.13.0 with D-Bus 1.12.4 installed fails with the error
below.

```
$ make
[…]
make[3]: Entering directory
'/scratch/local/bee-joey/xfce4-session/xfce4-session-4.13.0-0/build/xfce4-session'
  CC       xfce4_session-ice-layer.o
In file included from
/scratch/local/bee-joey/xfce4-session/xfce4-session-4.13.0-0/source/xfce4-session/xfsm-manager.h:32:0,
                 from
/scratch/local/bee-joey/xfce4-session/xfce4-session-4.13.0-0/source/xfce4-session/ice-layer.h:29,
                 from
/scratch/local/bee-joey/xfce4-session/xfce4-session-4.13.0-0/source/xfce4-session/ice-layer.c:51:
/scratch/local/bee-joey/xfce4-session/xfce4-session-4.13.0-0/source/xfce4-session/xfsm-global.h:30:10:
fatal error: dbus/dbus.h: No such file or directory
 #include <dbus/dbus.h>
          ^~~~~~~~~~~~~
compilation terminated.
Makefile:731: recipe for target 'xfce4_session-ice-layer.o' failed
make[3]: *** [xfce4_session-ice-layer.o] Error 1
[…]
```

The header file is installed though. The configure script should configure the
correct includes, I guess.

```
$ ls /usr/include/dbus-1.0/dbus/dbus.h
/usr/include/dbus-1.0/dbus/dbus.h
$ pkg-config --cflags dbus-1
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
```

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list