Enclosed please find the patch to fix the issue.
Regards
-Rex
On Thu, 2011-08-18 at 15:56 -0600, chris nelson wrote:
> hi everyone,
>
>
> i am getting this error using the latest code from git:
>
>
> Making all in X11
> make[2]: Entering directory `/source/FreeRDP/X11'
> CC xfreerdp-xf_event.o
> CC xfreerdp-xf_keyboard.o
> CC xfreerdp-xf_win.o
> CC xfreerdp-xf_video.o
> CC xfreerdp-xf_decode.o
> CC xfreerdp-xfreerdp.o
> CCLD xfreerdp
> ../libfreerdp-core/.libs/libfreerdp-core.so: undefined reference to
> `freerdp_usleep'
> collect2: ld returned 1 exit status
> make[2]: *** [xfreerdp] Error 1
> make[2]: Leaving directory `/source/FreeRDP/X11'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/source/FreeRDP'
> make: *** [all] Error 2
>
>
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> _______________________________________________ Freerdp-devel mailing list
> Freerdp-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freerdp-devel
--- a/libfreerdp-utils/Makefile.am
+++ b/libfreerdp-utils/Makefile.am
@@ -14,7 +14,8 @@
chan_plugin.c \
stopwatch.c \
profiler.c \
- hexdump.c
+ hexdump.c \
+ usleep.c
libfreerdp_utils_la_CFLAGS = \
-I$(top_srcdir) \
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel