[Openchrome-users] [openChrome] #50: Fix for out-of-tree compilation

openChrome trac
Sun Sep 24 00:54:00 PDT 2006


#50: Fix for out-of-tree compilation
----------------------------+-----------------------------------------------
Reporter:  michal at logix.cz  |        Owner:  somebody
    Type:  defect           |       Status:  reopened
Priority:  minor            |    Component:  xdriver 
 Version:                   |   Resolution:          
Keywords:                   |  
----------------------------+-----------------------------------------------
Changes (by michal at logix.cz):

  * resolution:  worksforme =>
  * status:  closed => reopened

Comment:

 May ''workforsome'' but I don't believe you it works for you ;-)

 Reproduce:
 {{{
 /tmp$ cvs co http://svn.openchrome.org/svn/trunk openchrome
 /tmp/openchrome$ ./autogen.sh
 /tmp/openchrome$ make distclean
 /tmp/openchrome$ mkdir ../build && cd ../build
 /tmp/build$ /tmp/openchrome/configure && make
 [...]
 make[2]: Leaving directory `/tmp/build/unichrome'
 Making all in man
 make[2]: Entering directory `/tmp/build/man'
 ln -s -f ../unichrome/via.man .
 sed -e '...' < via.man > via.4
 /bin/sh: via.man: No such file or directory
 make[2]: *** [via.4] Error 1
 make[2]: Leaving directory `/tmp/build/man'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/tmp/build'
 make: *** [all] Error 2
 }}}

 The above patch fixes this issue for off-the-tree compilation (i.e.
 /path/to/configure) and has no negative effect for in-tree compilation
 (i.e. ./configure) either.

-- 
Ticket URL: <http://www.openchrome.org/trac/ticket/50>
openChrome <http://www.openchrome.org/>
The openChrome project



More information about the Openchrome-users mailing list