Thread: Automake Files w/ Visual C++

  1. #1
    Registered User
    Join Date
    Jun 2006
    Posts
    47

    Automake Files w/ Visual C++

    Hello!

    Recently I've been trying to setup the OGG container SDK with Visual C++ 2005 Express, and I've been a little stuck. In the Win32 directory of the SDK, there are Visual C++ 6 workspaces and projects, one Visual C++ 2003 project, and .am (Automake) files. The problem is, in order to create the include files needed for the OGG SDK, I need to run the makefiles, but Automake is a GNU program for MinGW/MSYS. How do I setup the SDK in Visual C++?

    Thanks!
    ~Matt
    Windows XP Service Pack 2
    Borland C++ Compiler Version 5.5

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    You will have to either:
    - Find a version of automake that works on Windows - I think this is possible.
    - Figure out what automake actually does, and do that in some other way [e.g. create a batch file, perl-script].

    If the code hasn't ever been compiled for Windows, you'll probably have to do some work before it gives you what you want.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Visual c++ 2005 express edition to run .c files
    By the_fall_guy in forum C Programming
    Replies: 4
    Last Post: 04-05-2007, 12:33 PM
  2. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  3. question about .net to 6.0 change causing errors
    By jverkoey in forum C++ Programming
    Replies: 17
    Last Post: 03-23-2004, 10:45 AM
  4. Visual C++ Help Files
    By sndhearn in forum C++ Programming
    Replies: 2
    Last Post: 11-26-2002, 01:19 AM
  5. Header files in visual studio
    By Shadow12345 in forum C++ Programming
    Replies: 1
    Last Post: 03-18-2002, 11:20 AM