|
-
Sep 30th, 2002, 04:50 PM
#1
Thread Starter
Member
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
-
Sep 30th, 2002, 06:09 PM
#2
Monday Morning Lunatic
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
-
Oct 2nd, 2002, 09:16 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|