To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.devOpen lugnet.cad.dev in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Development / 8942 (-40)
  Re: Building LDGLite for off-screen rendering only
 
(...) Ok, send me an email. I forgot how to login, or ssh forgot my public key or something like that. Don (21 years ago, 21-May-03, to lugnet.cad.dev)
 
  Re: Building LDGLite for off-screen rendering only
 
(...) I couldn't get the full LDGLite to compile with the current version of the source code. I have GCC-3.2 on the system I compiled the off-screen-only version on LDGLite on. I haven't tested it on Munin yet. You're welcome to do that. Play well, (...) (21 years ago, 20-May-03, to lugnet.cad.dev)
 
  Re: Status of LDDP open source release
 
(...) I didn't know kylix/delphi wasn't available on Mac OS X. Oops, my bad. Several X11 implentations are available on Mac OS X though, if that is what you mean by visual environment. Oh well. Guess there is always Virtual PC. That's better than (...) (21 years ago, 20-May-03, to lugnet.cad, lugnet.cad.dev, lugnet.cad.dev.org.ldraw)
 
  Re: Status of LDDP open source release
 
Ell.. Since there is Linux for Mac available it would be a way to run it on Mac that way. Problem is that you dont need 'just a pascal' compiler but the complete visial enviroment and that isn't available on the Mac platform in any form. Play well (...) (21 years ago, 20-May-03, to lugnet.cad, lugnet.cad.dev, lugnet.cad.dev.org.ldraw)
 
  Re: Network rendering
 
Did anyone have any experience with this tool an can help me intalling it on a win2k machine? Andreas "Don Heyse" <dheyse@hotmail.spam....away.com> schrieb im Newsbeitrag news:HF5LMz.1zDB@lugnet.com... (...) pictures/animation (...) find (...) (21 years ago, 20-May-03, to lugnet.cad.dev)
 
  Re: Network rendering
 
thx for your answer. i'll look at it Andreas "Don Heyse" <dheyse@hotmail.spam....away.com> schrieb im Newsbeitrag news:HF5LMz.1zDB@lugnet.com... (...) pictures/animation (...) find (...) (21 years ago, 19-May-03, to lugnet.cad.dev)
 
  Re: Building LDGLite for off-screen rendering only
 
(...) FWIW, I (think that I) didn't need the c++ libs for the off-screen build on the BSD box. Dan (21 years ago, 19-May-03, to lugnet.cad.dev)
 
  Re: Network rendering
 
(...) (URL) (21 years ago, 19-May-03, to lugnet.cad.dev)
 
  Network rendering
 
Hi, is there any usable solution for networkrendering PovRay pictures/animation on some windows systems? I'm just searching since some hours and didn't find something. Andreas (21 years ago, 19-May-03, to lugnet.cad.dev)
 
  Re: Building LDGLite for off-screen rendering only
 
(...) Hey, thanks for the reminder, it's in there now. I wonder which release of gcc it is that suddenly requires me to include the C++ libraries. I've been trying to avoid C++ to keep the ldglite executables smaller. Jacob, is the libc++ only a (...) (21 years ago, 19-May-03, to lugnet.cad.dev)
 
  Re: Status of LDDP open source release
 
(...) I imagine that's because kylix/delphi doesn't exist on OS X, because with a sourceforge project, LDDP programmers would have access to the sourceforge compile farm (which includes a OS X box). However, once the source is available perhaps (...) (21 years ago, 19-May-03, to lugnet.cad, lugnet.cad.dev, lugnet.cad.dev.org.ldraw)
 
  Re: Status of LDDP open source release
 
Hello! (...) Well.. since there is no platform on Mac we would be able to compile it on there eventually won't. I dont know if there exists some kind of emulator (Linux or Windows) for Mac.. maybe that would be an alternative. But there will be for (...) (21 years ago, 19-May-03, to lugnet.cad, lugnet.cad.dev, lugnet.cad.dev.org.ldraw)
 
  Re: Building LDGLite for off-screen rendering only
 
(...) It seems like that. Here's the exact change I made to make it work: % cvs diff makefile.osmesa Index: makefile.osmesa ===...=== RCS file: /cvsroot/ldglite/ldg...e.osmesa,v retrieving revision 1.2 diff -u -3 -p -r1.2 makefile.osmesa --- (...) (21 years ago, 19-May-03, to lugnet.cad.dev)
 
  Re: Building LDGLite for off-screen rendering only
 
(...) Please see (URL) makefile correction apparently didn't make it back to sourceforge... /Lars (21 years ago, 19-May-03, to lugnet.cad.dev)
 
  Re: Building LDGLite for off-screen rendering only
 
