alegro 5.1 skater
demaxfa

Unknown CMake command "copy_data_dir_to_build".
I have installed from svn source al5.1 but this demo game does not compile i isued "cmake ." but i geting this error

Unknown CMake command "copy_data_dir_to_build".
last couple of lines of CMAKELISTS.txt

else()
message(STATUS "Not building skater demo")
endif()

copy_data_dir_to_build(copy_skater_data data .)
copy_data_dir_to_build(copy_skater_example_data ../../examples/data data/examples/data)

#-----------------------------------------------------------------------------#

  1. vi: set ts=8 sts=4 sw=4 et:

Wheezy Debian Linux Celeron 1.7ghz GeForce fx5200 and whath with blender demo level how to make it to level txt with blender2.63

weapon_S
demaxfa said:

i isued "cmake ."

Where did you issue this? It always works for me. But I always make a new directory for the whole library. Trying to build the demo only, by issuing this inside the demo directory, shouldn't(?) work.

Elias

Which version (or SVN revision)? Can you try with an external build folder instead?

demaxfa

It is revision 5.1.0
I compiled whole library but skater didnt compile?
Demm

Elias

5.1.0 is very old, maybe it was broken back then. Can you try with 5.1.2 or SVN?

demaxfa

Well i don't understand What you mean with try with svn all my allegro copies are from svn but i cannot uninstall 5.1.0 because make uninstall say to me that there is no rule for making a target. And i don't want to have 5.1.0 and 5.1.2 version in the same time?

weapon_S

There should be a file named "install_manifest.txt". Delete all files listed there. Are you using SVN or not?

demaxfa

Yes i find installmanifest and i'm using svn.

weapon_S

If the demo doesn't compile from the latest SVN, it's a bug that needs further inspection. Well, I tried building with "cmake .", and it works for me.

demaxfa

Well I compiled from start 5.1.2 and it compiled but don't want to start

darko@debian:~/allegro/Build/demos/skater$ ./skater
even black window does not shows.

Speed

give this and black window in which nothing happens

darko@debian:~/allegro/Build/demos/speed$ ./speed
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 55
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 56
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 59
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 58
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
darko@debian:~/allegro/Build/demos/speed$

darko@debian:~/allegro/Build/demos/a5teroids$ ./a5teroids
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 55
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 56
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 59
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 58
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30

same as speed???? i386 Debian Wheezy celeron 1,7ghz 768mb ram GeForce Fx5200

weapon_S

Sounds like a driver problem of the graphics card. I think the proprietary driver should work best. Is it installed properly?

demaxfa

It is not proprietary it is open source Noveau nvidia driver that comes with this (wheezy) version of debian distribution. I will see will I change the driver to proprietary!

Thread #610509. Printed from Allegro.cc