Hi,
Following my last message, here are my errors in raw form:
$ gmake clean
$ export
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/lib/pkgconfig
$ cmake -DCMAKE_LIBRARY_PATH=${path_to_cmake}/share/cmake
-DCMAKE_EXE_LINKER_FLAGS:STRING="-L/usr/X11/lib -R/usr/X11/lib
-L/usr/lib -R/usr/lib"
-DCMAKE_SHARED_LINKER_FLAGS:STRING="-L/usr/X11/lib -R/usr/X11/lib
-L/usr/lib -R/usr/lib"
-DCMAKE_MODULE_LINKER_FLAGS:STRING="-L/usr/X11/lib -R/usr/X11/lib
-L/usr/lib -R/usr/lib" -DCMAKE_REQUIRED_LIBRARIES="-L/usr/X11/lib
-R/usr/X11/lib -L/usr/lib -R/usr/lib -lX11-xcb -lsocket -lnsl -lc
-lrt"
-- cat -> /usr/bin/cat
-- ln -> /usr/xpg4/bin/ln
-- grep -> /usr/xpg4/bin/grep
-- git -> /usr/bin/git
-- hostname -> /usr/bin/hostname
-- gperf -> /usr/bin/gperf
-- asciidoc not found.
-- xmlto not found.
-- gzip -> /usr/bin/gzip
-- lua -> /usr/bin/lua
-- luadoc not found.
-- Looking for doxygen...
-- Looking for doxygen... - found /usr/bin/doxygen
-- Looking for dot tool...
-- Looking for dot tool... - NOT found
-- Not generating manpages. Missing: asciidoc xmlto
-- Not generating luadoc. Missing: luadoc
-- Configuring lib/beautiful.lua
-- Configuring lib/naughty.lua
-- Configuring lib/tabulous.lua
-- Configuring lib/awful/init.lua
-- Configuring lib/awful/prompt.lua
-- Configuring lib/awful/util.lua
-- Configuring lib/awful/tag.lua
-- Configuring lib/awful/titlebar.lua
-- Configuring lib/awful/layout/init.lua
-- Configuring lib/awful/layout/suit/magnifier.lua
-- Configuring lib/awful/layout/suit/fair.lua
-- Configuring lib/awful/layout/suit/init.lua
-- Configuring lib/awful/layout/suit/max.lua
-- Configuring lib/awful/layout/suit/floating.lua
-- Configuring lib/awful/layout/suit/tile.lua
-- Configuring lib/awful/screen.lua
-- Configuring lib/awful/client.lua
-- Configuring lib/awful/mouse.lua
-- Configuring lib/awful/completion.lua
-- Configuring lib/awful/menu.lua
-- Configuring lib/awful/placement.lua
-- Configuring lib/awful/hooks.lua
-- Configuring lib/awful/widget.lua
-- Configuring lib/revelation.lua
-- Configuring lib/invaders.lua
-- Configuring lib/telak.lua
-- Configuring config.h
-- Configuring awesomerc.lua
-- Configuring themes/default/theme
-- Configuring themes/sky/theme
-- Configuring awesome-version-internal.h
-- Configuring awesome.doxygen
-- Configuring done
CMake Warning at CMakeLists.txt:97 (add_executable):
Cannot generate a safe linker search path for target awesome-client because
files in some directories may conflict with libraries in implicit
directories:
link library [libform.so] in /usr/lib may be hidden by files in:
/usr/local/lib
/opt/csw/lib
Some of these libraries may not be found correctly.
-- Generating done
-- Build files have been written to: /AuroraUX/AwesomeWM_Port/awesome
$ gmake
[ 0%] Built target version_stamp
[ 0%] Generating widgetgen.h
[ 0%] Generating atoms-intern.h
[ 0%] Generating atoms-extern.h
[ 0%] Generating common/tokenize.c
build-utils/gperf.sh: !: not found
build-utils/gperf.sh: -: not found
gmake[2]: *** [common/tokenize.c] Error 1
gmake[1]: *** [CMakeFiles/generated_sources.dir/all] Error 2
gmake: *** [all] Error 2
$ gmake
[ 0%] Built target version_stamp
[ 0%] Generating common/tokenize.h
build-utils/gperf.sh: -: not found
gmake[2]: *** [common/tokenize.h] Error 1
gmake[1]: *** [CMakeFiles/generated_sources.dir/all] Error 2
gmake: *** [all] Error 2
$ gmake
[ 0%] Built target version_stamp
[ 9%] Built target generated_sources
[ 11%] Building C object CMakeFiles/awesome.dir/awesome.c.o
/AuroraUX/AwesomeWM_Port/awesome/awesome.c: In function `main':
/AuroraUX/AwesomeWM_Port/awesome/awesome.c:316: warning:
initialization discards qualifiers from pointer target type
/AuroraUX/AwesomeWM_Port/awesome/awesome.c:317: warning:
initialization discards qualifiers from pointer target type
/AuroraUX/AwesomeWM_Port/awesome/awesome.c:318: warning:
initialization discards qualifiers from pointer target type
/AuroraUX/AwesomeWM_Port/awesome/awesome.c:319: warning:
initialization discards qualifiers from pointer target type
[ 13%] Building C object CMakeFiles/awesome.dir/client.c.o
[ 15%] Building C object CMakeFiles/awesome.dir/cnode.c.o
[ 16%] Building C object CMakeFiles/awesome.dir/dbus.c.o
[ 18%] Building C object CMakeFiles/awesome.dir/event.c.o
[ 20%] Building C object CMakeFiles/awesome.dir/property.c.o
[ 22%] Building C object CMakeFiles/awesome.dir/ewmh.c.o
[ 24%] Building C object CMakeFiles/awesome.dir/keybinding.c.o
[ 26%] Building C object CMakeFiles/awesome.dir/key.c.o
[ 28%] Building C object CMakeFiles/awesome.dir/keygrabber.c.o
[ 30%] Building C object CMakeFiles/awesome.dir/mousegrabber.c.o
/AuroraUX/AwesomeWM_Port/awesome/mousegrabber.c: In function
`luaA_mousegrabber_run':
/AuroraUX/AwesomeWM_Port/awesome/mousegrabber.c:37: warning: 'root'
might be used uninitialized in this function
[ 32%] Building C object CMakeFiles/awesome.dir/layout.c.o
[ 33%] Building C object CMakeFiles/awesome.dir/luaa.c.o
/AuroraUX/AwesomeWM_Port/awesome/luaa.c: In function `luaA_init':
/AuroraUX/AwesomeWM_Port/awesome/luaa.c:938: warning: implicit
declaration of function `asprintf'
/AuroraUX/AwesomeWM_Port/awesome/luaa.c:938: warning: redundant
redeclaration of 'asprintf'
/AuroraUX/AwesomeWM_Port/awesome/luaa.c:938: warning: previous
implicit declaration of 'asprintf' was here
/AuroraUX/AwesomeWM_Port/awesome/luaa.c:938: warning: redundant
redeclaration of 'asprintf'
/AuroraUX/AwesomeWM_Port/awesome/luaa.c:938: warning: previous
implicit declaration of 'asprintf' was here
/AuroraUX/AwesomeWM_Port/awesome/luaa.c: In function `luaA_parserc':
/AuroraUX/AwesomeWM_Port/awesome/luaa.c:938: warning: redundant
redeclaration of 'asprintf'
/AuroraUX/AwesomeWM_Port/awesome/luaa.c:938: warning: previous
implicit declaration of 'asprintf' was here
/AuroraUX/AwesomeWM_Port/awesome/luaa.c:938: warning: redundant
redeclaration of 'asprintf'
/AuroraUX/AwesomeWM_Port/awesome/luaa.c:938: warning: previous
implicit declaration of 'asprintf' was here
/AuroraUX/AwesomeWM_Port/awesome/luaa.c:938: warning: redundant
redeclaration of 'asprintf'
/AuroraUX/AwesomeWM_Port/awesome/luaa.c:938: warning: previous
implicit declaration of 'asprintf' was here
[ 35%] Building C object CMakeFiles/awesome.dir/hooks.c.o
[ 37%] Building C object CMakeFiles/awesome.dir/mouse.c.o
In file included from /AuroraUX/AwesomeWM_Port/awesome/draw.h:25,
from /AuroraUX/AwesomeWM_Port/awesome/luaa.h:32,
from /AuroraUX/AwesomeWM_Port/awesome/structs.h:29,
from /AuroraUX/AwesomeWM_Port/awesome/screen.h:25,
from /AuroraUX/AwesomeWM_Port/awesome/mouse.c:25:
/usr/local/include/cairo/cairo.h:633: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:684: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:733: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:738: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:753: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2089: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2090: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2266: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2267: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2271: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2272: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2280: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
[ 39%] Building C object CMakeFiles/awesome.dir/screen.c.o
[ 41%] Building C object CMakeFiles/awesome.dir/stack.c.o
[ 43%] Building C object CMakeFiles/awesome.dir/selection.c.o
[ 45%] Building C object CMakeFiles/awesome.dir/wibox.c.o
[ 47%] Building C object CMakeFiles/awesome.dir/systray.c.o
[ 49%] Building C object CMakeFiles/awesome.dir/tag.c.o
[ 50%] Building C object CMakeFiles/awesome.dir/titlebar.c.o
[ 52%] Building C object CMakeFiles/awesome.dir/widget.c.o
In file included from /AuroraUX/AwesomeWM_Port/awesome/draw.h:25,
from /AuroraUX/AwesomeWM_Port/awesome/luaa.h:32,
from /AuroraUX/AwesomeWM_Port/awesome/structs.h:29,
from /AuroraUX/AwesomeWM_Port/awesome/mouse.h:25,
from /AuroraUX/AwesomeWM_Port/awesome/widget.c:27:
/usr/local/include/cairo/cairo.h:633: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:684: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:733: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:738: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:753: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2089: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2090: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2266: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2267: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2271: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2272: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2280: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
[ 54%] Building C object CMakeFiles/awesome.dir/window.c.o
[ 56%] Building C object CMakeFiles/awesome.dir/image.c.o
[ 58%] Building C object CMakeFiles/awesome.dir/draw.c.o
/AuroraUX/AwesomeWM_Port/awesome/draw.c: In function `draw_iso2utf8':
/AuroraUX/AwesomeWM_Port/awesome/draw.c:79: warning: passing arg 2 of
`iconv' from incompatible pointer type
[ 60%] Building C object CMakeFiles/awesome.dir/swindow.c.o
In file included from /AuroraUX/AwesomeWM_Port/awesome/draw.h:25,
from /AuroraUX/AwesomeWM_Port/awesome/luaa.h:32,
from /AuroraUX/AwesomeWM_Port/awesome/structs.h:29,
from /AuroraUX/AwesomeWM_Port/awesome/swindow.c:26:
/usr/local/include/cairo/cairo.h:633: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:684: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:733: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:738: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:753: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2089: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2090: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2266: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2267: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2271: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2272: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2280: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
[ 62%] Building C object CMakeFiles/awesome.dir/common/buffer.c.o
[ 64%] Building C object CMakeFiles/awesome.dir/common/atoms.c.o
[ 66%] Building C object CMakeFiles/awesome.dir/common/socket.c.o
[ 67%] Building C object CMakeFiles/awesome.dir/common/util.c.o
[ 69%] Building C object CMakeFiles/awesome.dir/common/version.c.o
[ 71%] Building C object CMakeFiles/awesome.dir/common/xembed.c.o
[ 73%] Building C object CMakeFiles/awesome.dir/common/xutil.c.o
/AuroraUX/AwesomeWM_Port/awesome/common/xutil.c: In function `xutil_error_init':
/AuroraUX/AwesomeWM_Port/awesome/common/xutil.c:313: warning: implicit
declaration of function `asprintf'
/AuroraUX/AwesomeWM_Port/awesome/common/xutil.c:313: warning:
redundant redeclaration of 'asprintf'
/AuroraUX/AwesomeWM_Port/awesome/common/xutil.c:313: warning: previous
implicit declaration of 'asprintf' was here
[ 75%] Building C object CMakeFiles/awesome.dir/common/xcursor.c.o
[ 77%] Building C object CMakeFiles/awesome.dir/widgets/graph.c.o
In file included from /AuroraUX/AwesomeWM_Port/awesome/draw.h:25,
from /AuroraUX/AwesomeWM_Port/awesome/luaa.h:32,
from /AuroraUX/AwesomeWM_Port/awesome/structs.h:29,
from /AuroraUX/AwesomeWM_Port/awesome/mouse.h:25,
from /AuroraUX/AwesomeWM_Port/awesome/widget.h:25,
from /AuroraUX/AwesomeWM_Port/awesome/widgets/graph.c:25:
/usr/local/include/cairo/cairo.h:633: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:684: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:733: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:738: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:753: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2089: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2090: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2266: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2267: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2271: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2272: warning: declaration of 'y1'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:192:
warning: shadowed declaration is here
/usr/local/include/cairo/cairo.h:2280: warning: declaration of 'y0'
shadows a global declaration
/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include/math.h:191:
warning: shadowed declaration is here
[ 79%] Building C object CMakeFiles/awesome.dir/widgets/progressbar.c.o
[ 81%] Building C object CMakeFiles/awesome.dir/widgets/textbox.c.o
[ 83%] Building C object CMakeFiles/awesome.dir/widgets/systray.c.o
[ 84%] Building C object CMakeFiles/awesome.dir/widgets/imagebox.c.o
[ 86%] Building C object CMakeFiles/awesome.dir/common/tokenize.c.o
Linking C executable awesome
ld: warning: file /usr/local/lib/libev.so: attempted multiple inclusion of file
Undefined first referenced
symbol in file
bind CMakeFiles/awesome.dir/luaa.c.o
(symbol belongs to implicit dependency /usr/lib/libsocket.so.1)
recv CMakeFiles/awesome.dir/luaa.c.o
(symbol belongs to implicit dependency /usr/lib/libsocket.so.1)
send CMakeFiles/awesome.dir/luaa.c.o
(symbol belongs to implicit dependency /usr/lib/libsocket.so.1)
_xcb_lock_io /usr/local/lib/libxcb-xlib.so.0
accept CMakeFiles/awesome.dir/luaa.c.o
(symbol belongs to implicit dependency /usr/lib/libsocket.so.1)
listen CMakeFiles/awesome.dir/luaa.c.o
(symbol belongs to implicit dependency /usr/lib/libsocket.so.1)
socket
CMakeFiles/awesome.dir/common/socket.c.o (symbol belongs to implicit
dependency /usr/lib/libsocket.so.1)
cairo_xcb_surface_create CMakeFiles/awesome.dir/draw.c.o
asprintf CMakeFiles/awesome.dir/luaa.c.o
_xcb_unlock_io /usr/local/lib/libxcb-xlib.so.0
ld: fatal: symbol referencing errors. No output written to awesome
collect2: ld returned 1 exit status
gmake[2]: *** [awesome] Error 1
gmake[1]: *** [CMakeFiles/awesome.dir/all] Error 2
gmake: *** [all] Error 2
P.S. Don't worry about the asprintf issue, its fixed upstream for the
next release of opensolaris.
Thanks for your help,
Edward O'Callaghan.
--
All Documents adhered to the ISO/IEC 26300 standard file format for
electronic office documents, such as spreadsheets, charts,
presentations and word processing documents from this email address.
The author does not take responsibility of the recipients inability to
read international standards and who use proprietary products such as
MS Office.
See: http://www.openoffice.org/
Edward O'Callaghan.
--
http://fedoraproject.org/wiki/EdwardOcallaghan
http://moonshine.opn4.org/
http://www.pcbsd.org/
--
To unsubscribe, send mail to [email protected].