To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *3235 (-20)
  Re: Can't get Linux NQC to compile/Run
 
(...) [snipped the rest] All the rest is a follow-up to the fact that vector.h is missing. As root, do "updatedb" followed by "locate vector.h" If it doesn't return anything, you need to install the egcs-c++ rpm, which is under (...) (24 years ago, 14-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: connectivity for Windows CE
 
Ted Hess sent me a compilation of NQCCE V2.1r2 for windows CE, i have not been able to test it yet. Let me know if you need it.(It's for SH3) I have more need of controling the Control Lab for Dacta, then the RCX at the moment... /J "mike fusion" (...) (24 years ago, 14-Sep-00, to lugnet.robotics.rcx)
 
  Re: Can't get Linux NQC to compile/Run
 
(...) The compiler can't find "vector.h" - which will cause lots of problems because without vector.h, all of the instantiations of the vector template won't make syntactic sense (leading to lots of random syntax errors later on in Scope.h and (...) (24 years ago, 14-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: buy single pneumatics, sensors, gears, etc
 
(...) Just a small warning: if your surfin' the site and come across this (URL) link - sorry) It is #9290 Thematic Builder Set. Don't get too excited - they are out :-( Julie (24 years ago, 14-Sep-00, to lugnet.technic, lugnet.robotics, lugnet.robotics.rcx)
 
  Re: buy single pneumatics, sensors, gears, etc
 
(...) (i.e., pld = _P_itsco _L_EGO _D_ACTA). The site used to be called www.pitsco-legodacta.com or some equally ungodly long name like that. :) --Todd (24 years ago, 14-Sep-00, to lugnet.technic, lugnet.robotics, lugnet.robotics.rcx)
 
  re: connectivity for Windows CE
 
"> (...) i have a version of NQC for WinCe but i forgot who i got it from. ithe readme includes a small hack for using the rf tower directly from your device. if you would like me to e-mail it to you reply to mikefusion@hotmail.com or (...) (24 years ago, 14-Sep-00, to lugnet.robotics.rcx)
 
  Re: Can't get Linux NQC to compile/Run
 
(...) After installing the bison package from the Ret Hat 6.1 CD I now get the following. Even MORE errors then before... [root@linux SPECS]# rpm -bb nqc.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.26034 + umask 022 + cd /usr/src/RPM/BUILD + (...) (24 years ago, 14-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: Can't get Linux NQC to compile/Run
 
(...) Yep. Install the bison package. :) This is one of my gripes with mandrake, by the way. Their install program makes it very easy to not install stuff which you will actually want. (24 years ago, 13-Sep-00, to lugnet.robotics.rcx.nqc)
 
  buy single pneumatics, sensors, gears, etc
 
here's a link where you can buy, among other things, pneumatics singly, sensors, and lots of other cool technic stuff (URL) (24 years ago, 13-Sep-00, to lugnet.technic, lugnet.robotics, lugnet.robotics.rcx)
 
  Re: Can't get Linux NQC to compile/Run
 
(...) Ok, I did as above and here is what I got along with an error message. [root@linux SPECS]# rpm -bb nqc.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.29920 + umask 022 + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf nqc-2.2.r1 + (...) (24 years ago, 13-Sep-00, to lugnet.robotics.rcx.nqc)
 
  C++
 
Has anyone been able to import the spirit.ocx file into borland builder 4 or 5? | i tried it with 5 but when i went to compile the component, i got some errors... | thanks for your help, | josh (24 years ago, 13-Sep-00, to lugnet.robotics.rcx)
 
  Re: Can't get Linux NQC to compile/Run
 
(...) Ok, well. In that case, let's assume that you have the compilers installed properly by now. :) Have you tried rebuilding the RPM? Download (URL), and install it as you would a binary RPM. Then look in /usr/src/RPM/SPECS/ and do "rpm -bb (...) (24 years ago, 13-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: Can't get Linux NQC to compile/Run
 
(...) I've just spent hours pouring though the RPM's installing anything to do with c++, c, gcc and egcs... But I still get the below error... nqc: error in loading shared libraries: nqc: undefined symbol: _t24__default_alloc_....free_list I'm at (...) (24 years ago, 13-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: Can't get Linux NQC to compile/Run
 
(...) Try `locate vector.h`. I'm not sure what package vector.h belongs to on Mandrake; on Red Hat 6.x, it's one of the egcs packages, but I know that gcc/egcs is one of the things Mandrake does differently. (24 years ago, 13-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: Can't get Linux NQC to compile/Run
 
(...) It couldn't find where vector.h lives. I'll have to hunt. Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 12-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: newbie questions...
 
(...) Thanks. (...) I see... Anyway, there shouldn't be a great need to monitor the same event in different tasks, so it's not that important... Let's give LEGO the time to add this in the firmware then :) (...) Great! Stelian. (24 years ago, 12-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: Can't get Linux NQC to compile/Run
 
(...) You need to compile it as a C++ source file. There are ways to force C++ compilation of .c files, but its probably easier to just save it as test.cpp, then try: g++ test.cpp Assuming that the compiler knows where to find the C++ standard (...) (24 years ago, 12-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: Can't get Linux NQC to compile/Run
 
(...) I'm afraid I don't have a clue how to compile that one. I tried make test.c but, of course, that doesn't work. I also tried [tfm@linux tfm]$ gcc ./test.c ./test.c:1: vector.h: No such file or directory but not much luck there either. Dean -- (...) (24 years ago, 12-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: Can't get Linux NQC to compile/Run
 
(...) I tried that first. After letting the RPM installer install NQC i386 I get this message when I try to run it. [tfm@linux tfm]$ nqc nqc: error in loading shared libraries: nqc: undefined symbol: _t24__default_alloc_....free_list It's a standard (...) (24 years ago, 12-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: Can't get Linux NQC to compile/Run
 
(...) Dean -- have you tried my prebuilt RPMs? They should run on Mandrake with no problem. I know that doesn't solve the actual build issue (Dave's suggestion sounds good) but it should get you a working NQC. (24 years ago, 12-Sep-00, to lugnet.robotics.rcx.nqc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR