ugly
Zebranky food
Offline
Posts: 5
I love YaBB 1G - SP1!
|
How do I use VisualC++ to compile the source? I opened the src\msvc++\UrQuanMasters.dsw But when I compiled, It couldn't find SDL.h, unistd.h, sys/param.h, and many other files.. What libs should I download? and how do I install them? Is "unistd.h" and "sys/param.h" only on Unix systems?
Parker hates all capital-lettered titles
|
|
« Last Edit: December 12, 2002, 11:49:30 am by Parker »
|
Logged
|
|
|
|
Nic.
Guest
|
I don't know where to begin.
- There is a forum called "Technical Issues and Bugs" which was created SPECIFICALLY for questions like this, unlike the forum you chose to post in, called "General Discussion"
- There is a fille located at the base of the source tree you just downloaded called INSTALL. It tells you everything you need to get in order to get the program to compile, and is even nice enough to provide URLs to them all. I'm gonna go out on a limb here and guess that you didn't bother to read it before posting. Why don't you go give that a shot?
|
|
|
Logged
|
|
|
|
ugly
Zebranky food
Offline
Posts: 5
I love YaBB 1G - SP1!
|
OK...I've got the libs... But I still can't find <unistd.h> and <sys/param.h> Where can I find them???
|
|
|
Logged
|
|
|
|
ugly
Zebranky food
Offline
Posts: 5
I love YaBB 1G - SP1!
|
Where is UNISTD.H??? Where is SYS/PARAM.H?? I can't compile without them...... I'm not good as this....
|
|
|
Logged
|
|
|
|
Nic.
Guest
|
You shouldn't need them, and since they're Unix-only requirements, getting them won't help you much.
Do you know C, at least enough to beat on source code until it goes through a compiler with minimal complaints? If not, you might want to hang back and wait for the next release..
|
|
« Last Edit: December 12, 2002, 12:43:27 pm by Nic. »
|
Logged
|
|
|
|
ugly
Zebranky food
Offline
Posts: 5
I love YaBB 1G - SP1!
|
I think I don't need them, but when I compile. The error message says : fatal error C1083: Cannot open include file: 'sys/param.h': No such file or directory
If I really don't need the files, why does the compiler keep producing error msgs? The source code should be compilable in VC++.. I downloaded it from SourceForge, uqm-0.1-source.tgz, it says it's platform-independent..
|
|
|
Logged
|
|
|
|
Riven
Zebranky food
Offline
Posts: 6
I love YaBB 1G - SP1!
|
Why you want to compile version 0.1? It is downloadable in binary form. If you want a newer version download CVS.
|
|
|
Logged
|
|
|
|
ugly
Zebranky food
Offline
Posts: 5
I love YaBB 1G - SP1!
|
Um.....Where's the CVS version?..... Actually I don't know where to download it.
|
|
|
Logged
|
|
|
|
|
Ugly1
Guest
|
Where could I find SDL.lib?
|
|
|
Logged
|
|
|
|
Riven
Zebranky food
Offline
Posts: 6
I love YaBB 1G - SP1!
|
Read install file in cvs directory. It's in sdl download page in the file SDL-devel-1.2.5a-VC6.zip (for visual C)
|
|
|
Logged
|
|
|
|