Re: [FreeJ] libjs.a

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


Gabriel Zea schrieb:
> On Sun, 2008-05-04 at 01:02 +0200, MrGoil wrote:
>> 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!
>
> yep, i download the svn
>
>> 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
>
> thanks for your answer!!
>
> i try to get the git version but i have other error :P
>
> git clone git://git.dyne.org/freej
> Initialized empty Git repository
> in /home/zea/software/stream/freej/freej/.git/
>
> fatal: The remote end hung up unexpectedly
> fetch-pack from 'git://git.dyne.org/freej' failed.
>
> i loose something?


No, you are 100% correct.

But on server something eats up the 'public export' flag from the
repository.

Jaro didn't found out what and why, yet. Let's make him fixing that ;)

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