Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HOWTO: Build luminocity in your home directory.
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
steelrose
Apprentice
Apprentice


Joined: 06 May 2002
Posts: 245
Location: Cyprus

PostPosted: Fri Apr 01, 2005 10:17 am    Post subject: Reply with quote

i get the following error:

Code:
*** Building xserver *** [17/24]

make
Making all in include
make[1]: Entering directory `/root/luminocity/src/luminocity/xserver/include'
make  all-am
make[2]: Entering directory `/root/luminocity/src/luminocity/xserver/include'
make[2]: Leaving directory `/root/luminocity/src/luminocity/xserver/include'
make[1]: Leaving directory `/root/luminocity/src/luminocity/xserver/include'
Making all in dix
make[1]: Entering directory `/root/luminocity/src/luminocity/xserver/dix'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/luminocity/src/luminocity/xserver/dix'
Making all in fb
make[1]: Entering directory `/root/luminocity/src/luminocity/xserver/fb'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/luminocity/src/luminocity/xserver/fb'
Making all in mi
make[1]: Entering directory `/root/luminocity/src/luminocity/xserver/mi'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/luminocity/src/luminocity/xserver/mi'
Making all in Xext
make[1]: Entering directory `/root/luminocity/src/luminocity/xserver/Xext'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/luminocity/src/luminocity/xserver/Xext'
Making all in miext
make[1]: Entering directory `/root/luminocity/src/luminocity/xserver/miext'
Making all in damage
make[2]: Entering directory `/root/luminocity/src/luminocity/xserver/miext/damage'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/luminocity/src/luminocity/xserver/miext/damage'
Making all in shadow
make[2]: Entering directory `/root/luminocity/src/luminocity/xserver/miext/shadow'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/luminocity/src/luminocity/xserver/miext/shadow'
make[2]: Entering directory `/root/luminocity/src/luminocity/xserver/miext'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/root/luminocity/src/luminocity/xserver/miext'
make[1]: Leaving directory `/root/luminocity/src/luminocity/xserver/miext'
Making all in os
make[1]: Entering directory `/root/luminocity/src/luminocity/xserver/os'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/luminocity/src/luminocity/xserver/os'
Making all in randr
make[1]: Entering directory `/root/luminocity/src/luminocity/xserver/randr'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/luminocity/src/luminocity/xserver/randr'
Making all in render
make[1]: Entering directory `/root/luminocity/src/luminocity/xserver/render'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/luminocity/src/luminocity/xserver/render'
Making all in xfixes
make[1]: Entering directory `/root/luminocity/src/luminocity/xserver/xfixes'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/luminocity/src/luminocity/xserver/xfixes'
Making all in damageext
make[1]: Entering directory `/root/luminocity/src/luminocity/xserver/damageext'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/luminocity/src/luminocity/xserver/damageext'
Making all in record
make[1]: Entering directory `/root/luminocity/src/luminocity/xserver/record'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/luminocity/src/luminocity/xserver/record'
Making all in composite
make[1]: Entering directory `/root/luminocity/src/luminocity/xserver/composite'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/luminocity/src/luminocity/xserver/composite'
Making all in hw
make[1]: Entering directory `/root/luminocity/src/luminocity/xserver/hw'
Making all in kdrive
make[2]: Entering directory `/root/luminocity/src/luminocity/xserver/hw/kdrive'
Making all in src
make[3]: Entering directory `/root/luminocity/src/luminocity/xserver/hw/kdrive/src'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/luminocity/src/luminocity/xserver/hw/kdrive/src'
Making all in linux
make[3]: Entering directory `/root/luminocity/src/luminocity/xserver/hw/kdrive/linux'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../hw/kdrive/src -I../../../miext/damage -I../../../miext/shadow -I../../../Xext -I../../../record -I../../../render -I../../../randr -I../../../xfixes -I../../../damageext -I../../../composite                       -I../../../fb -I../../../mi -I../../../hw/kdrive/linux -Wall -Wpointer-arith -Wstrict-prototypes      -Wmissing-prototypes -Wmissing-declarations     -Wnested-externs -fno-strict-aliasing -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -I/root/luminocity/opt/luminocity/include -I/root/luminocity/opt/luminocity/include/X11/fonts -I/root/luminocity/opt/luminocity/include/X11/Xtrans   -D_BSD_SOURCE -I../../../include -I../../../Xext    -g -O2 -MT evdev.o -MD -MP -MF ".deps/evdev.Tpo" \
  -c -o evdev.o `test -f 'evdev.c' || echo './'`evdev.c; \
then mv -f ".deps/evdev.Tpo" ".deps/evdev.Po"; \
else rm -f ".deps/evdev.Tpo"; exit 1; \
fi
evdev.c:62: error: field `absinfo' has incomplete type
evdev.c: In function `EvdevRead':
evdev.c:119: error: `EV_SYN' undeclared (first use in this function)
evdev.c:119: error: (Each undeclared identifier is reported only once
evdev.c:119: error: for each function it appears in.)
make[3]: *** [evdev.o] Error 1
make[3]: Leaving directory `/root/luminocity/src/luminocity/xserver/hw/kdrive/linux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/luminocity/src/luminocity/xserver/hw/kdrive'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/luminocity/src/luminocity/xserver/hw'
make: *** [all-recursive] Error 1
*** error during stage build of xserver: could not build module *** [17/24]


  [1] rerun stage build
  [2] ignore error and continue to install
  [3] give up on module
  [4] start shell
  [5] go to stage force_checkout
  [6] go to stage configure
