routerunner;670261 Wrote: 
> I downloaded the source from the trunk and following the instruction I
> was nearly able to cross compile for "mipsel" architecture by using
> emdebian...I said nearly as I'm stuck into an error whilst attempting
> to compile the vorbis library as below:
> 
> checking for Ogg... cross compiling; assumed OK...
> yes
> checking for oggpack_writealign... no
> configure: error: Ogg >= 1.0 required !
> make: *** [lib/vorbis/lnx26/lib/libvorbis.a] Error 1
> 
> Any help would be really appreciated...

Change line 70 in makefile.linux26-mipsel to this


Code:
--------------------
    cd lib/vorbis/$(OS)/build/$(LIBVORBIS) && CC="$(CC)" CFLAGS="$(CFLAGS)" 
CPPFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" OGG_CFLAGS="-I`pwd`/../../include" 
OGG_LIBS="`pwd`/../../lib/libogg.a" ./configure --enable-shared=no 
--host=i686-pc-linux-gnu --build=mipsel-linux-gnu --target=mipsel-linux-gnu
--------------------


-- 
ralphy

Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *12*-Squeezeslaves
'Squeezeslave' (http://code.google.com/p/squeezeslave/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezeslave&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=83362

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to