Hi,

Orvar Korvar wrote:
No, I didnt try. Most probably I will not be able to compile it. I was seeking 
for a package...

FWIW, I recently built awesome-3.4.10 on my Ultra45 running Solaris 11 Express and it seems to start up fine, although I haven't tried it a lot.

I include my build notes below. (If this list isn't the proper place for this, I apologize.) I install most libraries in /usr/local/dist/*; this would of course need to be changed according to your preferred installation paths.

-Raimund


--- build notes here ---


# IPS packages
su - primaryadm
pkg install developer/gperf
pkg install runtime/lua
pkg install image/imagemagick
pkg install x11/library/libpthread-stubs
pkg install x11/library/libxau
pkg install developer/gnome/gettext
exit

# imlib2-1.4.4
CONFIG_SHELL=/bin/bash ./configure --prefix=/usr/local/dist
gmake
export PKG_CONFIG_PATH=/usr/local/dist/lib/pkgconfig

# libev-4.04
./configure --prefix=/usr/local/dist
make
make install

# cmake-2.8.4
./configure --prefix=/usr/local/dist
gmake
gmake install

# xcb-proto-1.6
./configure --prefix=/usr/local/dist/xcb
make install
export PKG_CONFIG_PATH=/usr/local/dist/xcb/lib/pkgconfig:\
$PKG_CONFIG_PATH

# libxcb-1.7
./configure --prefix=/usr/local/dist/xcb
make install

# xcb-util-0.3.6
./configure --prefix=/usr/local/dist/xcb-util-0.3.6
gmake install
export PKG_CONFIG_PATH=/usr/local/dist/xcb-util-0.3.6/lib/pkgconfig:\
$PKG_CONFIG_PATH

# cairo-1.8.10
./configure --prefix=/usr/local/dist/cairo --enable-xcb \
png_REQUIRES=libpng14
export PKG_CONFIG_PATH=/usr/local/dist/cairo/lib/pkgconfig:\
$PKG_CONFIG_PATH

# startup-notification-0.10
./configure --prefix=/usr/local/dist/xdg
export PKG_CONFIG_PATH=/usr/local/dist/xdg/lib/pkgconfig:\
$PKG_CONFIG_PATH

# libxdg-basedir-1.1.1
./configure --prefix=/usr/local/dist/xdg
make install

# awesome-3.4.10
echo '99c99,101
<     LINK_FLAGS -export-dynamic)
---
>     LINK_FLAGS -R/usr/local/dist/lib:/usr/local/dist/xcb/lib:'\
'/usr/local/dist/xcb-util-0.3.6/lib:/usr/local/dist/cairo/lib:'\
'/usr/local/dist/xdg/lib
>     BUILD_WITH_INSTALL_RPATH true
> )'\
| patch CMakeLists.txt
mkdir build
cd build
cmake -DPREFIX=/usr/local/dist/awesome-3.4.10 \
-DAWESOME_COMMON_REQUIRED_INCLUDE_DIRS='/usr/local/dist/cairo/include'\
 ..
gmake VERBOSE=1
gmake install



_______________________________________________
desktop-discuss mailing list
[email protected]

Reply via email to