Author Topic: Ndless 2.0 for TI-Nspire Clickpad/Touchpad  (Read 163722 times)

0 Members and 1 Guest are viewing this topic.

Offline robinsousa

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 17
  • Rating: +0/-0
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #270 on: January 06, 2011, 02:25:38 pm »
Now i'm getting:

Quote
7za: command not found

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #271 on: January 06, 2011, 03:26:04 pm »
I think you have to add the /bin directory of 7zip to your path.


Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #272 on: January 06, 2011, 03:41:16 pm »
only the 7zip directory, there is for some confusing reason no 7zip bin.

Offline ExtendeD

  • Project Author
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #273 on: January 06, 2011, 04:17:25 pm »
I am not sure what to do with the following open issue:

Quote
(apcalc) Touchpad direction keys become sometimes unusable from the OS after running a program:
Only these keys are affected. Sometimes a reboot doesn't fix the issue, but reinstalling the OS does.

apcalc, did you see it again since the Touchpad support has been fixed?
Did anyone else see it on its own hardware?
Should I keep it open?
« Last Edit: January 06, 2011, 04:17:49 pm by ExtendeD »
Ndless.me with the finest TI-Nspire programs

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #274 on: January 06, 2011, 04:33:51 pm »
I am not sure what to do with the following open issue:

Quote
(apcalc) Touchpad direction keys become sometimes unusable from the OS after running a program:
Only these keys are affected. Sometimes a reboot doesn't fix the issue, but reinstalling the OS does.

apcalc, did you see it again since the Touchpad support has been fixed?
Did anyone else see it on its own hardware?
Should I keep it open?

I never have experienced this issue again, and I have been using my touchpad keypad for the past week in school and at home, so I have given it heavy usage/testing.  I would say this issue could be considered closed! :)

only the 7zip directory, there is for some confusing reason no 7zip bin.

Sorry, my mistake.  Just add the 7zip root directory to your path.  There is no /bin directory. :)
« Last Edit: January 06, 2011, 04:34:35 pm by apcalc »


Offline robinsousa

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 17
  • Rating: +0/-0
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #275 on: January 06, 2011, 05:08:42 pm »
It gives me this again:

Quote
make[2]: Entering directory '/c/ndless/arm/tests'
nspire-gcc -os -wall -w -c tests.c
tests.c:24:16: fatal error: os.h: No such file or directory

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #276 on: January 06, 2011, 05:16:38 pm »
check if you have
/c/ndless/include/os.h

if not: double check what else is perhaps also missing, against the SVN repository in the first post of this topic
« Last Edit: January 06, 2011, 05:25:09 pm by shrear »

Offline robinsousa

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 17
  • Rating: +0/-0
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #277 on: January 06, 2011, 05:29:33 pm »
Yes, I have it. And my SVN repository is from yesterday.

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #278 on: January 06, 2011, 05:37:04 pm »
ok, then it's a more complicated problem.

msys either doesn't find the file or can't access it. The later may be because it is in C (Windows is sometimes very strange there)
so you could either try to move the files to D (if you have such a drive) or run msys as administrator.
« Last Edit: January 06, 2011, 05:37:17 pm by shrear »

Offline robinsousa

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 17
  • Rating: +0/-0
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #279 on: January 06, 2011, 06:02:04 pm »
I copied the ndless directory to my pendrive and runned msys as admnistrator and it still gives me the error.
« Last Edit: January 06, 2011, 06:18:36 pm by robinsousa »

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #280 on: January 06, 2011, 06:23:15 pm »
to be honest. I'm out of ideas

if you copy paste os.h in the directory and it gives you exactly the same error, then there is something very wrong with your msys installation,
in this case a reinstall of msys may help...

Offline robinsousa

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 17
  • Rating: +0/-0
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #281 on: January 06, 2011, 06:51:36 pm »
I reinstalled msys and it keeps giving me the error.

Can't you give me the executable already compilled?

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #282 on: January 06, 2011, 07:01:11 pm »
There are no binaries on purpose because then people who don't know what they're doing and don't understand the risks of using beta software could screw up their calc. No offense to you, though.

Did you remember to add the ndless directory to your PATH variable?

Offline SatanicToothpaste

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 10
  • Rating: +1/-9
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #283 on: January 07, 2011, 04:08:12 am »
Where exactly is the binary, code or file, and what do I do with it once it is acquired ???. With the lack of knowledge of nspireOS coding, I don't even know what language it IS in. Do I require any applications on my PC (such as activeperl) to compile it? I have, without intelligent wording, no idea how to program directly into NspireOS at all, not really knowing what Ndless "is" (a Ti-BASIC application?) at all in the first place :mad:. Is it already "halfway" compiled, compared to something such as S60 (being the most numerous and nonrestrictive mobile OS) and its .sis signing. Is there even an installer for ANY ndless distribution at all? In conclusion, what do you do once downloading "it."
« Last Edit: January 07, 2011, 04:16:26 am by SatanicToothpaste »

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« Reply #284 on: January 07, 2011, 04:34:22 am »
@SatanicToothpaste
you can find most of the answers here; login and password are "guest".
the "binary" files as such for os 2.0 and greater aren't distributed yet, only the source files which you have to compile yourself.

and please, posting the same thing on different topics won't give you a quicker answer it may just upset people...


@robinsousa
due to the place where it gives you the error, the ndless binary as such may be compiled and can be probably (at your own risk) used
you just can as long you get this error not compile any "applications" yourself.
« Last Edit: January 07, 2011, 04:45:01 am by shrear »