Recent content by shideneyu

  1. shideneyu

    15€ Pandora

    Ok, let me explain my deep thoughts, you can consider me as a newb developper, however, I can't even port some visual novel on the pandora ! I love them, Narcissu was the only game ported that I could play with on my Pandora. I'm using linux e v e r y d a y s on my main computer. I threw...
  2. shideneyu

    15€ Pandora

    Even if they are well paid, I don't care, it's not as we are contributing to exploitations of chinese workers when we buy chinese products. Don't you know that if these chinese or indian worker get fired, they may not find a job as well paid as their formers one? They can eat thanks to that...
  3. shideneyu

    15€ Pandora

    Hi guys, I got a stupid question. The main problem, is that by definition, my stupid question is stupid; However, I'm serious as hell :mellow: Check this out, this is a 15€ India Tablet, intended to be sold for Indian students. It's name is "Akaash". (1130 Roupies) It comes from with...
  4. shideneyu

    Compiling with qmake

    Escuse me for the late answer, I'm back in the city i'm studying, and I'm getting some trouble accessing the net for now; In my opinion, the linkercommand meaned the "CC:" and "LD:" ; therefore I have written spaces after the written path after "CC:" and "LD:". This is the explanation of...
  5. shideneyu

    Compiling with qmake

    arm-angstrom-linux-gnueabi-gcc: onscripter : Aucun fichier ou dossier de ce type arm-angstrom-linux-gnueabi-gcc: muldefs : Aucun fichier ou dossier de ce type make: *** [onscripter] Erreur 1 (It means 'no file of this kind found')
  6. shideneyu

    Compiling with qmake

    It worked! Next error in the compiling process xD : ~/tsuki/onscripter-20060724-insani$ make -f Makefile.Linux.insani /usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-ld onscripter onscripter.o DirectReader.o SarReader.o NsaReader.o ScriptHandler.o ScriptParser.o...
  7. shideneyu

    Compiling with qmake

    hey Guys, after few more testing, I couldn't make it, I still can't compile. Every files are in the directory i provided a few posts ago, If an helpfull soul here would help compile it, I would really appreciate it, from the bottom of my soul :( Thanks you... :wacko:
  8. shideneyu

    Compiling with qmake

    "error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory" libmpfr1ldbl was missing me while compiling, It fixed this issue And now a new error happened, I don't think I can resolve this one: "/bin/sh...
  9. shideneyu

    Compiling with qmake

    Makefile.onscripter :
  10. shideneyu

    Compiling with qmake

    Here we go :)
  11. shideneyu

    Compiling with qmake

    Each time before compiling, I copy the whole folder in order not to try to compile on the same files each time ;) I got a nice ready-to-compile folder each time, as if I've never done anything on it.
  12. shideneyu

    Compiling with qmake

    The 'file' command returned: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped The makefile I modifyed is "Makefile.Linux.Insani" and the make command: make -f Makefile.Linux.Insani
  13. shideneyu

    Compiling with qmake

    The pnd still doen't run; even if the compilation works fine I still can launch the file with my computer; I think the compiled file is still not under the good envirronment
  14. shideneyu

    Compiling with qmake

    Thanks, it worked, that was a very logicial answer I should have been able to think that, sry I'm exhausted, the compilation worked, and when I replaced the file with the correct one, following Narcissu pnd exemple, my pnd doesn't work. On top of that, I'm able to launch my compiled file...
  15. shideneyu

    Compiling with qmake

    Thanks, I found the CC and LD variables while wandering with Nautilus - and thanks to your package files it helped me on my searches. The last trouble for me is now to find the right command to build this package; I have to use your crosscompiler instead of the default one on my computer. I...
Back
Top