PlaneShift

Development => Development Deliberation => Topic started by: aladedragon on May 29, 2015, 02:41:04 pm

Title: build problem of crystal space.
Post by: aladedragon on May 29, 2015, 02:41:04 pm
I was following the building guide for linux (debian).
When I arrive to step :
Crystal Space (CS)
Now we can build it and use the configure line to tell it where we installed the cal3d libraries. To do this, use the prefix line that was used for Cal3d above.
$HOME/development/cs$ ./configure --without-java --without-perl --without-python --without-3ds --with-cal3d=$HOME/development/cal3d

The configure process runs and at the end it asks me about a password. Is the code protected and I need to login on some place?

checking whether to build shared libraries... yes
checking whether to emulate makefiles... yes
configure: creating ./config.status
config.status: creating Jamfile
config.status: executing include/csconfig.h commands
config.status: executing Jamconfig commands
config.status: executing Makefile commands
The authenticity of host 'crystalspace3d.org (217.115.131.45)' can't be established.
RSA key fingerprint is 9b:55:7a:fe:ea:aa:0e:71:ea:74:65:da:0a:06:91:15.
Are you sure you want to continue connecting (yes/no)?yes
crystal@crystalspace3d.org's password:
and I stopped here.
Some guidance should be appreciated.
:)
More info on:
http://pastebin.com/29mN26x6 (http://pastebin.com/29mN26x6)
Title: Re: build problem of crystal space.
Post by: hulla on May 30, 2015, 07:32:42 am
Hello
i am not sur if this forum is the best place for asking this i think you have more chance to have a good answer in  irc on the irc of crystalspace or the one of planeshift

irc://irc.freenode.net/crystalspace  IRC channel at FreeNode.net
Title: Re: build problem of crystal space.
Post by: aladedragon on May 30, 2015, 02:58:06 pm
I aslo asked on IRC and pointed to forums. Is easy to get a response here, because I'm not online everyday and dev's can leave a message here.
I will place the link in the PS dev's irc .
Thanks for your response and the irc links for CS :)
Title: Re: build problem of crystal space.
Post by: redhound on June 06, 2015, 08:37:38 am
In my case, it just hangs on
Code: [Select]
config.status: executing Makefile commands. line, without asking any passwords.
Title: Re: build problem of crystal space.
Post by: redhound on June 08, 2015, 01:59:49 am
As I realized now, configure script produces config.log, but delete it after executing Makefile commands stage. Strangely, on this stage configure perform build of CS, as there are compiler output in the log (but not in the console). After that (it take long enough), script ask:
Code: [Select]
The authenticity of host 'crystalspace3d.org (217.115.131.45)' can't be established.
RSA key fingerprint is 9b:55:7a:fe:ea:aa:0e:71:ea:74:65:da:0a:06:91:15.
Are you sure you want to continue connecting (yes/no)?
Title: Re: build problem of crystal space.
Post by: aladedragon on June 13, 2015, 08:07:50 am
If someone wants to follow the thread in CS mailist:

https://sourceforge.net/p/crystal/mailman/crystal-main/?viewmonth=201506&style=threaded (https://sourceforge.net/p/crystal/mailman/crystal-main/?viewmonth=201506&style=threaded)

https://sourceforge.net/p/crystal/mailman/crystal-main/?viewmonth=201506&style=threaded

Hugs
Title: Re: build problem of crystal space.
Post by: redhound on July 08, 2015, 05:33:32 am
Seems as there will be no progress on that issue...
At least it's another +1 for switching to another 3D engine.
Title: Re: build problem of crystal space.
Post by: redhound on July 08, 2015, 05:34:28 am
Because of it, my https://github.com/roman-yagodin/PlaneShift.BuildScripts are not working anymore...
Title: Re: build problem of crystal space.
Post by: redhound on January 07, 2016, 03:04:50 pm
It seems that CrystalSpace 3D need to be configured with --enable-make-emulation="no" flag to skip Makefiles generation and use Jamfiles only. This solve configuration issue on Debian Jessie (for me).

But there are also some build issues with wxWidgets upgraded to 3.0 on Debian Jessie - this could be skipped with --without-wx configure flag - in case you need to build PlaneShift client. If you still need CS with wxWidgets support, you may see this post (http://www.hydlaaplaza.com/smf/index.php?topic=41768.0).
Title: Re: build problem of crystal space.
Post by: feas on February 04, 2016, 02:51:53 am
This was a great help thanks!
Title: Re: build problem of crystal space.
Post by: redhound on February 04, 2016, 03:38:32 am
Your welcome! :)