Re: [crossfire] compiling sour ce

2016-10-18 Thread Ruben Safir
On 10/17/2016 11:35 PM, Kevin Zheng wrote:
> On 10/17/2016 20:26, Ruben Safir wrote:
>> CMake Error at CMakeLists.txt:43 (install):
>>   install TARGETS given no RUNTIME DESTINATION for executable target
>>   "crossfire-client-gtk2".
>>
>>
>> CMake Warning (dev) in CMakeLists.txt:
>>   No cmake_minimum_required command is present.  A line of code such as
>>
>> cmake_minimum_required(VERSION 3.6)
>>
>>   should be added at the top of the file.  The version specified may be
>> lower
>>   if you wish to support older CMake versions for this project.  For more
>>   information run "cmake --help-policy CMP".
>> This warning is for project developers.  Use -Wno-dev to suppress it.
>>
>> -- Configuring incomplete, errors occurred!
>> See also
>> "/home/ruben/src/crossfire/client/trunk/gtk-v2/src/build/CMakeFiles/CMakeOutput.log".
> 
> Could you provide more context? Perhaps OS/arch and CMakeOutput.log?
> 

it is on a current version of linux


-- 
So many immigrant groups have swept through our town
that Brooklyn, like Atlantis, reaches mythological
proportions in the mind of the world - RI Safir 1998
http://www.mrbrklyn.com

DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
http://www.nylxs.com - Leadership Development in Free Software
http://www2.mrbrklyn.com/resources - Unpublished Archive
http://www.coinhangout.com - coins!
http://www.brooklyn-living.com

Being so tracked is for FARM ANIMALS and and extermination camps,
but incompatible with living as a free human being. -RI Safir 2013
___
crossfire mailing list
crossfire@metalforge.org
http://mailman.metalforge.org/mailman/listinfo/crossfire


Re: [crossfire] compiling sour ce

2016-10-17 Thread Kevin Zheng
On 10/17/2016 20:26, Ruben Safir wrote:
> CMake Error at CMakeLists.txt:43 (install):
>   install TARGETS given no RUNTIME DESTINATION for executable target
>   "crossfire-client-gtk2".
> 
> 
> CMake Warning (dev) in CMakeLists.txt:
>   No cmake_minimum_required command is present.  A line of code such as
> 
> cmake_minimum_required(VERSION 3.6)
> 
>   should be added at the top of the file.  The version specified may be
> lower
>   if you wish to support older CMake versions for this project.  For more
>   information run "cmake --help-policy CMP".
> This warning is for project developers.  Use -Wno-dev to suppress it.
> 
> -- Configuring incomplete, errors occurred!
> See also
> "/home/ruben/src/crossfire/client/trunk/gtk-v2/src/build/CMakeFiles/CMakeOutput.log".

Could you provide more context? Perhaps OS/arch and CMakeOutput.log?

-- 
Kevin Zheng
kevinz5...@gmail.com | kev...@berkeley.edu | PGP: 0xC22E1090
___
crossfire mailing list
crossfire@metalforge.org
http://mailman.metalforge.org/mailman/listinfo/crossfire


Re: [crossfire] compiling sour ce

2016-10-17 Thread Ruben Safir
On 09/11/2016 03:35 PM, Rick Tanner wrote:
> On 9/11/16 2:43 AM, ruben wrote:
>> I downloaded the latest bz2 file from sourceforge and it is not
>> compiling.  I need more specific instruction that this:
>>
>> symlink you 'arch' direcotry?
>>
>> Which arch?  the kernel source?  /usr/include/arch/ ?  Why should it not
>> find that with gcc and #include?
> 
> 
> The archetype directory that includes item graphics, stats, monster
> information, etc.
> 
> A separate download from Soureforge.
> https://sourceforge.net/projects/crossfire/files/crossfire-arch/1.71.0/
> 
> See also:
> http://wiki.cross-fire.org/dokuwiki/doku.php/server:server_compiling#setup
> 
> I would also recommend using SVN to get the latest code base as the bz2
> files are approaching 2.5 years (released on 2014-04-08) old now and
> roughly 1,000 changes since their release.
> 
> 
> 
> ___
> crossfire mailing list
> crossfire@metalforge.org
> http://mailman.metalforge.org/mailman/listinfo/crossfire
> 

CMake Error at CMakeLists.txt:43 (install):
  install TARGETS given no RUNTIME DESTINATION for executable target
  "crossfire-client-gtk2".


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

cmake_minimum_required(VERSION 3.6)

  should be added at the top of the file.  The version specified may be
lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
See also
"/home/ruben/src/crossfire/client/trunk/gtk-v2/src/build/CMakeFiles/CMakeOutput.log".


[ruben@flatbush build]$ pwd
/home/ruben/src/crossfire/client/trunk/gtk-v2/src/build


-- 
So many immigrant groups have swept through our town
that Brooklyn, like Atlantis, reaches mythological
proportions in the mind of the world - RI Safir 1998
http://www.mrbrklyn.com

DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
http://www.nylxs.com - Leadership Development in Free Software
http://www2.mrbrklyn.com/resources - Unpublished Archive
http://www.coinhangout.com - coins!
http://www.brooklyn-living.com

Being so tracked is for FARM ANIMALS and and extermination camps,
but incompatible with living as a free human being. -RI Safir 2013
___
crossfire mailing list
crossfire@metalforge.org
http://mailman.metalforge.org/mailman/listinfo/crossfire


