Re: [FreeJ] libjs.a

dyne.org open discussions
Author: MrGoil
Date:  
To: FreeJ mailinglist
Subject: Re: [FreeJ] libjs.a


z3a schrieb:
> 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'


Mh, I guess you pulled freej with svn ... that one includes
javascript1.7 which turned out to be a trap!

Meanwhile we switched to git. So to get our latest hacks look here:

http://git.dyne.org

in our current trunk we switched back to js1.6

MrGoil







> 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
>
>
>
> _______________________________________________
> Freej mailing list
> Freej@???
> http://lists.dyne.org/cgi-bin/mailman/listinfo/freej