(...) Tried that. Here's the tail of the output from the build: gcc -g -DUNIX -DUSE_OPENGL -DUSE_L3_PARSER -DUSE_BMP8 -DNEED_MIN_MAX -DUSE_PNG -DTILE_RENDER_OPTION -DOSMESA_OPTION -IMesa-5.0.1/include ldliteVR_main.o platform.o dirscan.o gleps.o (...) (21 years ago, 19-May-03, to lugnet.cad.dev)
 
  Re: Status of LDDP open source release
 
(...) James (21 years ago, 19-May-03, to lugnet.cad, lugnet.cad.dev, lugnet.cad.dev.org.ldraw)
 
  Re: Building LDGLite for off-screen rendering only
 
(...) That did fix the problem. the make finished successfully! and it works! (URL) need to get Steve to teach me how to use it :) (...) nothing - no match. Thank you so much for your help :) Dan (21 years ago, 18-May-03, to lugnet.cad.dev)
 
  Re: Building LDGLite for off-screen rendering only
 
(...) Standard? Not unless you're a Microsoft follower. However, I must admit I'm baffled by this one. The -DUNIX is supposed to tell platform.h to define some flags which cause the stricmp and strnicmp functions in platform.c to get built. You've (...) (21 years ago, 18-May-03, to lugnet.cad.dev)
 
  Re: Building LDGLite for off-screen rendering only
 
(...) ok, cool - got that, now I get this: $ gmake -f makefile.osmesa gcc -g -DUNIX -DUSE_OPENGL -DUSE_L3_PARSER -DUSE_BMP8 -DNEED_MIN_MAX -DUSE_PNG -DTILE_RENDER_OPTION -DOSMESA_OPTION -IMesa-5.0.1/include ldliteVR_main.o platform.o dirscan.o (...) (21 years ago, 18-May-03, to lugnet.cad.dev)
 
  Is anyone making part 44224.dat?
 
It's the click joints on the AT-TE and AT-AT. If not, I'll give it a go. The mate to 44224 doesn't have a number I can find, does anyone know it? -Orion (21 years ago, 18-May-03, to lugnet.cad.dev, lugnet.cad.dat.parts)
 
  Re: Building LDGLite for off-screen rendering only
 
(...) You seem to be missing glut.h. I thought I spotted it in the Mesa-5.0.1/include/GL directory, but I may have also installed the MesaDemos package which contains glut. If you don't have glut.h in that directory you can either install (but not (...) (21 years ago, 18-May-03, to lugnet.cad.dev)
 
  Re: Building LDGLite for off-screen rendering only
 
(...) hmmm... here's what I get: $ gmake -f makefile.osmesa gcc -g -DUNIX -DUSE_OPENGL -DUSE_L3_PARSER -DUSE_BMP8 -DNEED_MIN_MAX -DUSE_PNG -DTILE_RENDER_OPTION -DOSMESA_OPTION -IMesa-5.0.1/include -c -o dirscan.o dirscan.c dirscan.c: In function (...) (21 years ago, 17-May-03, to lugnet.cad.dev)
 
  Status of LDDP open source release
 
Hello! Some time ago I talked of creating an open source project for LDraw Design Pad , short LDDP. I created a project on sourceforge.net and uploaded the last release to the file system. (URL) know of some people they would be interested to bring (...) (21 years ago, 17-May-03, to lugnet.cad, lugnet.cad.dev, lugnet.cad.dev.org.ldraw)  
 
  Re: Building LDGLite for off-screen rendering only
 
(...) If it's the current version of Mesa (5.0.1), and it's been configured with the correct ./configure switches, then no, I don't see why using a symlink would cause any problems. Anyhow, I just patched things up to work with the latest sources. (...) (21 years ago, 16-May-03, to lugnet.cad.dev)
 
  Re: Building LDGLite for off-screen rendering only
 
(...) I had done that (I thought). And now I have done it again. Same result. I suppose I should admit that I cheated a little bit, and just used a symlink to the directory containing Mesa (to keep my directory structure clean). But is there any (...) (21 years ago, 16-May-03, to lugnet.cad.dev)
 
  Re: Building LDGLite for off-screen rendering only (Was: Parts Tracker Status)
 
(...) Or more likely, (since I just got the same result myself) is that I created the stubs and the new makefile for the stock 0.9.5 sources instead of the latest CVS sources since that's what I had lying around. Apparently I need a few more stubs (...) (21 years ago, 16-May-03, to lugnet.cad.dev)
 
  Re: Building LDGLite for off-screen rendering only (Was: Parts Tracker Status)
 
