To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.legosOpen lugnet.robotics.rcx.legos in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / legOS / *2849 (-20)
  Re: Winliblnp problems
 
(...) The usual method is to put the following near the top of the .h file: #ifdef __cplusplus extern "C" { #endif and the following at the bottom: #ifdef __cplusplus } #endif This eliminates the need for 2 .h files. HTH. ROSCO (22 years ago, 10-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: Winliblnp problems
 
From: "Tim Auton" <tim.lugnet@uton.org> Sent: Friday, September 06, 2002 4:07 PM (...) [snip] (...) I do, it's a namespace problem, down to you working in a C++ project and winliblnp being in C. I suggest a quick and dirty hack of creating a (...) (22 years ago, 10-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: Semaphore(s) locked when task killed.
 
I have completed an update to solve some of the problems mentioned previously. If all goes well, I will be able to start updating the files on sourceforge within a week. More soon. // Joe (22 years ago, 9-Sep-02, to lugnet.robotics.rcx.legos)
 
  legOS 0.1.7
 
I need information about this version of legOS !! please send me :) nanobapt (22 years ago, 7-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: Winliblnp problems
 
Don't get what u mean! ----- Original Message ----- From: "nanobapt" <nanobapt@nordnet.fr> To: <lugnet.robotics.rcx...ugnet.com> Sent: Friday, September 06, 2002 5:49 PM Subject: Re: Winliblnp problems (...) (22 years ago, 7-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: small patch to build dll on linux
 
John, There is another one in $(BRICKOS_ROOT)\Make...le.common. It will below the line you comment here but I don't see any typos # # Cygwin 1.1 # ifneq (,$(findstring CYGWIN,$(OSTYPE))) What do you get when you type uname at the prompt? Ed John (...) (22 years ago, 7-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: small patch to build dll on linux
 
This still doesn't work for me. Can you use a similar findstring as the one in the root Makefile.common? The one that looks like this; ifneq (,$(findstring $(OSTYPE),cygwin32 cygwin CYGWIN_NT-4.0 CYGWIN_NT-5.0 CYGWIN_NT-5.1 WindowsNT Windows_NT)) J* (...) (22 years ago, 6-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: Winliblnp problems
 
a ActiveX is easy to written with an other Comm activeX for Windows no ? nanobapt ----- Original Message ----- From: Shehryar Shaheen <shehryar.shaheen@ul.ie> To: <lugnet.robotics.rcx...ugnet.com> Sent: Friday, September 06, 2002 6:31 PM Subject: (...) (22 years ago, 6-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: Winliblnp problems
 
I am using LNP under Linux, I was referring to your suggested solution, which is both sensibly and confusingly called Winliblnp (distinct from winlnp) - a port of liblnp for Windows. I want to write robot control apps using video feedback, and my (...) (22 years ago, 6-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: Winliblnp problems
 
To my knowledge nobody has been succesful with WinLNP! I gave up after a while and now use LNP under Linux. There was some work that somboby did which allowed the deamon to run on Linux but the LNP program could be run under windows. U could do a (...) (22 years ago, 6-Sep-02, to lugnet.robotics.rcx.legos)
 
  Winliblnp problems
 
Hi all, I recently downloaded winliblnp, the port by Michael Bunk of liblnp to windows. Exactly what I needed, thanks Michael. Unfortunately, I'm rather new to VC++ and I can't get it to compile. First, I tried compiling it on its own - no joy (...) (22 years ago, 6-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: small patch to build dll on linux
 
John, It looks like my patch to catch all WindowsOS broke for Linux. Ooops. I see an extra comma in there that should not be there. Could you try the following for me (or just remove the comma)? --- util/Makefile.common.old Thu Sep 5 16:51:27 2002 (...) (22 years ago, 6-Sep-02, to lugnet.robotics.rcx.legos)
 
  RE: got usb tower working at quad speed under linux
 
(...) Sounds like you've been very busy, Chris. I would love to see the changes you have made.... Cheers, Ralph (22 years ago, 6-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: Warning cleanup questions with gcc3.2
 
(...) Sounds ok to me. Is the TODO file a good indication of what needs to be done for a 1.0.0 release, or do you have other tasks in mind (in case I find myself with idle hands)? J* (22 years ago, 6-Sep-02, to lugnet.robotics.rcx.legos)
 
  got usb tower working at quad speed under linux
 
I've managed to get the USB tower working for quad speed downloads under linux. There were some interesting issues along the way. 1) The usb tower doesn't allow control over parity, so you have to leave it on odd. I got around this by making a new (...) (22 years ago, 6-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: Warning cleanup questions with gcc3.2
 
(...) <snip> (...) I'd like to say not at this time. Let me explain and then let's all comment so I can see how my idea resonates with ya'll ;-) I'd like to hold off addressing the GCC 3.x issues for only this upcoming release (brickOS 1.0.0). My (...) (22 years ago, 6-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: Warning cleanup questions with gcc3.2
 
(...) However it should be fixed, as there's no guarantee future versions of gcc will support deprecated features. ROSCO (22 years ago, 5-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: Warning cleanup questions with gcc3.2
 
(...) I am running 3.1 and got the same error. But for user programs only because a line in boot/config.h is too long. In fact this is no error but just a warning. Looks bad but the code is ok. (...) If you look at the beginning of the file (I think (...) (22 years ago, 5-Sep-02, to lugnet.robotics.rcx.legos)
 
  small patch to build dll on linux
 
I had problems on Linux with building dll from CVS. Apparently, it thought that I was running windows. The simple patch below fixes the problem for me, but I don't know if it leaves the cygwin build intact... --- util/Makefile.common.old Thu Sep 5 (...) (22 years ago, 5-Sep-02, to lugnet.robotics.rcx.legos)
 
  Warning cleanup questions with gcc3.2
 
When compiling brickos with gcc3.2, I get a lot (about 360 or so) of warnings about two things; a) warning: multi-line string literals are deprecated These seem to be mostly quotes around blocks of assembly code. Some of the code in lib/mint seems (...) (22 years ago, 5-Sep-02, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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