Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ PennMUSH
➜ Compiling the server
➜ Hspace Compiling
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Abigor
(1 post) Bio
|
Date
| Fri 05 Mar 2004 06:03 AM (UTC) |
Message
| I already tried getting an answer on the hspace forum. But to no avail. Has anyone here ever compiled hspace with pennmush under win32 with MS VS .NET 2003? If so how do you get vs .net to read the hspace.dsp file since it says that it is corrupted when i try to add it to the pennmush project so it can be made a dependency?
-Abigor
| Top |
|
Posted by
| Nick Gammon
Australia (23,158 posts) Bio
Forum Administrator |
Date
| Reply #1 on Fri 05 Mar 2004 06:12 AM (UTC) |
Message
| I don't have that compiler, as I have decided to stop handing Microsoft money every time they bring out a new operating system or compiler every couple of years, however I can guide you in the right direction, I think.
The .dsp files are not that confusing or magical, if you edit one in a text editor (eg. Notepad) you will see lines like this:
SOURCE=.\doc.cpp
# End Source File
# Begin Source File
SOURCE=.\doc_construct.cpp
# End Source File
# Begin Source File
SOURCE=.\documentation.cpp
# End Source File
# Begin Source File
This is from another project, but it is the general idea.
Now, what you can do is use this to get a list of files that are in the project, in this case:
doc.cpp
doc_construct.cpp
documentation.cpp
Then, start a new blank project and just add in the files you see in that list. This should give you a pretty good basis for getting a compile to work.
|
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Thecrawly
(6 posts) Bio
|
Date
| Reply #2 on Wed 07 Jul 2004 10:00 AM (UTC) |
Message
| Im struggling with compiling Hspace for Pennmush using Cygwin. I follow the instructions to the letter but they differ from what I see.
Well, the makefile terminates after a few steps of errors...
$ make
(cd hsnetwork;make)
make[1]:Entering directory `/pennmush/src/hspace/hsnetwork´
Makefile:34: obj/.depend: No such file or directory
touch obj/.depend
touch: creating òbj/.depend´: No such file or directory
make[1]: *** [obj/.depend] Error 1
make[1]: Leaving directory `/pennmush/src/hspace/hsnetwork´
make: *** [projhsnetwork] Error 2
Ill give it another shot after reading through the documentation one more time. | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
18,106 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top