Josh Rickmar wrote:
> % pkg_which /usr/local/include/unicode.h
> libunicode-0.4_9

Could you try this patch? It seems to work for me. (You'll probably need 
autoconf / automake / etc to rebuild the makefiles...)

--- configure.ac
+++ configure.ac  09-02-05 16:35:53
@@ -800,7 +800,7 @@

  INCLUDE_DIR="`cd $srcdir; pwd`/lib/include"
  BLD_INCLUDE_DIR="$BUILDDIR/lib/include"
-CPPFLAGS="$CPPFLAGS -I$INCLUDE_DIR -I$BLD_INCLUDE_DIR"
+CPPFLAGS="-I$INCLUDE_DIR -I$BLD_INCLUDE_DIR $CPPFLAGS"

  ### OS/arch-specific flags / actions



-- 
- Marcelo

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
open-vm-tools-devel mailing list
open-vm-tools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel

Reply via email to