ludo wrote: > Hi, > > I try to get a full source tree of X.org that compiles under cygwin. > I'm discovering cygwin ports project (thanks to Jon TURNEY) and I'd like > to get a complete source tree of xorg > > I have tried SVN > https://cygwin-ports.svn.sourceforge.net/svnroot/cygwin-ports/ports/trunk/xorg > > but it doesn't containt the source (this tree is for building xorg > cygwin package ?)
You could do something like... $ svn co https://cygwin-ports.svn.sourceforge.net/svnroot/cygwin-ports/ports/trunk/xorg/xorg-server $ cd xorg-server $ cygport xorg-server-1.5.2-1.cygport download prep compile $ cd xorg-server-1.5.2-1/build/hw/xwin/ $ ./XWin (assuming you have installed packages from cygports for all the build and runtime requirements, which are listed in the README file) "download" causes cygport to download the 1.5.2 source from X.Org, and "prep" causes it to apply the sequence of patches > Also, my question is : > where are the source files of xorg and how to get them ? > > Maybe in the official freedestop SVN repository ? in a particular branch ? > (I have already get a working copy of SVN repo and apply the patchset > from Jon T => I can compile xserver but ... it doesn't work) If you drop me a mail with what your problem with is with the server you have built, I might be able to help solve it. > Or somewhere in sourceforge.net ? X.org git would be the official source of the source. Unfortunately I haven't been able to get any of our patches back in yet, so you will have to apply them yourself. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