Re: [crossfire] compiling sour ce

2016-09-19 Thread David Hurst
Hi Ruben,

Can I encourage you to go step by step through this page, it includes every
step required to compile a crossfire server:
http://wiki.cross-fire.org/dokuwiki/doku.php/server:server_compiling

Let me know if you get stuck at any point.

Saru

On Tue, Sep 20, 2016 at 8:49 AM, Ruben Safir  wrote:

> what is the svn command ;(
>
>
> On Sun, Sep 11, 2016 at 02:35:43PM -0500, Rick Tanner wrote:
> > On 9/11/16 2:43 AM, ruben wrote:
> > > I downloaded the latest bz2 file from sourceforge and it is not
> > > compiling.  I need more specific instruction that this:
> > >
> > > symlink you 'arch' direcotry?
> > >
> > > Which arch?  the kernel source?  /usr/include/arch/ ?  Why should it
> not
> > > find that with gcc and #include?
> >
> >
> > The archetype directory that includes item graphics, stats, monster
> > information, etc.
> >
> > A separate download from Soureforge.
> > https://sourceforge.net/projects/crossfire/files/crossfire-arch/1.71.0/
> >
> > See also:
> > http://wiki.cross-fire.org/dokuwiki/doku.php/server:
> server_compiling#setup
> >
> > I would also recommend using SVN to get the latest code base as the bz2
> > files are approaching 2.5 years (released on 2014-04-08) old now and
> > roughly 1,000 changes since their release.
> >
> >
> >
> > ___
> > crossfire mailing list
> > crossfire@metalforge.org
> > http://mailman.metalforge.org/mailman/listinfo/crossfire
>
> --
> So many immigrant groups have swept through our town
> that Brooklyn, like Atlantis, reaches mythological
> proportions in the mind of the world - RI Safir 1998
> http://www.mrbrklyn.com
>
> DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
> http://www.nylxs.com - Leadership Development in Free Software
> http://www2.mrbrklyn.com/resources - Unpublished Archive
> http://www.coinhangout.com - coins!
> http://www.brooklyn-living.com
>
> Being so tracked is for FARM ANIMALS and and extermination camps,
> but incompatible with living as a free human being. -RI Safir 2013
>
> ___
> crossfire mailing list
> crossfire@metalforge.org
> http://mailman.metalforge.org/mailman/listinfo/crossfire
>
___
crossfire mailing list
crossfire@metalforge.org
http://mailman.metalforge.org/mailman/listinfo/crossfire


Re: [crossfire] compiling sour ce

2016-09-19 Thread Ruben Safir
what is the svn command ;(


On Sun, Sep 11, 2016 at 02:35:43PM -0500, Rick Tanner wrote:
> On 9/11/16 2:43 AM, ruben wrote:
> > I downloaded the latest bz2 file from sourceforge and it is not
> > compiling.  I need more specific instruction that this:
> > 
> > symlink you 'arch' direcotry?
> > 
> > Which arch?  the kernel source?  /usr/include/arch/ ?  Why should it not
> > find that with gcc and #include?
> 
> 
> The archetype directory that includes item graphics, stats, monster
> information, etc.
> 
> A separate download from Soureforge.
> https://sourceforge.net/projects/crossfire/files/crossfire-arch/1.71.0/
> 
> See also:
> http://wiki.cross-fire.org/dokuwiki/doku.php/server:server_compiling#setup
> 
> I would also recommend using SVN to get the latest code base as the bz2
> files are approaching 2.5 years (released on 2014-04-08) old now and
> roughly 1,000 changes since their release.
> 
> 
> 
> ___
> crossfire mailing list
> crossfire@metalforge.org
> http://mailman.metalforge.org/mailman/listinfo/crossfire

-- 
So many immigrant groups have swept through our town
that Brooklyn, like Atlantis, reaches mythological
proportions in the mind of the world - RI Safir 1998
http://www.mrbrklyn.com 

DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
http://www.nylxs.com - Leadership Development in Free Software
http://www2.mrbrklyn.com/resources - Unpublished Archive 
http://www.coinhangout.com - coins!
http://www.brooklyn-living.com 

Being so tracked is for FARM ANIMALS and and extermination camps, 
but incompatible with living as a free human being. -RI Safir 2013

___
crossfire mailing list
crossfire@metalforge.org
http://mailman.metalforge.org/mailman/listinfo/crossfire


Re: [crossfire] compiling sour ce

2016-09-11 Thread Rick Tanner
On 9/11/16 2:43 AM, ruben wrote:
> I downloaded the latest bz2 file from sourceforge and it is not
> compiling.  I need more specific instruction that this:
> 
> symlink you 'arch' direcotry?
> 
> Which arch?  the kernel source?  /usr/include/arch/ ?  Why should it not
> find that with gcc and #include?


The archetype directory that includes item graphics, stats, monster
information, etc.

A separate download from Soureforge.
https://sourceforge.net/projects/crossfire/files/crossfire-arch/1.71.0/

See also:
http://wiki.cross-fire.org/dokuwiki/doku.php/server:server_compiling#setup

I would also recommend using SVN to get the latest code base as the bz2
files are approaching 2.5 years (released on 2014-04-08) old now and
roughly 1,000 changes since their release.



___
crossfire mailing list
crossfire@metalforge.org
http://mailman.metalforge.org/mailman/listinfo/crossfire