I'm trying to compile the 'Hello World' example from the ewl book, but I keep getting errormessages just like TongKe Xue got.
[EMAIL PROTECTED] ~/coding/c/ewl_test $ gcc -o ewl_test ewl_test.c `ewl-config --cflags --libs` ewl_test.c: In function `text_update_cb': ewl_test.c:15: warning: assignment makes pointer from integer without a cast /tmp/ccSVDEA5.o: In function `text_update_cb': ewl_test.c:(.text+0x36): undefined reference to `ewl_entry_text_get' /tmp/ccSVDEA5.o: In function `main': ewl_test.c:(.text+0x20c): undefined reference to `ewl_text_style_set' ewl_test.c:(.text+0x2df): undefined reference to `ewl_entry_color_set' collect2: ld returned 1 exit status What's wrong? / Daniel Ekström ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
