! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
unable to compile: "utils.h: No such file or directory"
Status:
RESOLVED: FIXED
Product:
Xfmedia
Component:
general

Comments

Description Harold Aling 2005-04-26 19:58:59 CEST
Unable to compile from SVN/CVS since xfmedia came into the xfce-svn tree...

Reproducible: Always
Steps to Reproduce:
1. ./autogen
2. ./configure
3. make

Actual Results:  
make[2]: Entering directory `/var/tmp/portage/xfmedia-20050426/work/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -DDATADIR=\"/usr/local/share\"
-DLIBDIR=\"/usr/local/lib\" -DSYSCONFDIR=\"/usr/local/etc\"
-DLOCALEDIR=\"/usr/local/share/locale\" -I.. -I../xfmedia -I/usr/include/xfce4
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DXTHREADS -D_REENTRANT
-DXUSE_MTSAFE_API -I/usr/include/xfce4 -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0
-I/usr/include/startup-notification-1.0 -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE
-DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/exo-0.2
-I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include   -g -O2 -MT xfmedia-http.o -MD -MP -MF
".deps/xfmedia-http.Tpo" -c -o xfmedia-http.o `test -f 'http.c' || echo
'./'`http.c; \
then mv -f ".deps/xfmedia-http.Tpo" ".deps/xfmedia-http.Po"; else rm -f
".deps/xfmedia-http.Tpo"; exit 1; fi
http.c:47:19: utils.h: No such file or directory
make[2]: *** [xfmedia-http.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/xfmedia-20050426/work/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xfmedia-20050426/work'
make: *** [all] Error 2

Expected Results:  
Compile?

Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-ck4 i686)
=================================================================
System uname: 2.6.11-ck4 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar 18 2005, 10:58:39)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.9.4, 1.5, 1.8.5-r3, 1.6.3, 1.7.9-r1, 1.4_p6
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.8.1-r2
CFLAGS="-O2 -march=prescott -mcpu=prescott -fomit-frame-pointer -pipe -fforce-addr"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="-O2 -march=prescott -mcpu=prescott -fomit-frame-pointer -pipe
-fforce-addr"
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s"
MAKEOPTS="-j3"
Comment 1 Brian J. Tarricone (not reading bugmail) 2005-04-26 21:02:04 CEST
Forgot to remove that include.  It looks like I have a random utils.h in
/usr/include that was causing it not to fail on my system (and a lot of others,
apparently).  Fixed in svn.
Comment 2 Harold Aling 2005-04-26 21:13:18 CEST
Yep, that solved it... Thanx for the quick support!

Bug #925

Reported by:
Harold Aling
Reported on: 2005-04-26
Last modified on: 2005-04-26

People

Assignee:
Brian J. Tarricone (not reading bugmail)
CC List:
0 users

Version

Version:
0.8.0cvs

Attachments

Additional information