choice:


any help to solve it?
_________________
Hey.I am new to Linux and i will ask some stupid questions sometimes so please don't get angry with me and help
Back to top
View user's profile Send private message
steelrose
Apprentice
Apprentice


Joined: 06 May 2002
Posts: 245
Location: Cyprus

PostPosted: Sat Apr 02, 2005 6:05 am    Post subject: Reply with quote

pls ignore my previous post.i just saw the solution with linux-headers and glibc which solved my problem.now luminocity compiled fine
_________________
Hey.I am new to Linux and i will ask some stupid questions sometimes so please don't get angry with me and help
Back to top
View user's profile Send private message
schrepfler
n00b
n00b


Joined: 01 Mar 2004
Posts: 56
Location: Bologna, Italy

PostPosted: Tue Apr 05, 2005 10:45 pm    Post subject: Reply with quote

I'm getting these errors:

first this on Xfake :1 -ac &
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/elvira:1
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
and then
./luminocity: error while loading shared libraries: libXdamage.so.0: cannot open shared object file: No such file or directory

on /luminocity :1

any suggestions?
Back to top
View user's profile Send private message
Boba
n00b
n00b


Joined: 10 Sep 2002
Posts: 38

PostPosted: Thu Apr 21, 2005 6:31 pm    Post subject: Reply with quote

luminocity builds on my ~amd64 system, but i can't get it to run:

DISPLAY=:1 xterm &
[2] 32565

X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 55 (X_CreateGC)
Value in failed request: 0x20000c
Serial number of failed request: 26
Current serial number in output stream: 28

[2]+ Exit 1 DISPLAY=:1 xterm
-------------
luminocity :1
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 2 (X_ChangeWindowAttributes)
Value in failed request: 0x20000
Serial number of failed request: 16
Current serial number in output stream: 20

:?
_________________
LinuxSoftBoard.de
Back to top
View user's profile Send private message
Xamindar
Veteran
Veteran


Joined: 03 Oct 2004
Posts: 1155
Location: California

PostPosted: Thu Apr 21, 2005 6:36 pm    Post subject: Reply with quote

This looks cool. I'll have to try it when I get home.
Back to top
View user's profile Send private message
chris_r
n00b
n00b


Joined: 19 May 2004
Posts: 51

PostPosted: Mon May 02, 2005 11:42 am    Post subject: Reply with quote

Is it possible to run this fullscreen?
Back to top
View user's profile Send private message
coling
n00b
n00b


Joined: 07 May 2005
Posts: 1

PostPosted: Sat May 07, 2005 8:18 am    Post subject: Reply with quote

Hi All.

