Menu

How to recompile Login.app?

Help
Anonymous
2001-01-04
2001-01-09
  • Anonymous

    Anonymous - 2001-01-04

    I downloaded and installed Login.app and it works great!   I wanted to recompile it with a more Darwin appropriate graphic, but when I run the build script  I get the following error .

    Creating makefile...
    mv -f Makefile Makefile.bak
    imake -DUseInstalled -I/usr/X11R6/lib/X11/config
    ------------------------------------------------------------
    Compiling...
    g++ -D_GNU_SOURCE   -c -o Main.o Main.cc
    make: g++: Command not found
    make: *** [Main.o] Error 127
    Done.
    ------------------------------------------------------------

    Any help would be appreciated.

     
    • proclus realm

      proclus realm - 2001-01-04

      Try this.

      su root
      ln -s /usr/bin/c++ /usr/local/bin/g++

      If you are porting to GNU-Darwin, you should consult the porting tips page.

      http://gnu-darwin.sourceforge.net/porting.html

      Hey, if you succeed in swapping in a new theme, please let me know how, because I haven't been able to do it yet.  Themes have better support in version 2 of Login.app, but I have not yet been able to compile it.  Here is a cool theme from Largo for GNU-Darwin.

      http://gnu-darwin.sourceforge.net/theme.png

      Regards,
      proclus

       
      • Anonymous

        Anonymous - 2001-01-07

        I have compiled Login.app version 1 and 2 and placed the tar files at
        http://homepage.mac.com/mlsawyer/FileSharing.html

        In the Login.app-1.2.1 tar file I have replaced the GNULinux .xpm  with the theme.png from Largo. 

        Mike Sawyer

         
        • proclus realm

          proclus realm - 2001-01-09

          Thanks so much for you work on Login.app!  I tried version 2 and it seems to work great.  I plan to make a small change to the Preference file, then add to to the distribution.

          Regards,
          proclus

           
    • Anonymous

      Anonymous - 2001-01-05

      Thanks for the tips.  I was able to swap in the theme you posted after converting it the a .xpm file. There are still a few things I need to cleanup.  Hopefully on Saturday I will have some time to finish it up and write up some directions.

      Thanks again,

      Mike Sawyer

       

Log in to post a comment.