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 / 10801
    Re: LPub 4 Status —Don Heyse
   (...) That's interesting. I built it on a new laptop with the version of XCode that comes with leopard. However I just added the arch targets to the old makefile (but missed one of the libraries). So I guess the default is to target leopard only. I (...) (16 years ago, 21-Apr-08, to lugnet.cad.dev, FTX)
   
        Re: LPub 4 Status —Travis Cobbs
     (...) No idea. Whatever it is, it needs Tiger, though, since LDView is built to require Tiger. It presumably needs a G4. --Travis (16 years ago, 21-Apr-08, to lugnet.cad.dev, FTX)
    
         Re: LPub 4 Status —Jim DeVona
     (...) For what it's worth, Tiger will run on a 300 MHz G3. While it certainly wasn't fast, I don't recall ever encountering any software that simply said "I need a G4". That's not to say there's no reason why such software couldn't or shouldn't (...) (16 years ago, 21-Apr-08, to lugnet.cad.dev, FTX)
   
        Re: LPub 4 Status —Don Heyse
   (...) Since I already lost this once, I'm gonna stash it here just in case. To compile something that runs on Tiger from a makefile on Leopard add this: CFLAGS+= -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk LDFLAGS+= -isysroot (...) (16 years ago, 23-Apr-08, to lugnet.cad.dev, FTX)
   
        Re: LPub 4 Status —Travis Cobbs
   (...) Good idea. (...) I'll be happy to be your Tiger test subject, but I can only test Intel. --Travis (16 years ago, 23-Apr-08, to lugnet.cad.dev, FTX)
   
        Re: LPub 4 Status —Don Heyse
   (...) Ok, give (URL) this one> a try. (16 years ago, 23-Apr-08, to lugnet.cad.dev, FTX)
   
        Re: LPub 4 Status —Travis Cobbs
   (...) That one works for LPub. The buffer isn't getting flushed to the screen right. I have to resize or force a redraw in order. Are you calling CGLFlushDrawable at the end of your drawing code? --Travis (16 years ago, 24-Apr-08, to lugnet.cad.dev, FTX)
   
        Re: LPub 4 Status —Don Heyse
   (...) No, I use glfinish(). I've had all sorts of problems over the years with Apple because I often render in the front buffer to emulate the various ancient ldlite immediate rendering modes. Does it update ok when you spin the model with the (...) (16 years ago, 24-Apr-08, to lugnet.cad.dev)
   
        Re: LPub 4 Status —Don Heyse
   (...) Sorry about the self reply, but now I'm really curious about this. I found myself an old G4 EMac with a Geforce2 and OSX Tiger for testing and everything worked ok. It also worked on an Intel Macbook with the Intel GMA X3100 graphics. So I (...) (16 years ago, 29-Apr-08, to lugnet.cad.dev)
   
        Re: LPub 4 Status —Travis Cobbs
     (...) Sorry for not responding, but I didn't remember to look at it while I was at home. I'll try to do so tonight. (...) Actually, my Intel MacBook (one of the original ones) has Intel motherboard graphics. Probably a different model than yours, (...) (16 years ago, 29-Apr-08, to lugnet.cad.dev)
   
        Re: LPub 4 Status —Travis Cobbs
   (...) Here's my info: Vendor: Intel Inc. Renderer: Intel GMA 950 OpenGL Engine Version: 1.2 APPLE-1.4.56 --Travis (16 years ago, 30-Apr-08, to lugnet.cad.dev)
   
        Re: LPub 4 Status —Don Heyse
   (...) Hmmm, I guess that's slightly different from the GMA X3100, which seemed to work for me. If you get a chance, try and run it with -n4 on the command line. That should render everything in the back buffer like 99.99% of the opengl programs out (...) (16 years ago, 30-Apr-08, to lugnet.cad.dev)
   
        Re: LPub 4 Status —Travis Cobbs
   (...) The -n4 didn't have any noticeable effect. What exactly does n4 mean. I know it means "draw to back buffer", but what does the n and the 4 mean? --Travis (16 years ago, 1-May-08, to lugnet.cad.dev)
   
        Re: LPub 4 Status —Don Heyse
   (...) Arrgh, that's not good. It worked for me whenever I had a problem like that. I guess I'll have to use the OSX flush function. Are you by chance using partially transparent windows, or something fancy like that? (...) It's hooked to an ldlite (...) (16 years ago, 1-May-08, to lugnet.cad.dev)
   
        Re: LPub 4 Status —Travis Cobbs
   (...) Nope. It starts out partially under my dock, which I keep on the left. I can't remember if I ever moved it completely out from under the dock or not, but I'm pretty sure I did. (As a note, I looked around, and it appears that (...) (16 years ago, 1-May-08, to lugnet.cad.dev)
   
        Re: LPub 4 Status —Don Heyse
   (...) Hmmm, a partially obscured window. Sounds like a clue. I'll have to run some tests with a side mounted dock on the G4. And I should probably look back and see what I did on windows when the annoying popup tooltips were driving me nuts. Thanks, (...) (16 years ago, 1-May-08, to lugnet.cad.dev)
   
        Re: LPub 4 Status —Travis Cobbs
   (...) Well, I pulled the window out from under the dock, and that didn't help. On an unrelated note, why will it only open models in the current directory? If I give the full path to a model in a different directory, it fails to load it. --Travis (16 years ago, 3-May-08, to lugnet.cad.dev)
   
        Re: LPub 4 Status —Don Heyse
   (...) Yeah, but the hint helped me. With the side mounted dock I was able to reproduce the problem (or a problem at least) on the G4. I cleaned up some of the buffer swapping and window reshaping code, and it seems to work better for me now. Of (...) (16 years ago, 3-May-08, to lugnet.cad.dev)
   
        Re: LPub 4 Status —Travis Cobbs
   (...) --Travis (16 years ago, 3-May-08, to lugnet.cad.dev)
 

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