Как инсталировать плагины для Compiz?
Система Ubuntu 7.10
Скачал snow.tar.gz отсюда http://compiz.org/Plugins, разархивировал.
Делаю make и получаю кучу ошибок:
$ make
[: 1: ==: unexpected operator
-e compiling : snow.c -> build/libsnow.losnow.c:89: warning: implicit declaration of function 'N_'
snow.c:89: error: initializer element is not constant
snow.c:89: error: (near initialization for 'snowDirections[0]')
snow.c:90: error: initializer element is not constant
snow.c:90: error: (near initialization for 'snowDirections[1]')
snow.c:91: error: initializer element is not constant
snow.c:91: error: (near initialization for 'snowDirections[2]')
snow.c:93: error: initializer element is not constant
snow.c:93: error: (near initialization for 'snowDirections[3]')
snow.c: In function 'beginRendering':
snow.c:314: warning: passing argument 2 of 'prepareXCoords' makes pointer from integer without a cast
snow.c: In function 'snowPaintScreen':
snow.c:419: warning: passing argument 2 of 's->paintScreen' from incompatible pointer type
snow.c:419: warning: passing argument 3 of 's->paintScreen' makes integer from pointer without a cast
snow.c:419: error: too many arguments to function 's->paintScreen'
snow.c:419: error: void value not ignored as it ought to be
snow.c:419: warning: statement with no effect
snow.c:420: warning: assignment from incompatible pointer type
snow.c: In function 'snowPaintWindow':
snow.c:438: warning: passing argument 3 of 'w->screen->paintWindow' from incompatible pointer type
snow.c:438: warning: passing argument 4 of 'w->screen->paintWindow' makes pointer from integer without a cast
snow.c:438: error: too few arguments to function 'w->screen->paintWindow'
snow.c:438: warning: assignment makes integer from pointer without a cast
snow.c:439: warning: assignment from incompatible pointer type
snow.c: In function 'snowInitScreen':
snow.c:592: warning: assignment from incompatible pointer type
snow.c:596: warning: assignment from incompatible pointer type
snow.c: In function 'snowDisplayInitOptions':
snow.c:769: error: 'CompOption' has no member named 'shortDesc'
snow.c:769: warning: statement with no effect
snow.c:770: error: 'CompOption' has no member named 'longDesc'
snow.c:770: warning: statement with no effect
snow.c:779: error: 'CompOption' has no member named 'shortDesc'
snow.c:779: warning: statement with no effect
snow.c:780: error: 'CompOption' has no member named 'longDesc'
snow.c:780: warning: statement with no effect
snow.c:789: error: 'CompOption' has no member named 'shortDesc'
snow.c:789: warning: statement with no effect
snow.c:790: error: 'CompOption' has no member named 'longDesc'
snow.c:790: warning: statement with no effect
snow.c:799: error: 'CompOption' has no member named 'shortDesc'
snow.c:799: warning: statement with no effect
snow.c:800: error: 'CompOption' has no member named 'longDesc'
snow.c:802: warning: statement with no effect
snow.c:810: error: 'CompOption' has no member named 'shortDesc'
snow.c:810: warning: statement with no effect
snow.c:811: error: 'CompOption' has no member named 'longDesc'
snow.c:813: warning: statement with no effect
snow.c:822: error: 'CompOption' has no member named 'shortDesc'
snow.c:822: warning: statement with no effect
snow.c:823: error: 'CompOption' has no member named 'longDesc'
snow.c:825: warning: statement with no effect
snow.c:834: error: 'CompOption' has no member named 'shortDesc'
snow.c:834: warning: statement with no effect
snow.c:835: error: 'CompOption' has no member named 'longDesc'
snow.c:835: warning: statement with no effect
snow.c:844: error: 'CompOptionRestriction' has no member named 's'
snow.c:844: error: request for member 'string' in something not a structure or union
snow.c:844: warning: statement with no effect
snow.c:845: error: 'CompOptionRestriction' has no member named 's'
snow.c:845: error: request for member 'nString' in something not a structure or union
snow.c:845: warning: statement with no effect
snow.c:849: error: 'CompOption' has no member named 'shortDesc'
snow.c:849: warning: statement with no effect
snow.c:850: error: 'CompOption' has no member named 'longDesc'
snow.c:850: warning: statement with no effect
snow.c:864: error: 'CompOption' has no member named 'shortDesc'
snow.c:864: warning: statement with no effect
snow.c:865: error: 'CompOption' has no member named 'longDesc'
snow.c:865: warning: statement with no effect
snow.c:871: error: 'CompOption' has no member named 'shortDesc'
snow.c:871: warning: statement with no effect
snow.c:872: error: 'CompOption' has no member named 'longDesc'
snow.c:872: warning: statement with no effect
snow.c:878: error: 'CompOption' has no member named 'shortDesc'
snow.c:878: warning: statement with no effect
snow.c:879: error: 'CompOption' has no member named 'longDesc'
snow.c:879: warning: statement with no effect
snow.c:882: error: 'CompOptionRestriction' has no member named 's'
snow.c:882: error: request for member 'string' in something not a structure or union
snow.c:882: warning: statement with no effect
snow.c:883: error: 'CompOptionRestriction' has no member named 's'
snow.c:883: error: request for member 'nString' in something not a structure or union
snow.c:883: warning: statement with no effect
snow.c:887: error: 'CompOption' has no member named 'shortDesc'
snow.c:887: warning: statement with no effect
snow.c:888: error: 'CompOption' has no member named 'longDesc'
snow.c:888: warning: statement with no effect
snow.c:894: error: 'CompOption' has no member named 'shortDesc'
snow.c:894: warning: statement with no effect
snow.c:895: error: 'CompOption' has no member named 'longDesc'
snow.c:897: warning: statement with no effect
snow.c: At top level:
snow.c:984: error: initializer element is not constant
snow.c:984: error: (near initialization for 'snowVTable.getVersion')
snow.c:985: error: initializer element is not constant
snow.c:985: error: (near initialization for 'snowVTable.getMetadata')
snow.c:986: warning: initialization from incompatible pointer type
snow.c:987: warning: initialization from incompatible pointer type
snow.c:988: warning: initialization from incompatible pointer type
snow.c:989: warning: initialization from incompatible pointer type
snow.c:990: warning: initialization from incompatible pointer type
snow.c:991: warning: initialization from incompatible pointer type
snow.c:992: warning: initialization from incompatible pointer type
snow.c:995: warning: initialization from incompatible pointer type
snow.c:996: warning: initialization from incompatible pointer type
snow.c:998: warning: excess elements in struct initializer
snow.c:998: warning: (near initialization for 'snowVTable')
snow.c:999: warning: excess elements in struct initializer
snow.c:999: warning: (near initialization for 'snowVTable')
snow.c:1000: warning: excess elements in struct initializer
snow.c:1000: warning: (near initialization for 'snowVTable')
snow.c:1001: warning: excess elements in struct initializer
snow.c:1001: warning: (near initialization for 'snowVTable')
snow.c:1003: warning: excess elements in struct initializer
snow.c:1003: warning: (near initialization for 'snowVTable')
make: *** [build/libsnow.lo] Error 1
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от mamantoha
Ответ на:
комментарий
от mamantoha
Ответ на:
комментарий
от teferiincub
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.
Похожие темы
- Форум Люди помогите!!!! (2001)
- Форум Ошибки компиляции PCmanFM (2011)
- Форум проблема с kvblade (2010)
- Форум компиляция evolution (2004)
- Форум помогите с SquidGuard (2005)
- Форум Asterisk10 - Проблема с установкой Аддонов (2013)
- Форум gkrellm plugins (2003)
- Форум iptables проблема с patch-o-matic time (2007)
- Форум help with RPM (2002)
- Форум Не заводится Atheros AR5001 (2013)