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 / 10775
    Re: LPub4 Alpha source on sourceforge.net —Jim DeVona
   (...) Great news. I downloaded qt-mac-opensource-src-4.3.4 from (URL) and was able to set it up with: ./configure make make install I wanted to confirm that LPub would build on my Mac, but [/path/to/]qmake -macx -o Makefile lpub.pro prints the (...) (16 years ago, 14-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
   
        Re: LPub4 Alpha source on sourceforge.net —Kevin L. Clague
     (...) Hi Jim, My apologies. I've uploaded a new lpub.pro Kevin (16 years ago, 14-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
    
         Re: LPub4 Alpha source on sourceforge.net —Jim DeVona
      (...) Thanks, I've got it now. I get some compile errors with parseerror.cpp and parseerror.h - that the functions don't match their prototypes. I see that parseerror.h was last uploaded today but parseerror.cpp is 5 months old. Is there a new (...) (16 years ago, 15-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
    
         Re: LPub4 Alpha source on sourceforge.net —Kevin L. Clague
     (...) The new lpub.pro was bad. Also the original creation of the CVS repository was done in a non-standard way. I've removed almost all the files, but have also asked the admins from sourceforge to wipe the project clean so we can start over. Email (...) (16 years ago, 15-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
   
        Re: LPub4 Alpha source on sourceforge.net —Kevin L. Clague
   (...) Hi, Sourceforge admins wiped the CVS repository clean. With guidance from Travis, I recreated the LPub4 repository, and made sure the images were transferred in binary mode. When I brought it all down to my Mac from sourceforge, and did a (...) (16 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
   
        Re: LPub4 Alpha source on sourceforge.net —Jim DeVona
   (...) Looks like maybe the images haven't become available yet - there's nothing in (URL) and I see "RCC: Error: Cannot find file 'images/actual.png'" when make tries to make qrc_lpub.cpp. (I get the impression it sometimes takes a while for (...) (16 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
   
        Re: LPub4 Alpha source on sourceforge.net —Travis Cobbs
   (...) Just as a note on this to avoid any panicking, sourceforge.net anonymous CVS access uses a separate copy of the CVS files, and that separate copy takes time to update. So when changes are committed by a developer, it takes some amount of time (...) (16 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
   
        Re: LPub4 Alpha source on sourceforge.net —Jim DeVona
     (...) I think that explains it. (I remember a similar situation with LDView once.) Happily everything seems to be in sync now and I am pleased to report I am able to build LPub without a problem. Now I just need to experiment! Just to check, what (...) (16 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
    
         Re: LPub4 Alpha source on sourceforge.net —Kevin L. Clague
      (...) Hi Jim, I use the one Don Heyse told us about here: (URL) Also, check with Travis about an LPub compatible version of LDGLite. In lpub.cpp, you can change the code to switch to LDView. Look for renderer. Comment out ldglite, and uncomment (...) (16 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
     
          Re: LPub4 Alpha source on sourceforge.net —Travis Cobbs
       (...) Jim, the latest LDView I sent you should probably work. Note that you have to select the actual LDView executable inside the app wrapper when prompted for LDView by LPub. (...) -EdgeThickness=<value> will set the edge line thickness, in (...) (16 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
      
           Re: LPub4 Alpha source on sourceforge.net —Kevin L. Clague
        (...) Should I use a different approach? Will things work if I look for LDView.app? Kevin (16 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
       
            Re: LPub4 Alpha source on sourceforge.net —Travis Cobbs
        (...) In a Mac-specific code section, you could set the desired file type to *.app, and then force a directory to be chosen. Then when you get the path back, append /Contents/MacOSX/LDView onto the end of the filename. (Note: I'm not 100% sure about (...) (16 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
      
           Re: LPub4 Alpha source on sourceforge.net —Kevin L. Clague
       (...) I added -EdgeThickness=1 to the LDView args, and didn't see any behavior change. Any ideas? Kevin (16 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
      
           Re: LPub4 Alpha source on sourceforge.net —Travis Cobbs
       (...) That's the default thickness. What are you seeing? Keep in mind that edges are off by default, so unless you've turned them on, you won't get any edges at all. You can use -ShowHighlightLines=1 to force them on (preferably with (...) (16 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
      
           Re: LPub4 Alpha source on sourceforge.net —Kevin L. Clague
       (...) ShowHighlightLines and ConditionalHighlights did the trick! Kevin (16 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
     
          Re: LPub4 Alpha source on sourceforge.net —Jim DeVona
      (...) in CAR.DAT - but the other models I've tried are looking good. (...) Just tried it, and that seems to work too. (I can't tell much difference, though.) (...) It's pretty cool! I'm going to be busy with other things the next few days, but I (...) (16 years ago, 18-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
     
          Re: LPub4 Alpha source on sourceforge.net —Kevin L. Clague
      (...) Well, I suspect that LPub is not rendering using LDView, because the images were already calculated using LDGLite. The rendering is still a long path in the procerss of preparing a page. LPub caches part images for parts lists, and assembly (...) (16 years ago, 18-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
    
         Re: LPub4 Alpha source on sourceforge.net —Kevin L. Clague
     (...) Hi Jim, I use the one Don Heyse told us about here: (URL) Also, check with Travis about an LPub compatible version of LView. In lpub.cpp, you can change the code to switch to LDView. Look for renderer. Comment out ldglite, and uncomment (...) (16 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
   
        Re: LPub4 Alpha source on sourceforge.net —Kevin L. Clague
   (...) I reuploaded the images making sure I put them up in binary mode. I logged out of sourceforge, and then checked LPub4 CVS. It shows the images in the images directory with the correct version numbers. Good luck! Kevin (16 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
   
        Re: LPub4 Alpha source on sourceforge.net —Ross Crawford
   (...) The updated CVS doesn't appear to have a .vcproj file :( ROSCO (16 years ago, 18-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
   
        Re: LPub4 Alpha source on sourceforge.net —Kevin L. Clague
     (...) Hi Rosco, One will magically appear sometime this weekend, after I've had a chance to confirm that it works correctly. Kevin (16 years ago, 18-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
   
        Re: LPub4 Alpha source on sourceforge.net —Kevin L. Clague
   (...) Hi Rosco, If you have Qt properly configured, you should be able to create the .vcproj by doing this in the folder that contains lpub.pro: qmake lpub.pro Kevin (16 years ago, 21-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
   
        Re: LPub4 Alpha source on sourceforge.net —Travis Cobbs
   (...) And if you don't have QT properly configured, having the .vcproj probably won't do you any good anyway. --Travis (16 years ago, 21-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
   
        Re: LPub4 Alpha source on sourceforge.net —Kevin L. Clague
   (...) Hi Rosco, I've uploaded lpub.vcproj to sourceforge. I brought everything down into a clean directory and it built for me. Kevin (16 years ago, 23-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
 

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