Author Topic: build problem of crystal space.  (Read 732 times)

aladedragon

  • Traveller
  • *
  • Posts: 48
  • Elhorien
    • View Profile
    • La cueva del tigre
build problem of crystal space.
« 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
Elhorien

hulla

  • Hydlaa Resident
  • *
  • Posts: 157
    • View Profile
Re: build problem of crystal space.
« Reply #1 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
« Last Edit: May 30, 2015, 07:35:54 am by hulla »

aladedragon

  • Traveller
  • *
  • Posts: 48
  • Elhorien
    • View Profile
    • La cueva del tigre
Re: build problem of crystal space.
« Reply #2 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 :)
Elhorien

redhound

  • Hydlaa Resident
  • *
  • Posts: 97
    • View Profile
Re: build problem of crystal space.
« Reply #3 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.

redhound

  • Hydlaa Resident
  • *
  • Posts: 97
    • View Profile
Re: build problem of crystal space.
« Reply #4 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)?
« Last Edit: June 08, 2015, 02:01:39 am by redhound »

aladedragon

  • Traveller
  • *
  • Posts: 48
  • Elhorien
    • View Profile
    • La cueva del tigre
Elhorien

redhound

  • Hydlaa Resident
  • *
  • Posts: 97
    • View Profile
Re: build problem of crystal space.
« Reply #6 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.

redhound

  • Hydlaa Resident
  • *
  • Posts: 97
    • View Profile
Re: build problem of crystal space.
« Reply #7 on: July 08, 2015, 05:34:28 am »
Because of it, my https://github.com/roman-yagodin/PlaneShift.BuildScripts are not working anymore...
« Last Edit: July 08, 2015, 05:37:09 am by redhound »

redhound

  • Hydlaa Resident
  • *
  • Posts: 97
    • View Profile
Re: build problem of crystal space.
« Reply #8 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.

feas

  • Traveller
  • *
  • Posts: 34
    • View Profile
Re: build problem of crystal space.
« Reply #9 on: February 04, 2016, 02:51:53 am »
This was a great help thanks!

redhound

  • Hydlaa Resident
  • *
  • Posts: 97
    • View Profile
Re: build problem of crystal space.
« Reply #10 on: February 04, 2016, 03:38:32 am »
Your welcome! :)