Firstly I'm not a Gentoo'er (maybe I will be some day....) I'm using x86_64 Mandriva 10.2 at the mo and I have the exact same problem as Boba. I was able to build a 32 bit version with little trouble using "lunux32 jhbuild xxxxx" etc. As I didn't have a 32 bit version of glib installed I had to jhbuild glib/gtk etc. too. I had to go through a few hoops to get everything compiled including a couple of simple patches to configure.in to make some of the packages realise the others existed (Pango Xft was one - had to force it to see the X11 stuff, same problem for another package but can't remember which one of hand, but was really easy to patch up the configure.in in each case.)

Regardless, there does seem to be errors on x86_64 so it should be fixed... I've added some comments to the Luminocity wiki page relating to issues with x86_64 so others don't get tripped up.

chris_r: luminocity --help ;) ..... try passing the -f option, and also the -u option..... don't close the last terminal tho' otherwise I'm not sure how you can quit luminocity in fs mode without calling "killall luminocity" from a term!! Fortunatly mine crashes when I move my mouse scoll wheel so that's one method but obviously it shouldn't do that! Oooh I never actually tried alt-tabbing out.. wonder if that rather obvious ploy would work......

Hope this helps
Col
Back to top
View user's profile Send private message
mallchin
l33t
l33t


Joined: 21 Jan 2003
Posts: 655
Location: United Kingdom

PostPosted: Tue May 17, 2005 1:42 am    Post subject: Reply with quote

Just come across this. Glad something is there to rival Longhorn's new wobbly windows too :twisted:
_________________
6700 @ 2.66GHz, 4Gb RAM, 2 x 500Gb, 8800 GTX, PhysX, X-Fi, 24" Widescreen, Tux mascot
Back to top
View user's profile Send private message
G|N|
Tux's lil' helper
Tux's lil' helper


Joined: 26 Feb 2004
Posts: 138
Location: Turnhout (Belgium)

PostPosted: Tue May 17, 2005 10:30 am    Post subject: Reply with quote

works really well!

but i don't think that the transparency is a good thing for playing movies and you can drag your programs outside the bounds of luminocity, wich is very anoying.
screenshot
Back to top
View user's profile Send private message
mallchin
l33t
l33t


Joined: 21 Jan 2003
Posts: 655
Location: United Kingdom

PostPosted: Tue May 17, 2005 11:17 am    Post subject: Reply with quote

So is it usable or just a toy?
_________________
6700 @ 2.66GHz, 4Gb RAM, 2 x 500Gb, 8800 GTX, PhysX, X-Fi, 24" Widescreen, Tux mascot
Back to top
View user's profile Send private message
mallchin
l33t
l33t


Joined: 21 Jan 2003
Posts: 655
Location: United Kingdom

PostPosted: Tue May 17, 2005 1:43 pm    Post subject: Reply with quote

Boba wrote:
luminocity builds on my ~amd64 system, but i can't get it to run:

DISPLAY=:1 xterm &
[2] 32565

X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 55 (X_CreateGC)
Value in failed request: 0x20000c
Serial number of failed request: 26
Current serial number in output stream: 28

[2]+ Exit 1 DISPLAY=:1 xterm
-------------
luminocity :1
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 2 (X_ChangeWindowAttributes)
Value in failed request: 0x20000
Serial number of failed request: 16
Current serial number in output stream: 20

:?


Same same :(
_________________
6700 @ 2.66GHz, 4Gb RAM, 2 x 500Gb, 8800 GTX, PhysX, X-Fi, 24" Widescreen, Tux mascot
Back to top
View user's profile Send private message
brot
Guru
Guru


Joined: 06 Apr 2004
Posts: 322

PostPosted: Sun Jul 24, 2005 11:50 am    Post subject: ... Reply with quote

Seems the X server makes problems here...

Quote:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 118 (X_SetModifierMapping)
Value in failed request: 0xff
Serial number of failed request: 29
Current serial number in output stream: 29
[4]+ Exit 1 DISPLAY=:2 xterm


But when i open nothing, the luminocity window opens... strange :?
Back to top
View user's profile Send private message
cerebro84
n00b
n00b


Joined: 20 Aug 2005
Posts: 64

PostPosted: Sat Aug 20, 2005 2:44 pm    Post subject: can't compile xserver Reply with quote

configure: error: Package requirements (randrproto renderproto fixesproto damageproto xextproto xfont xproto xtrans xau compositeproto resourceproto recordproto xdmcp xdmcp) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the XSERVER_CFLAGS and XSERVER_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
*** error during stage configure of xserver: could not configure module *** [17/24]
Back to top
View user's profile Send private message
cerebro84
n00b
n00b


Joined: 20 Aug 2005
Posts: 64

PostPosted: Sat Aug 20, 2005 3:52 pm    Post subject: Re: can't compile xserver Reply with quote

Well, my fault, i was just missing some of these packages :)

