Re: 002_xorg.patch compile error i386

2006-05-08 Thread Didier Wiroth
Hello,
The answer is the same as previous posts ;-)
1) man 8 release
2) tcl and tk installed ( or perhaps old versions - pkg_add -u)
3) clean sources? if not, delete your sources and refetch them
4) do not build in your src directory!!! - see man 8 release 
(use for example: mkdir /usr/XF4bld  cd /usr/XF4bld  lndir /usr/src/XF4  
make build)

good luck 
didier 

i've got identical problem with compiling X after applying patch on two i386 
machines.



Re: 002_xorg.patch compile error i386

2006-05-08 Thread Will H. Backman

Didier Wiroth wrote:

Hello,
The answer is the same as previous posts ;-)
1) man 8 release
2) tcl and tk installed ( or perhaps old versions - pkg_add -u)
3) clean sources? if not, delete your sources and refetch them
4) do not build in your src directory!!! - see man 8 release 
(use for example: mkdir /usr/XF4bld  cd /usr/XF4bld  lndir /usr/src/XF4  make build)


good luck 
didier 

  

i've got identical problem with compiling X after applying patch on two i386 
machines.



  

Or use this section of the FAQ:
http://www.openbsd.org/faq/faq5.html#Xbld
The patch might mislead people, as it says:

Apply by doing:
cd /usr/src/XF4
patch -p0  002_xorg.patch

And then rebuild and install X:
make build