Eh, I found a fix. Not sure if it is the /proper/ thing to do, but after seeing this post: http://sourceforge.net/mailarchive/message.php?msg_id=12033784
I changed e17/apps/iconbar/src/main.c:64 from: - ecore_x_window_prop_xy_set(win, x, y); to: + ecore_x_window_move(win, x, y); Iconbar compiled and works. On 6/11/05, OliveAddict <[EMAIL PROTECTED]> wrote: > Hey folks. I have e17 compiled and running, except for iconbar. > Using the latest code from CVS, I get this error when compiling: > > # note: all libs and apps compiled with --prefix=/usr/local/pkg/e17 > # note: /etc/ld.so.conf has a top entry for /usr/local/pkg/e17/lib > $ export PATH=/usr/local/pkg/e17/bin:$PATH > $ export CPPFLAGS=-I/usr/local/pkg/e17/include > $ export LDFLAGS=-L/usr/local/pkg/e17/lib > $ cd /usr/local/src/enlightenment-cvs/e17/apps/iconbar > $ sudo su - root -c 'ldconfig -v' > $ make clean > $ ./autogen.sh > $ ./configure --prefix=/usr/local/pkg/e17 > $ make > [snip] > main.o(.text+0x1b7): In function `main': > /usr/local/src/enlightenment-cvs/e17/apps/iconbar/src/main.c:64: > undefined reference to `ecore_x_window_prop_xy_set' > collect2: ld returned 1 exit status > make[2]: *** [iconbar] Error 1 > > Now, main.c:64 has: > ecore_x_window_prop_xy_set(win, x, y); > Interestingly, main.c:65 has: > //ecore_x_window_prop_layer_set(win, 1); > > Looking through e17/libs/ecore code, > I only found: > ecore_pointer_xy_set > ecore_x_window_shape_window_set_xy > etc... > > But no ecore_x_window_prop_xy_set > > Am I looking in the wrong place? > > Thanks. > ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
