Hi,
I searched for something similar but couldnt find anything, i dont know if this is actually a bug or a problem, but im posting here just in case:
Code:
[crow@archcrow ~/Desktop/vdrift-2006-07-08-src]$ scons
scons: Reading SConscript files ...
Checking for main() in C library openal... yes
Checking for main() in C library alut... yes
Checking for C++ header file GL/gl.h... yes
Checking for C++ header file GL/glu.h... yes
Checking for C++ header file SDL/SDL.h... yes
Checking for C++ header file SDL/SDL_image.h... yes
Checking for C++ header file SDL/SDL_net.h... yes
Checking for C++ header file AL/al.h... yes
Checking for C++ header file AL/alc.h... yes
Checking for C++ header file AL/alut.h... yes
Checking for C header file libintl.h... yes
scons: *** Target `/usr/share/games/vdrift/bin' of Install() is a file, but should be a directory. Perhaps you have the Install() arguments backwards?
File "src/SConscript", line 88, in ?
[crow@archcrow ~/Desktop/vdrift-2006-07-08-src]$
I have OpenAL and OpenAL Toolkit installed:
[crow@archcrow ~]$ pacman -Q openal
openal 0.0.8-1
[crow@archcrow ~]$ pacman -Q freealut
freealut 1.0.1-1
Any ideas on whats going on?
I tried swaping this:
env.Install(bin_install_dir,vdrift)
As the error says, but got a much uglier error.
Regards