Re: x11-wm/windowmaker fails on undefined reference

2013-02-19 Thread Joseph A. Nagy, Jr

On 02/19/13 12:03, Rainer Hurling wrote:

On 19.02.2013 18:44 (UTC+2), Joseph A. Nagy, Jr wrote:

On 02/19/13 11:38, Daniel Nebdal wrote:

Right, so it does find it - it just neglects to set the right flag
later. If I manage to both find the time and reproduce it, I can dig a
bit - though you're more likely to get a usful answer if someone that
actually knows about this chimes in in the meantime. :)


--
Daniel Nebdal



I hope it's soon, I'm running on a cached wmaker session (I deinstalled
to install libwraster, see previous thread). I have some other window
managers installed but I haven't been able to launch them from slim, yet.



As an ugly workaround you can deinstall devel/libinotify, install
windowmaker and after that reinstall devel/libinotify.

HTH,
Rainer Hurling



That seems to have done it. Very crufty fix. Thanks for the help folks. (:

--
Yours in Christ,

Joseph A Nagy Jr
"Whoever loves instruction loves knowledge, But he who hates correction
is stupid." -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: x11-wm/windowmaker fails on undefined reference

2013-02-19 Thread Rainer Hurling
On 19.02.2013 18:44 (UTC+2), Joseph A. Nagy, Jr wrote:
> On 02/19/13 11:38, Daniel Nebdal wrote:
>> Right, so it does find it - it just neglects to set the right flag
>> later. If I manage to both find the time and reproduce it, I can dig a
>> bit - though you're more likely to get a usful answer if someone that
>> actually knows about this chimes in in the meantime. :)
>>
>>
>> -- 
>> Daniel Nebdal
> 
> 
> I hope it's soon, I'm running on a cached wmaker session (I deinstalled
> to install libwraster, see previous thread). I have some other window
> managers installed but I haven't been able to launch them from slim, yet.
> 

As an ugly workaround you can deinstall devel/libinotify, install
windowmaker and after that reinstall devel/libinotify.

HTH,
Rainer Hurling

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: x11-wm/windowmaker fails on undefined reference

2013-02-19 Thread Joseph A. Nagy, Jr

On 02/19/13 11:38, Daniel Nebdal wrote:

Right, so it does find it - it just neglects to set the right flag
later. If I manage to both find the time and reproduce it, I can dig a
bit - though you're more likely to get a usful answer if someone that
actually knows about this chimes in in the meantime. :)


--
Daniel Nebdal



I hope it's soon, I'm running on a cached wmaker session (I deinstalled 
to install libwraster, see previous thread). I have some other window 
managers installed but I haven't been able to launch them from slim, yet.


--
Yours in Christ,

Joseph A Nagy Jr
"Whoever loves instruction loves knowledge, But he who hates correction
is stupid." -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: x11-wm/windowmaker fails on undefined reference

2013-02-19 Thread Daniel Nebdal
Right, so it does find it - it just neglects to set the right flag
later. If I manage to both find the time and reproduce it, I can dig a
bit - though you're more likely to get a usful answer if someone that
actually knows about this chimes in in the meantime. :)


--
Daniel Nebdal


On Tue, Feb 19, 2013 at 6:20 PM, Joseph A. Nagy, Jr
 wrote:
