Page 42 of 57 FirstFirst ... 32404142434452 ... LastLast
Results 411 to 420 of 562

Thread: The Composite Manager Guide: How to Get Vista-ish Effects in (K)(X)Ubuntu.

  1. #411
    Join Date
    Apr 2005
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: The Composite Manager Guide: How to Get Vista-ish Effects in (K)(X)Ubuntu.

    I'm having a problem with the 'make' now...

    Code:
    Making all in .
    make[4]: Entering directory `/home/robert/xserver/hw/xgl/glx'
    if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../hw/xgl/glx  -I../../../hw/xgl  -I../../../miext/damage -I../../../miext/shadow -I../../../Xext -I../../../record -I../../../render -I../../../randr -I../../../xfixes -I../../../damageext -I../../../composite           -I../../../fb -I../../../mi -Wall -Wpointer-arith -Wstrict-prototypes   -Wmissing-prototypes -Wmissing-declarations     -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2   -D_BSD_SOURCE -I../../../include -I../../../Xext -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include      -O2 -march=pentium3m -funroll-loops -ffast-math -fomit-frame-pointer -fno-exceptions -MT xglx.lo -MD -MP -MF ".deps/xglx.Tpo" -c -o xglx.lo xglx.c; \
    then mv -f ".deps/xglx.Tpo" ".deps/xglx.Plo"; else rm -f ".deps/xglx.Tpo"; exit 1; fi
     gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../hw/xgl/glx -I../../../hw/xgl -I../../../miext/damage -I../../../miext/shadow -I../../../Xext -I../../../record -I../../../render -I../../../randr -I../../../xfixes -I../../../damageext -I../../../composite -I../../../fb -I../../../mi -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -D_BSD_SOURCE -I../../../include -I../../../Xext -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -O2 -march=pentium3m -funroll-loops -ffast-math -fomit-frame-pointer -fno-exceptions -MT xglx.lo -MD -MP -MF .deps/xglx.Tpo -c xglx.c  -fPIC -DPIC -o .libs/xglx.o
    In file included from ../../../include/dixfont.h:33,
                     from ../../../mi/mi.h:57,
                     from ../../../hw/xgl/xgl.h:43,
                     from xglx.h:29,
                     from xglx.c:26:
    /usr/X11R6/include/X11/fonts/fontstruct.h:293:23: error: fontproto.h: No such file or directory
    make[4]: *** [xglx.lo] Error 1
    make[4]: Leaving directory `/home/robert/xserver/hw/xgl/glx'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/robert/xserver/hw/xgl/glx'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/robert/xserver/hw/xgl'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/robert/xserver/hw'
    make: *** [all-recursive] Error 1
    robert@linux:~/xserver$

  2. #412
    Join Date
    Oct 2005
    Location
    United Kingdom
    Beans
    138
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: The Composite Manager Guide: How to Get Vista-ish Effects in (K)(X)Ubuntu.

    fontproto.h: No such file or directory
    when I was having these, I looked on http://packages.ubuntu.com
    you can search for files inside a package.

    This one, I believe is in x11proto-fonts-dev

    I'll attach a file that contains a list of deps for --enable-xglserver
    I made it on a clean install, but running inside VMware, so there was no glx. So you may need a couple more deps than those in the list...
    Attached Files Attached Files

  3. #413
    Join Date
    Apr 2005
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: The Composite Manager Guide: How to Get Vista-ish Effects in (K)(X)Ubuntu.

    Yeah, I have all the x11proto* installed and the ones in the file you attached but it made no difference.

  4. #414
    Join Date
    Oct 2005
    Location
    United Kingdom
    Beans
    138
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: The Composite Manager Guide: How to Get Vista-ish Effects in (K)(X)Ubuntu.

    you definitely got all the x11proto* packages with -dev on the end?

    output from packages.ubuntu.com
    FILE
    usr/include/X11/fonts/fontproto.h

    PACKAGE
    x11/x11proto-fonts-dev
    make sure you install the development packages.

    also try installing libxfont-dev

    edit:
    Three more _possible_ deps, but they are not the ones giving you that error, I am sure.
    x11proto-gl-dev
    x11proto-trap-dev
    x11proto-xinerama-dev
    Last edited by Azriphale; January 13th, 2006 at 11:28 PM.

  5. #415
    Join Date
    Apr 2005
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: The Composite Manager Guide: How to Get Vista-ish Effects in (K)(X)Ubuntu.

    Yeah, I have all that installed. I even tried the dapper x11proto-fonts-dev but it's still the same.

  6. #416
    Join Date
    Oct 2005
    Location
    United Kingdom
    Beans
    138
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: The Composite Manager Guide: How to Get Vista-ish Effects in (K)(X)Ubuntu.

    run this in the terminal:
    Code:
    $ sudo find / -name fontproto.h
    Does it come up with "/usr/include/X11/fonts/fontproto.h"?

    also, have you got this installed?
    libfreetype6-dev

  7. #417
    Join Date
    Oct 2005
    Location
    United Kingdom
    Beans
    138
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: The Composite Manager Guide: How to Get Vista-ish Effects in (K)(X)Ubuntu.

    I just removed a package and its refusing to install again.

    All I can suggest trying now is the guide over here:
    http://www.ubuntuforums.org/showpost...&postcount=385
    it takes a while tho, it recompiles a whole lot of the X components.

    I need to get some sleep too, its almost 1 in the morning now...

  8. #418
    Join Date
    Apr 2005
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: The Composite Manager Guide: How to Get Vista-ish Effects in (K)(X)Ubuntu.

    Yes and yes...

  9. #419
    Join Date
    Oct 2005
    Location
    United Kingdom
    Beans
    138
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: The Composite Manager Guide: How to Get Vista-ish Effects in (K)(X)Ubuntu.

    are you running configure with the flag --prefix=/some/path ?
    If you are, you will need to compile and install xfont before xserver. If you are not, it should, I think, be working... the searching for missing files on packages.ubuntu.com worked for me....

  10. #420
    Join Date
    Oct 2005
    Location
    United Kingdom
    Beans
    138
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: The Composite Manager Guide: How to Get Vista-ish Effects in (K)(X)Ubuntu.

    try running configure with --prefix=/usr

    I'll stick around for a few more minutes

    Edit:
    I hope that works for you, because now it is time for me to leave...
    Last edited by Azriphale; January 14th, 2006 at 12:19 AM.

Page 42 of 57 FirstFirst ... 32404142434452 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •