Results 1 to 3 of 3

Thread: Trying to compile some OpenSource Code (with regards to includes) should be simple

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2000
    Location
    Sydney, Nova Scotia
    Posts
    55

    Trying to compile some OpenSource Code (with regards to includes) should be simple

    I'm trying to compile an OpenSource C++ project but I'm having problems.

    If anyone has any ideas on how I might resolve this issue please respond.

    The Readme says the following:

    This code has been compiled without any problems with VisalC++ 6.0, but older versions may also work. In order to compile the code you have to add the following folders to include the search path:
    code/extern/include/
    code/game logic/include/
    code/input/include/
    code/rfrontend/include/
    code/shared/include/

    and those to the library search path:
    code/extern/lib/
    code/game logic/lib/
    code/input/lib/
    code/rfrontend/lib/
    code/shared/lib/

    That could be done with some sort of macro
    Vince McMullin
    Aka Vam, Vinny Mac

    Its just that simple

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Well...add them to the paths like it suggests

    VC++ has them under Options->Directories (I think...)
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Tools->Options->Directories
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width