(...) I only glanced at the list of errors, but maybe this is the problem. If you already built ldglite then you have to start over from scratch with the new makefile. Unfortunately my makefile skills are not the best. There's no "make clean". So (...) (21 years ago, 16-May-03, to lugnet.cad.dev)
 
  Re: Building LDGLite for off-screen rendering only (Was: Parts Tracker Status)
 
(...) [...] (...) I should probably have written that it is on a Red Hat (mostly) 7.3 system with some kind of x86 processor. Play well, Jacob -- City X'ers mail van (building instructions): (URL) (21 years ago, 16-May-03, to lugnet.cad.dev)
 
  Building LDGLite for off-screen rendering only (Was: Parts Tracker Status)
 
[ XFUT lugnet.cad.dev ] (...) So far it works fine, but ... (...) This fails. Here's the end of the output from the build: ---...--- gcc -g -DUNIX -DUSE_OPENGL -DUSE_L3_PARSER -DUSE_BMP8 -DNEED_MIN_MAX -DUSE_PNG -DTILE_RENDER_OPTION -DOSMESA_OPTION (...) (21 years ago, 16-May-03, to lugnet.cad.dev.org.ldraw, lugnet.cad, lugnet.cad.dev)
 
  Re: Bendible parts Web Page
 
Yeah! I can't say right now that I would use it, but I have wanted the ability every now and then. And I am always for any software that will run on Macintosh, even if it is through a webpage (which is what you describe sounds like). James (...) (21 years ago, 12-May-03, to lugnet.cad.dev)
 
  Bendible parts Web Page
 
I was think of creating a webpage with a script based on my LDDP plugin to create the code for flexible objects. This would allow those who, for whatever reason, cannot use LDDP to create bendible objects. Is there any interest in this? -Orion (21 years ago, 11-May-03, to lugnet.cad, lugnet.cad.dev, lugnet.cad.dev.mac)
 
  Re: LDView parts smoothing bug?
 
(...) Yep, it's a bug. Thanks for the report. I'm going to have to think for a while on how to fix it. If you make sure that 30191.dat shows up in your model before 30190.dat, the problem will go away. It's caused because LDView doesn't smooth (...) (21 years ago, 11-May-03, to lugnet.cad.dev)
 
  LDView parts smoothing bug?  [DAT]
 
Have a look at the attched file in LDView. Part 32190 smoothes correctly, part 30191 does not. Part 30190 is only a mirror image reference to part 30191 and both are in the PARTS directory. Is this a problem? -Orion 0 Panel Test 0 Name: (...) (21 years ago, 10-May-03, to lugnet.cad.dev)
 
  Re: Perl Help
 
(...) Dan (21 years ago, 6-May-03, to lugnet.cad.dev, lugnet.off-topic.geek)
 
  Re: Perl Help
 
(...) And for lots of random tips tricks and forums, there's (URL) (21 years ago, 6-May-03, to lugnet.cad.dev, lugnet.off-topic.geek)
 
  Re: Lego XML?
 
Here is an idea! Anyone used Rover before? (URL) idea is you have "block-sets" that you customize using XML to create worlds. The concept could be adapted for sets, very easily. IMO: I think it is a little redundant to have the same 2Lx2Wx1H block (...) (21 years ago, 5-May-03, to lugnet.cad.dev)
 
  Re: Perl Help
 
(...) in addition to activestate's site, you can look at perldoc.com for all the man pages (which should have been installed with perl anyway), and also at search.cpan.org for modules. Dan (21 years ago, 5-May-03, to lugnet.cad.dev, lugnet.off-topic.geek)
 
  Perl Help
 
Sorry for the off topic post but there are a lot of developers here that might be able to help me. I learn code best by looking at a file and looking up all the stuff I don't understand in a help file or documentation. I taught myself VB and Delphi (...) (21 years ago, 5-May-03, to lugnet.cad.dev, lugnet.off-topic.geek)
 
  Re: LPub 2.2.0.0 Available
 
(...) On the Building Instruction tab, uncheck the construction images checkbox. Now pull down the Generate->Instruction Images. It will only produce PLIs and BOMS. Kevin (...) <snip> (21 years ago, 2-May-03, to lugnet.cad, lugnet.cad.dev, lugnet.inst)
 
  Re: LPub 2.2.0.0 Available - Comma's and Dots
 
(...) I use the Dutch version of Win98 SE, too. Having this 'local settings' problem with more tools (including my primitive generation Excel sheet) I changed the local settings on my pc to '.' as decimal seperator and ',' as thousand seperator. (...) (21 years ago, 2-May-03, to lugnet.cad, lugnet.cad.dev, lugnet.inst)


Next Page:  5 more | 10 more | 20 more | 40 more

Redisplay Messages:  All | Compact

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