[FreeJ] libjs.a

dyne.org open discussions
Author: z3a
Date:  
To: freej
Subject: [FreeJ] libjs.a

Hy,

im just trying to compile freej in a ubuntu hardy box but i can't solve
this issue:

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src/include -I../lib -I../lib/ccvt
-I../lib/shout -I../lib/lo -I../lib/portaudio -I../lib/sdl_image
-I../lib/sdl_gfx -I../lib/sdl_ttf -I../lib/javascript -I../lib/javascript
-I../lib/flash -I../lib/goom -I../lib/tbt -I../lib/slw -I/usr/include/slang
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
-I/usr/local/include/freetype2 -I/usr/local/include -DPREFIX="\"/usr\""
-DDATADIR="\"/usr/share\"" -pipe -D_REENTRANT -O2 -fexpensive-optimizations
-msse -fomit-frame-pointer -march=i686 -ffast-math -MT
impl_video_encoders.o -MD -MP -MF ".deps/impl_video_encoders.Tpo" -c -o
impl_video_encoders.o impl_video_encoders.cpp; \
    then mv -f ".deps/impl_video_encoders.Tpo" ".deps/impl_video_encoders.Po";
else rm -f ".deps/impl_video_encoders.Tpo"; exit 1; fi
make[3]: *** No rule to make target `../lib/javascript/obj/libjs.a', needed
by `freej'. Stop.
make[3]: Leaving directory `/home/zea/software/freej/freej/trunk/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/zea/software/freej/freej/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zea/software/freej/freej/trunk'
make: *** [all] Error 2


thanks in advance