Re: What maemo and scratchbox could we use on Fedora 8?
Well done! I'm the next person succeeding with Fedora 8 + Maemo 4.0 + Scratchbox 1.0.8. I really don't know/remember how to overcome the erors above, I tried many times and steps without noting (as beginning). I'm about to sum up some main steps: - $ setarch i386 - $ sudo ./maemo-scratchbox-install_4.0.sh -s /scratchbox -u testx64 - $ gedit .bashrc - $ sudo /scratchbox/sbin/sbox_ctl start - $ sh maemo-sdk-install_4.0.sh -s /scratchbox -y - install dialog - [sbox-CHINOOK_X86: ~] > fakeroot apt-get install python2.3-dev Set qemu : sb-conf setup N800 --compiler=cs2005q3.2-glibc2.5-arm--devkits=cputransp:debian-etch --cputransp= qemu-arm-0.8.2-sb2 sb-conf setup N800 -c cs2005q3.2-glibc2.5-arm -d cputransp -t qemu-arm Or use sb-menu to set (don't know which way works :P) Run: $ Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac -extension Composite New terminal: $ setarch i386 $ sudo /scratchbox/sbin/sbox_ctl start $ /scratchbox/login > export DISPLAY=:2 > af-sb-init.sh start You should install maemopad as the following how-to http://maemo.org/development/documentation/how-tos/4-x/how_to_write_new_application_in_maemo_4-0.html Hope this quick note would be useful for someone like me before. ;) Thank you all! Cheers, Jakov On Jan 10, 2008 12:16 AM, Jakov <[EMAIL PROTECTED]> wrote: > > # su - > # echo 0 > /proc/sys/vm/vdso_enabled > > Is it so, Stelian? Or could you explain for more? Thanks very much for > your info! It could be a big encouragement for me! > > For my case, I do login successfully, but the problem is usually related > to qemu or when using ESbox, (do you use it?) just build a simple HelloWorld > and get error msg: > > -- > gcc -o hello hello.c > Error executing program 'ld_fake_native': No such file or directory > collect2: ld returned 1 exit status > > - OR - > > checking for LIBHILDONMM... > configure: error: Package requirements (hildonmm >= 0.9.6) were not met: > > No package 'hildonmm' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables LIBHILDONMM_CFLAGS > and LIBHILDONMM_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > -- > > Did you face with it? I'd highly appreciate your help! > > Thanks again! > > > > > On Jan 9, 2008 10:14 PM, Stelian Iancu < [EMAIL PROTECTED]> wrote: > > > Hey, > > > > I was able to install the 4.0 SDK on Fedora 8. However, when you try > > to do /scratchbox/login, it will give you some error message. So to > > workaround this, you have to specify vdso=0 as a kernel parameter. > > > > HTH! > > > > S. > > > > On Jan 9, 2008 10:53 AM, Jakov <[EMAIL PROTECTED]> wrote: > > > Thank you very much, Tomi! > > > > > > Can't wait, I'll check it now, and report to you all later. > > > > > > Have a nice day! > > > > > > Cheers, > > > Jakov > > > > > > > > > > > > On Jan 9, 2008 4:42 PM, Tomi Ollila < [EMAIL PROTECTED] > > > wrote: > > > > > > > > > > > > > > > > On Wed 09 Jan 2008 10:26, "Marx Anthony" <[EMAIL PROTECTED]> writes: > > > > > > > > > Hi there, > > > > > > > > > > I ever asked a similar question on maemo-users mailing list, but I > > > haven't got > > > > > the direct answer. They recommended me to use Maemo VMWare, > > instead. > > > Thanks to > > > > > you all, Jayesh Salvi and Michael Stepanov. It looks nice! But I > > can't > > > run the > > > > > Helloworld-bora example available in ESBox ( > > > http://lists.maemo.org/pipermail/ > > > > > /maemo-users/2008-January/008691.html) > > > > > > > > > > Thus, please tell me if any of you have succeeded with Fedora 8 > > (x86_64) > > > and > > > > > what's the scratchbox version (sb1 or sb2), maemo (3x, 4.0 or sdk+ > > ...) > > > you > > > > > installed. > > > > > > > > sb1, gregale (2.2). compilation works, but I could not run x > > applications. > > > > > > > > http://www.iki.fi/too/sw/maemo/maemo22/ has some information how > > that is > > > > installed (tested on Fedora 8) > > > > > > > > > > > > > > > > > > > > > > > > > > Thank you a million! > > > > > > > > > > BR, > > > > > > > > > > Jakov > > > > > > > > > > > > > Tomi > > > > > > > > > > > > > > > > > > > > ___ > > > maemo-users mailing list > > > maemo-users@maemo.org > > > https://lists.maemo.org/mailman/listinfo/maemo-users > > > > > > > > > > ___ maemo-users mailing list maemo-users@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-users
Re: What maemo and scratchbox could we use on Fedora 8?
# su - # echo 0 > /proc/sys/vm/vdso_enabled Is it so, Stelian? Or could you explain for more? Thanks very much for your info! It could be a big encouragement for me! For my case, I do login successfully, but the problem is usually related to qemu or when using ESbox, (do you use it?) just build a simple HelloWorld and get error msg: -- gcc -o hello hello.c Error executing program 'ld_fake_native': No such file or directory collect2: ld returned 1 exit status - OR - checking for LIBHILDONMM... configure: error: Package requirements (hildonmm >= 0.9.6) were not met: No package 'hildonmm' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBHILDONMM_CFLAGS and LIBHILDONMM_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. -- Did you face with it? I'd highly appreciate your help! Thanks again! On Jan 9, 2008 10:14 PM, Stelian Iancu <[EMAIL PROTECTED]> wrote: > Hey, > > I was able to install the 4.0 SDK on Fedora 8. However, when you try > to do /scratchbox/login, it will give you some error message. So to > workaround this, you have to specify vdso=0 as a kernel parameter. > > HTH! > > S. > > On Jan 9, 2008 10:53 AM, Jakov <[EMAIL PROTECTED]> wrote: > > Thank you very much, Tomi! > > > > Can't wait, I'll check it now, and report to you all later. > > > > Have a nice day! > > > > Cheers, > > Jakov > > > > > > > > On Jan 9, 2008 4:42 PM, Tomi Ollila < [EMAIL PROTECTED] > > wrote: > > > > > > > > > > > > On Wed 09 Jan 2008 10:26, "Marx Anthony" <[EMAIL PROTECTED]> writes: > > > > > > > Hi there, > > > > > > > > I ever asked a similar question on maemo-users mailing list, but I > > haven't got > > > > the direct answer. They recommended me to use Maemo VMWare, instead. > > Thanks to > > > > you all, Jayesh Salvi and Michael Stepanov. It looks nice! But I > can't > > run the > > > > Helloworld-bora example available in ESBox ( > > http://lists.maemo.org/pipermail/ > > > > /maemo-users/2008-January/008691.html) > > > > > > > > Thus, please tell me if any of you have succeeded with Fedora 8 > (x86_64) > > and > > > > what's the scratchbox version (sb1 or sb2), maemo (3x, 4.0 or sdk+ > ...) > > you > > > > installed. > > > > > > sb1, gregale (2.2). compilation works, but I could not run x > applications. > > > > > > http://www.iki.fi/too/sw/maemo/maemo22/ has some information how that > is > > > installed (tested on Fedora 8) > > > > > > > > > > > > > > > > > > > > Thank you a million! > > > > > > > > BR, > > > > > > > > Jakov > > > > > > > > > > Tomi > > > > > > > > > > > > > > ___ > > maemo-users mailing list > > maemo-users@maemo.org > > https://lists.maemo.org/mailman/listinfo/maemo-users > > > > > ___ maemo-users mailing list maemo-users@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-users
Re: What maemo and scratchbox could we use on Fedora 8?
# su - # echo 0 > /proc/sys/vm/vdso_enabled Is it so, Stelian? Or could you explain for more? Thanks very much for your info! It could be a big encouragement for me! For my case, I do login successfully, but the problem is usually related to qemu or when using ESbox, (do you use it?) just build a simple HelloWorld and get error msg: -- gcc -o hello hello.c Error executing program 'ld_fake_native': No such file or directory collect2: ld returned 1 exit status - OR - checking for LIBHILDONMM... configure: error: Package requirements (hildonmm >= 0.9.6) were not met: No package 'hildonmm' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBHILDONMM_CFLAGS and LIBHILDONMM_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. -- Did you face with it? I'd highly appreciate your help! Thanks again! On Jan 9, 2008 10:14 PM, Stelian Iancu <[EMAIL PROTECTED]> wrote: > Hey, > > I was able to install the 4.0 SDK on Fedora 8. However, when you try > to do /scratchbox/login, it will give you some error message. So to > workaround this, you have to specify vdso=0 as a kernel parameter. > > HTH! > > S. > > On Jan 9, 2008 10:53 AM, Jakov <[EMAIL PROTECTED]> wrote: > > Thank you very much, Tomi! > > > > Can't wait, I'll check it now, and report to you all later. > > > > Have a nice day! > > > > Cheers, > > Jakov > > > > > > > > On Jan 9, 2008 4:42 PM, Tomi Ollila < [EMAIL PROTECTED] > > wrote: > > > > > > > > > > > > On Wed 09 Jan 2008 10:26, "Marx Anthony" <[EMAIL PROTECTED]> writes: > > > > > > > Hi there, > > > > > > > > I ever asked a similar question on maemo-users mailing list, but I > > haven't got > > > > the direct answer. They recommended me to use Maemo VMWare, instead. > > Thanks to > > > > you all, Jayesh Salvi and Michael Stepanov. It looks nice! But I > can't > > run the > > > > Helloworld-bora example available in ESBox ( > > http://lists.maemo.org/pipermail/ > > > > /maemo-users/2008-January/008691.html) > > > > > > > > Thus, please tell me if any of you have succeeded with Fedora 8 > (x86_64) > > and > > > > what's the scratchbox version (sb1 or sb2), maemo (3x, 4.0 or sdk+ > ...) > > you > > > > installed. > > > > > > sb1, gregale (2.2). compilation works, but I could not run x > applications. > > > > > > http://www.iki.fi/too/sw/maemo/maemo22/ has some information how that > is > > > installed (tested on Fedora 8) > > > > > > > > > > > > > > > > > > > > Thank you a million! > > > > > > > > BR, > > > > > > > > Jakov > > > > > > > > > > Tomi > > > > > > > > > > > > > > ___ > > maemo-users mailing list > > maemo-users@maemo.org > > https://lists.maemo.org/mailman/listinfo/maemo-users > > > > > ___ maemo-users mailing list maemo-users@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-users
Re: What maemo and scratchbox could we use on Fedora 8?
Thank you very much, Tomi! Can't wait, I'll check it now, and report to you all later. Have a nice day! Cheers, Jakov On Jan 9, 2008 4:42 PM, Tomi Ollila <[EMAIL PROTECTED]> wrote: > On Wed 09 Jan 2008 10:26, "Marx Anthony" <[EMAIL PROTECTED]> writes: > > > Hi there, > > > > I ever asked a similar question on maemo-users mailing list, but I > haven't got > > the direct answer. They recommended me to use Maemo VMWare, instead. > Thanks to > > you all, Jayesh Salvi and Michael Stepanov. It looks nice! But I can't > run the > > Helloworld-bora example available in ESBox ( > http://lists.maemo.org/pipermail/ > > /maemo-users/2008-January/008691.html) > > > > Thus, please tell me if any of you have succeeded with Fedora 8 (x86_64) > and > > what's the scratchbox version (sb1 or sb2), maemo (3x, 4.0 or sdk+ ...) > you > > installed. > > sb1, gregale (2.2). compilation works, but I could not run x applications. > > http://www.iki.fi/too/sw/maemo/maemo22/ has some information how that is > installed (tested on Fedora 8) > > > > > Thank you a million! > > > > BR, > > > > Jakov > > > > Tomi > > ___ maemo-users mailing list maemo-users@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-users