← Back to team overview

kicad-developers team mailing list archive

Re: pb to compilation under slackware

 

--- In kicad-devel@xxxxxxxxxxxxxxx, "cfdev@..." <cfdev@...> wrote:
>
> --- In kicad-devel@xxxxxxxxxxxxxxx, Wayne Stambaugh <stambaughw@>
> wrote:
> >
> > cfdev@ wrote:
> > > --- In kicad-devel@xxxxxxxxxxxxxxx, Wayne Stambaugh <stambaughw@>
> > > wrote:
> > >> Manveru wrote:
> > >>> 2009/2/2 cfdev@ <cfdev@>:
> > >>>> hi all,
> > >>>>
> > >>>> today I try to compile Kicad on my favourite distribution Linux
> > > Slackware,
> > >>>> and on cmake configuration :
> > >>>> $cmake -DCMAKE_BUILD_TYPE=Release ../../
> > >>>>
> > >>>> the return is :
> > >>>> -- Check for installed OpenGL -- found
> > >>>> -- Check for installed Boost -- found
> > >>>> -- Check for installed wxWidgets -- found
> > >>>> CMake Error at CMakeModules/FindSubversion.cmake:88 (MESSAGE):
> > >>>> Command "/usr/bin/svn info /home/cfdev/download/kicad" failed
with
> > >>>> output:
> > >>>>
> > >>>> svn: '/home/cfdev/download/kicad' is not a working copy
> > >>>>
> > >>>> Call Stack (most recent call first):
> > >>>> CMakeModules/CreateSVNVersionHeader.cmake:5 (Subversion_WC_INFO)
> > >>>> CMakeLists.txt:118 (create_svn_version_header)
> > >>>>
> > >>>> CMake Error at CMakeModules/CreateSVNVersionHeader.cmake:6
> (string):
> > >>>> string sub-command REGEX, mode REPLACE needs at least 6 arguments
> > >>>> total to
> > >>>> command.
> > >>>> Call Stack (most recent call first):
> > >>>> CMakeLists.txt:118 (create_svn_version_header)
> > >>>>
> > >>>> -- Check for installed zlib -- found
> > >>>> -- Configuring incomplete, errors occurred!
> > >>>>
> > >>>> subversion missing ok, but why the processe stop because of it ?
> > >>> I think this is side effect of having script which try to identify
> > >>> current version in repository to put proper info inside "About"
> of the
> > >>> KiCad.
> > >> It is actually the way FindSubversion.cmake behaves when subversion
> > >> (svn) is not found or the svn command fails when you are not
building
> > >> from an svn checkout of the Kicad source. 
> > > 
> > > svn command work on my slackware...
> > > 
> > >> If you change all instances
> > >> of SEND_ERROR to STATUS in the local version of
FindSubversion.cmake
> > >> message calls, this will solve your problem. With this change,
> > >> FindSubversion will just warn you that something went wrong
> instead of
> > >> failing and use the default version string in defined in
> > >> build_version.h. I thought I fixed this problem already. 
> Apparently I
> > >> never committed the changes. I must have accidentally rsynced
> over the
> > >> changes when transferring my source between systems.
> > > 
> > > Ok for the FindSubversion.cmake, but I have always an error from
> > > CreateSVNVersionHeader.cmake :
> > > 
> > > //--------------
> > > -- Check for installed OpenGL -- found
> > > -- Check for installed Boost -- found
> > > -- Check for installed wxWidgets -- found
> > > -- Command "/usr/bin/svn info /home/cfdev/download/kicad" failed
with
> > > output:
> > > svn: '/home/cfdev/download/kicad' is not a working copy
> > > 
> > > CMake Error at CMakeModules/CreateSVNVersionHeader.cmake:6 (string):
> > > string sub-command REGEX, mode REPLACE needs at least 6 arguments
> > > total to
> > > command.
> > > Call Stack (most recent call first):
> > > CMakeLists.txt:118 (create_svn_version_header)
> > > 
> > > 
> > > -- Check for installed zlib -- found
> > > -- Configuring incomplete, errors occurred!
> > > //---------------
> > 
> > I just realized that you are probably building SVN tag
kicad-2008-08-25
> > not SVN head. Sorry about that.
> > 
> 
> Yes, sorry I forget to give you the version, I try to compile the
> stable 2008-08-25.
> 
> 

I compiled successfull with the last vesion on svn!
++



> > > 
> > > 
> > >> Wayne
> > >>
> > > 
> > > 
> > > 
> > > ------------------------------------
> > > 
> > > Yahoo! Groups Links
> > > 
> > > 
> > > 
> > >
> >
>








References