Thanks config.log..
Back to top
View user's profile Send private message
rel
Tux's lil' helper
Tux's lil' helper


Joined: 20 Apr 2002
Posts: 137

PostPosted: Sat Aug 20, 2005 9:56 pm    Post subject: Re: can't compile xserver Reply with quote

cerebro84 wrote:
Well, my fault, i was just missing some of these packages :)

Thanks config.log..


What config.log? Just had the same thing.
Skipped the module.
Back to top
View user's profile Send private message
Q-collective
Advocate
Advocate


Joined: 22 Mar 2004
Posts: 2071

PostPosted: Sat Aug 20, 2005 10:58 pm    Post subject: Reply with quote

Indeed, same error here, no config.log
Back to top
View user's profile Send private message
mallchin
l33t
l33t


Joined: 21 Jan 2003
Posts: 655
Location: United Kingdom

PostPosted: Sat Aug 20, 2005 11:43 pm    Post subject: Reply with quote

There should be several config.logs, you'll want the one in the xserver directory.

These are the packages I unmasked/emerged:

Code:

>=x11-proto/randrproto-1.1
>=x11-misc/util-macros-0.99.0
>=x11-apps/xrandr-0.99.0
>=x11-libs/libX11-0.99.0
>=x11-proto/kbproto-1.0
>=x11-proto/xextproto-7.0
>=x11-proto/xproto-7.0
>=x11-proto/bigreqsproto-1.0
>=x11-proto/inputproto-1.3
>=x11-libs/libXau-0.99.0
>=x11-libs/libXdmcp-0.99.0
>=x11-proto/xcmiscproto-1.1
>=x11-libs/xtrans-0.99.0
>=x11-libs/libXrandr-0.99.0
>=x11-libs/libXext-0.99.0
>=x11-proto/renderproto-0.9
>=x11-libs/libXrender-0.9.0
>=x11-proto/fixesproto-3.0
>=x11-proto/damageproto-1.0
>=x11-proto/compositeproto-0.2
>=x11-proto/resourceproto-1.0
>=x11-proto/recordproto-1.13

_________________
6700 @ 2.66GHz, 4Gb RAM, 2 x 500Gb, 8800 GTX, PhysX, X-Fi, 24" Widescreen, Tux mascot
Back to top
View user's profile Send private message
Q-collective
Advocate
Advocate


Joined: 22 Mar 2004
Posts: 2071

PostPosted: Sun Aug 21, 2005 1:09 am    Post subject: Reply with quote

Thanks :)
Back to top
View user's profile Send private message
shmal
Tux's lil' helper
Tux's lil' helper


Joined: 07 Aug 2004
Posts: 143
Location: France, 91

PostPosted: Wed Sep 07, 2005 5:08 pm    Post subject: Reply with quote

pussi wrote:
Aapzak:

this post might have solution for your problem:
Code:
emerge linux26-headers glibc

and try again :)


Hello,

I've got the same problem and can't find the linux26-headers ebuild....
Back to top
View user's profile Send private message
mariourk
l33t
l33t


Joined: 11 Jul 2003
Posts: 807
Location: Urk, Netherlands

PostPosted: Mon Nov 07, 2005 2:22 pm    Post subject: Reply with quote

Try just linux-headers
Code:

emerge linux-headers glibc

_________________
If there is one thing to learn from history, it's that we usualy don't learn anything from it, at all.
Back to top
View user's profile Send private message
mariourk
l33t
l33t


Joined: 11 Jul 2003
Posts: 807
Location: Urk, Netherlands