> On 02/19/13 10:39, Daniel Nebdal wrote:
>>
>> The obvious issue is apparently that there's not an "-linotify" in
>> that argument list (or, alternatively, that is uses inotify functions
>> when it shouldn't) - though I'm far from sure why that would happen.
>> Do you have devel/libinotify installed? What does "grep inotify
>> work/Window*/config.log " say?
>>
>>
>> --
>> Daniel Nebdal
>
>
> configure:12047: checking sys/inotify.h usability
> configure:12047: gcc -c -O2 -pipe -fno-strict-aliasing -Wall -Wextra
> -Wno-sign-compare -Wno-unused-parameter -D_XOPEN_SOURCE=600 -DFREEBSD
> -I/usr/local/include conftest.c >&5
> configure:12047: $? = 0
> configure:12047: result: yes
> configure:12047: checking sys/inotify.h presence
> configure:12047: gcpp -I/usr/local/include conftest.c
> configure:12047: $? = 0
> configure:12047: result: yes
> configure:12047: checking for sys/inotify.h
> configure:12047: result: yes
> ...
> ac_cv_header_sys_inotify_h=yes
>
>
> --
> Yours in Christ,
>
> Joseph A Nagy Jr
> "Whoever loves instruction loves knowledge, But he who hates correction
> is stupid." -- Proverbs 12:1
> Emails are not formal business letters, whatever businesses may want.
> Original content CopyFree (F) under the OWL
> http://copyfree.org/licenses/owl/license.txt
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: x11-wm/windowmaker fails on undefined reference

2013-02-19 Thread Joseph A. Nagy, Jr

On 02/19/13 10:39, Daniel Nebdal wrote:

The obvious issue is apparently that there's not an "-linotify" in
that argument list (or, alternatively, that is uses inotify functions
when it shouldn't) - though I'm far from sure why that would happen.
Do you have devel/libinotify installed? What does "grep inotify
work/Window*/config.log " say?


--
Daniel Nebdal


configure:12047: checking sys/inotify.h usability
configure:12047: gcc -c -O2 -pipe -fno-strict-aliasing -Wall -Wextra 
-Wno-sign-compare -Wno-unused-parameter -D_XOPEN_SOURCE=600 -DFREEBSD 
-I/usr/local/include conftest.c >&5

configure:12047: $? = 0
configure:12047: result: yes
configure:12047: checking sys/inotify.h presence
configure:12047: gcpp -I/usr/local/include conftest.c
configure:12047: $? = 0
configure:12047: result: yes
configure:12047: checking for sys/inotify.h
configure:12047: result: yes
...
ac_cv_header_sys_inotify_h=yes

--
Yours in Christ,

Joseph A Nagy Jr
"Whoever loves instruction loves knowledge, But he who hates correction
is stupid." -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: x11-wm/windowmaker fails on undefined reference

2013-02-19 Thread Daniel Nebdal
The obvious issue is apparently that there's not an "-linotify" in
that argument list (or, alternatively, that is uses inotify functions
when it shouldn't) - though I'm far from sure why that would happen.
Do you have devel/libinotify installed? What does "grep inotify
work/Window*/config.log " say?


--
Daniel Nebdal


On Tue, Feb 19, 2013 at 5:06 PM, Joseph A. Nagy, Jr
 wrote:
> # uname -a
> FreeBSD alex-laptop 9.1-RELEASE FreeBSD 9.1-RELEASE #8: Tue Jan 22 14:00:27
> CST 2013 root@alex-laptop:/usr/obj/usr/src/sys/ALEX-LAPTOP  amd64
>
> /bin/sh /usr/local/bin/libtool  --tag=CC--mode=link gcc  -O2 -pipe
> -fno-strict-aliasing -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter
> -D_XOPEN_SOURCE=600 -DFREEBSD   -L/usr/local/lib -o wmaker actions.o
> appicon.o  application.o appmenu.o balloon.o client.o colormap.o cycling.o
> defaults.o dialog.o dock.o  dockedapp.o event.o framewin.o  geomview.o
> icon.o main.o  menu.o misc.o osdep_bsd.o  monitor.o motif.o moveres.o
> pixmap.o placement.o properties.o resources.o rootmenu.o screen.o  session.o
> shutdown.o switchpanel.o stacking.o startup.o superfluous.o  switchmenu.o
> texture.o usermenu.o xdnd.o xinerama.o xmodifier.o  xutil.o wcore.o
> wdefaults.o  window.o winmenu.o winspector.o  wmspec.o workspace.o
> ../WINGs/libWINGs.la ../WINGs/libWUtil.la -lwraster  -L/usr/local/lib
> -R/usr/local/lib -lXrandr  -lXinerama  -lXext -lX11   -lm
> libtool: link: gcc -O2 -pipe -fno-strict-aliasing -Wall -Wextra
> -Wno-sign-compare -Wno-unused-parameter -D_XOPEN_SOURCE=600 -DFREEBSD -o
> .libs/wmaker actions.o appicon.o application.o appmenu.o balloon.o client.o
> colormap.o cycling.o defaults.o dialog.o dock.o dockedapp.o event.o
> framewin.o geomview.o icon.o main.o menu.o misc.o osdep_bsd.o monitor.o
> motif.o moveres.o pixmap.o placement.o properties.o resources.o rootmenu.o
> screen.o session.o shutdown.o switchpanel.o stacking.o startup.o
> superfluous.o switchmenu.o texture.o usermenu.o xdnd.o xinerama.o
> xmodifier.o xutil.o wcore.o wdefaults.o window.o winmenu.o winspector.o
> wmspec.o workspace.o  -L/usr/local/lib ../WINGs/.libs/libWINGs.so
> /usr/ports/x11-wm/windowmaker/work/WindowMaker-0.95.4/WINGs/.libs/libWUtil.so
> /usr/local/lib/libXft.so /usr/local/lib/libfontconfig.so
> /usr/local/lib/libfreetype.so -lbz2 /usr/local/lib/libexpat.so
> ../WINGs/.libs/libWUtil.so /usr/local/lib/libwraster.so
> /usr/local/lib/libtiff.so -llzma -ljbig -lz /usr/local/lib/libXpm.so -lpng
> /usr/local/lib/libjpeg.so /usr/local/lib/libgif.so /usr/local/lib/libXmu.so
> /usr/local/lib/libXt.so /usr/local/lib/libSM.so /usr/local/lib/libICE.so
> /usr/local/lib/libXrandr.so /usr/local/lib/libXrender.so
> /usr/local/lib/libXinerama.so /usr/local/lib/libXext.so
> /usr/local/lib/libX11.so /usr/local/lib/libxcb.so /usr/local/lib/libXau.so
> /usr/local/lib/libXdmcp.so /usr/local/lib/libpthread-stubs.so -lrpcsvc -lm
> -Wl,-rpath -Wl,/usr/local/lib
> main.o: In function `main':
> main.c:(.text+0x707): undefined reference to `inotify_init'
> main.c:(.text+0x73d): undefined reference to `inotify_add_watch'
> *** [wmaker] Error code 1
> 1 error
> *** [all] Error code 2
> 1 error
> *** [all-recursive] Error code 1
> 1 error
> *** [all] Error code 2
> 1 error
> *** [do-build] Error code 1
>
> Stop in /usr/ports/x11-wm/windowmaker.
> *** [build] Error code 1
>
> Stop in /usr/ports/x11-wm/windowmaker.
> --
> Yours in Christ,
>
> Joseph A Nagy Jr
> "Whoever loves instruction loves knowledge, But he who hates correction
> is stupid." -- Proverbs 12:1
> Emails are not formal business letters, whatever businesses may want.
> Original content CopyFree (F) under the OWL
> http://copyfree.org/licenses/owl/license.txt
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


x11-wm/windowmaker fails on undefined reference

2013-02-19 Thread Joseph A. Nagy, Jr

# uname -a
FreeBSD alex-laptop 9.1-RELEASE FreeBSD 9.1-RELEASE #8: Tue Jan 22 
14:00:27 CST 2013 root@alex-laptop:/usr/obj/usr/src/sys/ALEX-LAPTOP 
 amd64


/bin/sh /usr/local/bin/libtool  --tag=CC--mode=link gcc  -O2 -pipe 
-fno-strict-aliasing -Wall -Wextra -Wno-sign-compare 
-Wno-unused-parameter -D_XOPEN_SOURCE=600 -DFREEBSD   -L/usr/local/lib 
-o wmaker actions.o appicon.o  application.o appmenu.o balloon.o 
client.o colormap.o cycling.o  defaults.o dialog.o dock.o  dockedapp.o 
event.o framewin.o  geomview.o icon.o main.o  menu.o misc.o osdep_bsd.o 
 monitor.o motif.o moveres.o  pixmap.o placement.o properties.o 
resources.o rootmenu.o screen.o  session.o shutdown.o switchpanel.o 
stacking.o startup.o superfluous.o  switchmenu.o texture.o usermenu.o 
xdnd.o xinerama.o xmodifier.o  xutil.o wcore.o wdefaults.o  window.o 
winmenu.o winspector.o  wmspec.o workspace.o ../WINGs/libWINGs.la 
../WINGs/libWUtil.la -lwraster  -L/usr/local/lib -R/usr/local/lib 
-lXrandr  -lXinerama  -lXext -lX11   -lm
libtool: link: gcc -O2 -pipe -fno-strict-aliasing -Wall -Wextra 
-Wno-sign-compare -Wno-unused-parameter -D_XOPEN_SOURCE=600 -DFREEBSD -o 
.libs/wmaker actions.o appicon.o application.o appmenu.o balloon.o 
client.o colormap.o cycling.o defaults.o dialog.o dock.o dockedapp.o 
event.o framewin.o geomview.o icon.o main.o menu.o misc.o osdep_bsd.o 
monitor.o motif.o moveres.o pixmap.o placement.o properties.o 
resources.o rootmenu.o screen.o session.o shutdown.o switchpanel.o 
stacking.o startup.o superfluous.o switchmenu.o texture.o usermenu.o 
xdnd.o xinerama.o xmodifier.o xutil.o wcore.o wdefaults.o window.o 
winmenu.o winspector.o wmspec.o workspace.o  -L/usr/local/lib 
../WINGs/.libs/libWINGs.so 
/usr/ports/x11-wm/windowmaker/work/WindowMaker-0.95.4/WINGs/.libs/libWUtil.so 
/usr/local/lib/libXft.so /usr/local/lib/libfontconfig.so 
/usr/local/lib/libfreetype.so -lbz2 /usr/local/lib/libexpat.so 
../WINGs/.libs/libWUtil.so /usr/local/lib/libwraster.so 
/usr/local/lib/libtiff.so -llzma -ljbig -lz /usr/local/lib/libXpm.so 
-lpng /usr/local/lib/libjpeg.so /usr/local/lib/libgif.so 
/usr/local/lib/libXmu.so /usr/local/lib/libXt.so /usr/local/lib/libSM.so 
/usr/local/lib/libICE.so /usr/local/lib/libXrandr.so 
/usr/local/lib/libXrender.so /usr/local/lib/libXinerama.so 
/usr/local/lib/libXext.so /usr/local/lib/libX11.so 
/usr/local/lib/libxcb.so /usr/local/lib/libXau.so 
/usr/local/lib/libXdmcp.so /usr/local/lib/libpthread-stubs.so -lrpcsvc 
-lm -Wl,-rpath -Wl,/usr/local/lib

main.o: In function `main':
main.c:(.text+0x707): undefined reference to `inotify_init'
main.c:(.text+0x73d): undefined reference to `inotify_add_watch'
*** [wmaker] Error code 1
1 error
*** [all] Error code 2
1 error
*** [all-recursive] Error code 1
1 error
*** [all] Error code 2
1 error
*** [do-build] Error code 1

Stop in /usr/ports/x11-wm/windowmaker.
*** [build] Error code 1

Stop in /usr/ports/x11-wm/windowmaker.
--
Yours in Christ,

Joseph A Nagy Jr
"Whoever loves instruction loves knowledge, But he who hates correction
is stupid." -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL 
http://copyfree.org/licenses/owl/license.txt

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"