[X2Go-Commits] page changed: wiki:development:build-howto-mswin:x2goclient

wiki-admin at x2go.org wiki-admin at x2go.org
Sun Feb 22 15:50:35 CET 2015


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2015/02/22 14:50
Browser     : Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36
IP-Address  : 71.175.97.130
Hostname    : pool-71-175-97-130.phlapa.fios.verizon.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient?rev=1424616389
New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Edit Summary: [Building nxproxy] Another workaround step for building with libpng15
User        : mikedep333

@@ -399,9 +399,24 @@
       ALL="\$(LIBFULL) \$(LIBLOAD) \$(LIBSHARED) \$(LIBARCHIVE)"
   fi
  
  </code>
+ <code>
+ diff --git a/nxproxy/configure.in.orig b/nxproxy/configure.in
+ index b86828d..5858b36 100644
+ --- a/nxproxy/configure.in.orig
+ +++ b/nxproxy/configure.in
+ @@ -159,7 +159,7 @@ dnl GCC 3.3.x requires also the z, png and jpeg libraries. This is
+  dnl not true
anymore since GCC 3.4.x.
  
+  if test "$CYGWIN32" = yes; then
+ -    LIBS="$LIBS -L../nxcomp -lXcomp -lstdc++ -Wl,-e,_mainCRTStartup -ljpeg -lpng -lz"
+ +    LIBS="$LIBS -L../nxcomp -lXcomp -lstdc++ -Wl,-e,_mainCRTStartup -ljpeg -lpng15 -lz"
+  else
+      LIBS="$LIBS -L../nxcomp -lXcomp"
+  fi
+ 
+ </code>
    * Build nxcomp
  <code>
  $ cd nxcomp
  $ autoconf



-- 
This mail was generated by DokuWiki at
http://wiki.x2go.org/



More information about the x2go-commits mailing list