PostPosted: Mon Nov 07, 2005 2:24 pm    Post subject: Reply with quote

Can someone tell my why I get this? How can I solve it? :?
Code:

checking for XSERVER_LIBS...
configure: error: Package requirements (randrproto renderproto fixesproto damageproto xextproto xfont xproto xtrans xau compositeproto resourceproto recordproto xdmcp xdmcp) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the XSERVER_CFLAGS and XSERVER_LIBS environment variables
to avoid the need to call pkg-config.  See the pkg-config man page for
more details.
*** error during stage configure of xserver: could not configure module *** [17/24]


  [1] rerun stage configure
  [2] ignore error and continue to build
  [3] give up on module
  [4] start shell
  [5] go to stage force_checkout

_________________
If there is one thing to learn from history, it's that we usualy don't learn anything from it, at all.
Back to top
View user's profile Send private message
it290
n00b
n00b


Joined: 29 Jul 2002
Posts: 22

PostPosted: Fri Nov 18, 2005 1:17 am    Post subject: Reply with quote

Same problem here...

edit- Ok, never mind, I installed some more packages and got the configure to work correctly, but it still fails when trying to build xserver. This is the error I get:

Code:

gcc -g -O2 -o Xfbdev fbinit.o  libfbdev.a ../../../dix/libdix.a ../../../os/libo s.a ../../../hw/kdrive/src/libkdrive.a ../../../fb/libfb.a ../../../mi/libmi.a . ./../../Xext/libXext.a ../../../record/librecord.a ../../../render/librender.a . ./../../randr/librandr.a ../../../xfixes/libxfixes.a ../../../damageext/libdamag eext.a ../../../composite/libcomposite.a ../../../miext/damage/libdamage.a ../.. /../miext/shadow/libshadow.a ../../../dix/libxpstubs.a ../../../hw/kdrive/linux/ liblinux.a -L/home/it290/Downloads/luminocity/opt/luminocity/lib /home/it290/Dow nloads/luminocity/opt/luminocity/lib/libX11.so /home/it290/Downloads/luminocity/ opt/luminocity/lib/libXau.so /home/it290/Downloads/luminocity/opt/luminocity/lib /libXdmcp.so -ldl -lm -Wl,--rpath -Wl,/home/it290/Downloads/luminocity/opt/lumin ocity/lib -Wl,--rpath -Wl,/home/it290/Downloads/luminocity/opt/luminocity/lib
../../../dix/libdix.a(main.o): In function `main':
/home/it290/Downloads/luminocity/src/luminocity/xserver/dix/main.c:343: undefine d reference to `InitGlyphCaching'
/home/it290/Downloads/luminocity/src/luminocity/xserver/dix/main.c:352: undefine d reference to `ResetFontPrivateIndex'
../../../dix/libdix.a(dispatch.o): In function `ProcQueryTextExtents':
/home/it290/Downloads/luminocity/src/luminocity/xserver/dix/dispatch.c:1428: und efined reference to `QueryTextExtents'
../../../dix/libdix.a(dixfonts.o): In function `doOpenFont':
/home/it290/Downloads/luminocity/src/luminocity/xserver/dix/dixfonts.c:341: unde fined reference to `CacheFontPattern'
../../../dix/libdix.a(dixfonts.o): In function `OpenFont':
/home/it290/Downloads/luminocity/src/luminocity/xserver/dix/dixfonts.c:401: unde fined reference to `FindCachedFontPattern'
../../../dix/libdix.a(dixfonts.o): In function `CloseFont':
/home/it290/Downloads/luminocity/src/luminocity/xserver/dix/dixfonts.c:467: unde fined reference to `RemoveCachedFontPattern'
../../../dix/libdix.a(dixfonts.o): In function `doListFontsAndAliases':
/home/it290/Downloads/luminocity/src/luminocity/xserver/dix/dixfonts.c:815: unde fined reference to `FreeFontNames'
/home/it290/Downloads/luminocity/src/luminocity/xserver/dix/dixfonts.c:676: unde fined reference to `AddFontNamesName'
../../../dix/libdix.a(dixfonts.o): In function `ListFonts':
/home/it290/Downloads/luminocity/src/luminocity/xserver/dix/dixfonts.c:848: unde fined reference to `MakeFontNamesRecord'
../../../dix/libdix.a(dixfonts.o): In function `SetFontPathElements':
/home/it290/Downloads/luminocity/src/luminocity/xserver/dix/dixfonts.c:1787: und efined reference to `EmptyFontPatternCache'
../../../dix/libdix.a(dixfonts.o): In function `InitFonts':
/home/it290/Downloads/luminocity/src/luminocity/xserver/dix/dixfonts.c:1943: und efined reference to `MakeFontPatternCache'
/home/it290/Downloads/luminocity/src/luminocity/xserver/dix/dixfonts.c:1945: und efined reference to `BuiltinRegisterFpeFunctions'
../../../dix/libdix.a(dixfonts.o): In function `FreeFonts':
/home/it290/Downloads/luminocity/src/luminocity/xserver/dix/dixfonts.c:2055: und efined reference to `FreeFontPatternCache'
../../../dix/libdix.a(dixfonts.o): In function `InitFonts':
/home/it290/Downloads/luminocity/src/luminocity/xserver/dix/dixfonts.c:1948: und efined reference to `FontFileRegisterFpeFunctions'
../../../os/libos.a(utils.o): In function `ProcessCommandLine':
/home/it290/Downloads/luminocity/src/luminocity/xserver/os/utils.c:715: undefine d reference to `ParseGlyphCachingMode'
../../../mi/libmi.a(mipolytext.o): In function `miPolyText':
/home/it290/Downloads/luminocity/src/luminocity/xserver/mi/mipolytext.c:82: unde fined reference to `GetGlyphs'
../../../mi/libmi.a(mipolytext.o): In function `miPolyText8':
/home/it290/Downloads/luminocity/src/luminocity/xserver/mi/mipolytext.c:105: und efined reference to `GetGlyphs'
../../../mi/libmi.a(mipolytext.o): In function `miPolyText16':
/home/it290/Downloads/luminocity/src/luminocity/xserver/mi/mipolytext.c:128: und efined reference to `GetGlyphs'
../../../mi/libmi.a(mipolytext.o): In function `miImageText':
/home/it290/Downloads/luminocity/src/luminocity/xserver/mi/mipolytext.c:154: und efined reference to `GetGlyphs'
../../../mi/libmi.a(mipolytext.o): In function `miImageText8':
/home/it290/Downloads/luminocity/src/luminocity/xserver/mi/mipolytext.c:176: und efined reference to `GetGlyphs'
../../../mi/libmi.a(mipolytext.o):/home/it290/Downloads/luminocity/src/luminocit y/xserver/mi/mipolytext.c:195: more undefined references to `GetGlyphs' follow
../../../miext/damage/libdamage.a(damage.o): In function `damageDamageChars':
/home/it290/Downloads/luminocity/src/luminocity/xserver/miext/damage/damage.c:12 14: undefined reference to `QueryGlyphExtents'
../../../miext/damage/libdamage.a(damage.o): In function `damageText':
/home/it290/Downloads/luminocity/src/luminocity/xserver/miext/damage/damage.c:12 66: undefined reference to `GetGlyphs'
collect2: ld returned 1 exit status
make[3]: *** [Xfbdev] Error 1
make[3]: Leaving directory `/home/it290/Downloads/luminocity/src/luminocity/xser ver/hw/kdrive/fbdev'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/it290/Downloads/luminocity/src/luminocity/xser ver/hw/kdrive'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/it290/Downloads/luminocity/src/luminocity/xser ver/hw'
make: *** [all-recursive] Error 1


Am I still missing some package, or do I have the wrong version of something installed? Or is it just a problem with the cvs right now? Anyone successfully compiled luminocity recently?
Back to top
View user's profile Send private message
apache2
n00b
n00b


Joined: 06 Jun 2005
Posts: 12

PostPosted: Fri Jan 06, 2006 11:09 am    Post subject: starting a gentoo-wiki HOWTO Reply with quote

NOTE: Gentoo-wiki HOWTO started

http://gentoo-wiki.com/HOWTO_luminocity started that the other day....... please help :) -sofa/apache2
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum