Justin, Ok, Dirk O. actually found the problem. It was a missing }. I have all the dependencies solved for this now! Yeah. Now make is crashing on compile here:
| ccache arm-linux-g++ -march=armv5te -mtune=xscale -c -I/home/oc60174/oe/build/tmp/staging/arm-linux/include-I./ -I../ -I../DCE/ -I../VIPShared/ -I/home/oc60174/oe/build/tmp/staging/arm-linux/include/mysql -I/home/oc60174/oe/build/tmp/staging/arm-linux/include -I/home/oc60174/oe/build/tmp/staging/arm-linux/include/X11 -I/home/oc60174/oe/build/tmp/staging/arm-linux/include/SDL -I/home/oc60174/oe/build/tmp/staging/arm-linux/include/glib-2.0 -I/home/oc60174/oe/build/tmp/staging/arm-linux/include/glib-2.0/glib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_DEVEL_DEFINES -DUSE_LZO_DATAGRID -D_GNU_SOURCE -DORBITER -DCACHE_IMAGES -DENABLE_MOUSE_BEHAVIOR -I/Splitter -I/OrbiterGen -L/home/oc60174/oe/build/tmp/staging/arm-linux/lib/X11/lib -I/home/oc60174/oe/build/tmp/staging/arm-linux/include/X11/include -DUSE_WX_LIB=0 -I/home/oc60174/oe/build/tmp/staging/arm-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -fpermissive-Wall -ggdb3 -DUSE_WX_LIB=0 Tas kManag er.cpp -o TaskManager.o | In file included from TaskManager.h:11, | from TaskManager.cpp:3: | ../PlutoUtils/singleton.h: In static member function `static T* cpp::NoCreation<T>::CreateInstance()': | ../PlutoUtils/singleton.h:21: error: `logic_error' is not a member of `std' | ../PlutoUtils/singleton.h: In static member function `static void cpp::NoCreation<T>::DestroyInstance(T*)': | ../PlutoUtils/singleton.h:22: error: `logic_error' is not a member of `std' | ../PlutoUtils/singleton.h: In static member function `static typename cpp::Singleton<T, CreationPolicy, LifetimePolicy, ThreadingModel>::RefType cpp::Singleton<T, CreationPolicy, LifetimePolicy, ThreadingModel>::Instance()': | ../PlutoUtils/singleton.h:184: warning: there are no arguments to `OnDeadReference' that depend on a template parameter, so a declaration of `OnDeadReference' must be available | ../PlutoUtils/singleton.h:187: warning: there are no arguments to `CreateInstance' that depend on a template parameter, so a declaration of `CreateInstance' must be available | make: *** [TaskManager.o] Error 1 | FATAL: oe_runmake failed NOTE: Task failed: /home/oc60174/oe/build/tmp/work/orbiter-11205.1.1-r0/temp/log.do_compile.8115 NOTE: package orbiter-11205.1.1-r0: task do_compile: failed ERROR: TaskFailed event exception, aborting NOTE: package orbiter-11205.1.1: failed ERROR: Build of orbiter failed Is this something I am going to have to ask the Orbiter Developers about? Or am i missing something else? Rob -------------- Original message ---------------------- From: "Justin Patrin" <[EMAIL PROTECTED]> > On 8/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I thought I sent this already but I'm not getting the email from the list: > > > > I did a "bitbake -D orbiter" and got the following: > > http://pastebin.ca/129502 > > > > The lines before the error are: > > + export 'CC=ccache arm-linux-gcc -march=armv5te -mtune=xscale' > > + CC='ccache arm-linux-gcc -march=armv5te -mtune=xscale' > > + export 'BUILD_F77=ccache g77' > > + BUILD_F77='ccache g77' > > + export RANLIB=arm-linux-ranlib > > + RANLIB=arm-linux-ranlib > > > /home/oc60174/oe/build/tmp/work/orbiter-11205.1.1-r0/temp/run.do_patchcleancmd.7 > 736: line 580: unexpected EOF while looking for matching `"' > > > > i found the export RANLIB line in the run.do_patchcleancmd file but it > > doesn't > seem to be where the problem is. Any help is appreciated. Are there any other > files I should look in to? > > > > It has something to do with this line: > export CPPFLAGS="...." > Probably it's just too long. Try using \ > to split it up. > > > Rob > > -------------- Original message ---------------------- > > From: "Justin Patrin" <[EMAIL PROTECTED]> > > > On 8/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Ok, > > > > bb file: http://pastebin.ca/128735 > > > > patch file: http://pastebin.ca/128736 > > > > run.do_patchcleancmd file: http://pastebin.ca/128742 > > > > > > Hmmm, well, I see no out of place ` but perhaps another quote is out > > > of place elsewhere. > > > > > > > Makefile: http://pastebin.ca/128745 > > > > > > > > Thank you for all of your help! > > > > > > > > Rob > > > > -------------- Original message ---------------------- > > > > From: "Justin Patrin" <[EMAIL PROTECTED]> > > > > > On 8/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > Justin, Thanks for the clarification. The only file that has a > backquote > > > is > > > > > the run.do_patchcleancmd file. I've gone through it a couple of times > and it > > > > > appears to be ok. Where else would that be used that I could check? > > > > > >: > > > > > > I've checked the bb file, patch file, Makefile, > > > > > > run.do_patchcleancmd > file > > > for > > > > > ` ' and ". Anywhere else I can look? > > > > > > > > > > Post it to a pastebin so we can look at it. > > > > > > > > > > > Rob > > > > > > > > > > > > -------------- Original message ---------------------- > > > > > > From: "Justin Patrin" <[EMAIL PROTECTED]> > > > > > > > On 8/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > > > I figured that. I have checked the bb file, the patch file, and > the > > > > > > > run.do_patchcleancmd file and none are missing any " marks. Is > > > > > > > there > > > > > anywhere > > > > > > > else to look? > > > > > > > > > > > > > > > > > > > > > > Backquote (`). Not Double Quote ("). > > > > > > > > > > > > > > > Rob > > > > > > > > -------------- Original message ---------------------- > > > > > > > > From: "Justin Patrin" <[EMAIL PROTECTED]> > > > > > > > > > On 8/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Justin, > > > > > > > > > > Thanks for sticking with me on this. I finally got > > > > > > > > > > libsdl-sge > to > > > > > compile. > > > > > > > You > > > > > > > > > were right. I added #include <ft2build.h> and #include > FT_FREETYPE_H > > > > > into > > > > > > > the > > > > > > > > > sge_tt_text.cpp and it worked. > > > > > > > > > > > > > > > > > > > > So now I am returning to compiling Orbiter and now I am > getting a > > > > > goofy > > > > > > > error, > > > > > > > > > I can't seem to get around. > > > > > > > > > > NOTE: package orbiter-1.1.1-r0: task do_patch: started > > > > > > > > > > ERROR: function do_patchcleancmd failed > > > > > > > > > > ERROR: log data follows > > > > > > > > > > > > > > > > > > > > > > > > > (/home/oc60174/oe/build/tmp/work/orbiter-1.1.1-r0/temp/log.do_patchcleancmd.1627 > > > > > > > > > 8) > > > > > > > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > /home/oc60174/oe/build/tmp/work/orbiter-1.1.1-r0/temp/run.do_patchcleancmd.16278 > > > > > > > > > : line 579: unexpected EOF while looking for matching `"' > > > > > > > > > > > > > > > > > > There's a missing backquote somewhere apparently. > > > > > > > > > > > > > > > > > > > NOTE: Task failed: > > > > > > > > > > > > > > > > > > > > > > > > > /home/oc60174/oe/build/tmp/work/orbiter-1.1.1-r0/temp/log.do_patchcleancmd.16278 > > > > > > > > > > NOTE: package orbiter-1.1.1-r0: task do_patch: failed > > > > > > > > > > ERROR: TaskFailed event exception, aborting > > > > > > > > > > NOTE: package orbiter-1.1.1: failed > > > > > > > > > > ERROR: Build of orbiter failed > > > > > > > > > > > > > > > > > > > > I thought I had messed up the patch so I have tried > > > > > > > > > > rebuilding > the > > > > > patch > > > > > > > and > > > > > > > > > that doesn't seem to make a difference. BTW line 579 in > > > > > > > > > run.do_patchcleancmd.16278 is: > > > > > > > > > > > > > > > > > > > > oe_runmake() { > > > > > > > > > > if [ x"$MAKE" = x ]; then MAKE=make; fi > > > > > > > > > > oenote make "$@" > > > > > > > > > > make "$@" || die "oe_runmake failed" > > > > > > > > > > > > > > > > > > > > } > > > > > > > > > > > > > > > > > > > > Any ideas? > > > > > > > > > > > > > > > > > > > > Rob > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > Justin Patrin > > > > > > > _______________________________________________ > > > > > > > Oe mailing list > > > > > > > [email protected] > > > > > > > https://www.handhelds.org/mailman/listinfo/oe > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Justin Patrin > > > > > > > > > > > > > > > > > > > > > -- > > > Justin Patrin > > > > > > > > > -- > Justin Patrin > _______________________________________________ > Oe mailing list > [email protected] > https://www.handhelds.org/mailman/listinfo/oe _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
