skapunch/box2d

help with premake

Closed this issue · 2 comments

hello i tried to use premake there but i failed.

downloaded latest release from downloads section, didn't tried svn yet.

unzip, open terminal and just do "premake4"; here's the output:

[sombriks@gau Box2D_v2.2.1]$ premake4 
/home/sombriks/Downloads/biblioteca-simulacao-fisica/Box2D_v2.2.1/premake4.lua:2
6: attempt to call global 'vpaths' (a nil value)
[sombriks@gau Box2D_v2.2.1]$ 

i'm running fedora 15, 64 bits version.


cmake seems to be just fine:
[sombriks@gau Box2D_v2.2.1]$ cmake -DCMAKE_INSTALL_PREFIX=/usr .
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - 
found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Found X11: /usr/lib64/libX11.so
-- Found OpenGL: /usr/lib64/libGL.so 
-- Configuring done
-- Generating done
-- Build files have been written to: 
/home/sombriks/Downloads/biblioteca-simulacao-fisica/Box2D_v2.2.1
[sombriks@gau Box2D_v2.2.1]$ 


i'll try to figure what's the problem, if i foud i'll post there.

thanks in advance

Original issue reported on code.google.com by Sombr...@gmail.com on 2 Nov 2011 at 10:26

The issue is invalid, sorry:

http://industriousone.com/vpaths

[sombriks@gau biblioteca-simulacao-fisica]$ premake4 --version
premake4 (Premake Build Script Generator) 4.3
[sombriks@gau biblioteca-simulacao-fisica]$ 

vpath appeared in premake 4.4 and fedora have 4.3 available only

Original comment by Sombr...@gmail.com on 2 Nov 2011 at 10:35

Original comment by erinca...@gmail.com on 14 Nov 2011 at 5:41

  • Changed state: Invalid