Compile Issues

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
CharmNdude
Posts: 3
Joined: 2003-05-30 13:19
Contact:

Compile Issues

Post by CharmNdude » 2003-05-30 13:24

Ok, I'm having problems compiling DC++ src. The part in the compile.txt that I don't understand is where it says "Make sure you have stlport 4.5.3 installed and that it's included _before_ the standard vc directories" ...can someone explain to me what that means exactly?? I'm thinking it means to extract to files for the STL into the Visual Studio folder that is one folder up from VC7. Plz help :D
....pwn3d!

TheParanoidOne
Forum Moderator
Posts: 1420
Joined: 2003-04-22 14:37

Post by TheParanoidOne » 2003-05-30 14:31

No. When it says "above", it does not mean in the directory hierarchy.

The include list shows a list of directories. The stlport one should be at the top of the list.

IIRC, the location is Tools --> Options --> Projects --> (Something else?) --> Includes (From drop down list).

That path was purely from memory so it may be wrong! I'm sure someone will come along and correct me. :)
The world is coming to an end. Please log off.

DC++ Guide | Words

Garet Jax
Posts: 34
Joined: 2003-05-26 15:06
Location: Poland
Contact:

Post by Garet Jax » 2003-05-30 14:45

Tools --> Options --> Directories --> Show directories for: Include Files

Someone :]
"Blessed is he who expects nothing,
for he shall never be disappointed."

CharmNdude
Posts: 3
Joined: 2003-05-30 13:19
Contact:

Post by CharmNdude » 2003-05-30 23:42

ok, I'm not sure what to do, I've followed the instructions in the Compile.txt and I keep getting 2 successes and 2 failures. Can someone walk me through what to do to fix these errors?? I believe it could be dealing with STL cuz' a lot of it is pointing to the folder where I have stl at.
....pwn3d!

sarf
Posts: 382
Joined: 2003-01-24 05:43
Location: Sweden
Contact:

Post by sarf » 2003-05-31 04:02

There are several threads regarding this issue. If you have a new, completely unknown problem then please make a new post about it.
Garet, have you got it to work yet? Your last post seem to imply you have not... If so, then please state what your problem after doing what TheParanoidOne has suggested.

Sarf
---
I know your secret.

Garet Jax
Posts: 34
Joined: 2003-05-26 15:06
Location: Poland
Contact:

Post by Garet Jax » 2003-05-31 05:28

sarf wrote:Garet, have you got it to work yet? Your last post seem to imply you have not... If so, then please state what your problem after doing what TheParanoidOne has suggested.
Uhhhh.... are You talkin about this post?
Garet Jax wrote:
Tools --> Options --> Directories --> Show directories for: Include Files

Someone :]
??
"Blessed is he who expects nothing,
for he shall never be disappointed."

sarf
Posts: 382
Joined: 2003-01-24 05:43
Location: Sweden
Contact:

Post by sarf » 2003-05-31 08:09

Yeah, Garet that was the post I meant - due to how my perception works, I thought it was you that wanted to get DC++ to compile - a not unreasonable assumption since you want quite a few features... :)

Alright, here goes then :

CharmNdude, do you still have a problem, or are you OK now?

Sarf
---
Your advanced intelligence is no match for our puny weapons.

Garet Jax
Posts: 34
Joined: 2003-05-26 15:06
Location: Poland
Contact:

Post by Garet Jax » 2003-05-31 08:28

ehem... that was misunderstanding. I Just wanted to post:
TheParanoidPerson wrote:That path was purely from memory so it may be wrong! I'm sure someone will come along and correct me.
the correct path... :]]]

Although I wanted to compile DC++ (and I almost succeded), but anyway it wouldn't give me anything, since I don't understand the sourcecode... (Nobody is writing applications in Delphi nowadays :()
"Blessed is he who expects nothing,
for he shall never be disappointed."

CharmNdude
Posts: 3
Joined: 2003-05-30 13:19
Contact:

Post by CharmNdude » 2003-06-01 23:10

nope, still havin' problems, in fact, I got an STL update from one of the other threads that said it was an update if you have MS Visual Studio .NET 2003, and that caused only MORE problems, instead of 24 errors, now I'm getting 2000+ errors!
....pwn3d!

sarf
Posts: 382
Joined: 2003-01-24 05:43
Location: Sweden
Contact:

Post by sarf » 2003-06-02 07:39

OK, CharmNdude, here goes :

1. Reinstall the old STLport.

2. Compile (by doing a "Rebuild solution")

3. Save the buildlog to somewhere where I can get it.

4. Make a screenshot of your include directories.

5. Publish links to the buildlog and the screenshot.

Without this information, helping you is rather difficult (read: I can't (or rather won't) do it) since getting people to tell you what their settings are for, say, include directories, seems to be... hard.
I hope, by the way, that you now know what "included _beforee_" means.

Sarf
---
Cannibalism is a small price to pay for popularity.

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2003-06-04 19:20

sarf wrote:3. Save the buildlog to somewhere where I can get it.
Clarification: please host it somewhere, don't paste it in to an actual post.

Locked