adchpp available

General adchpp discussion

Moderator: Moderators

Locked
arnetheduck
The Creator Himself
Posts: 296
Joined: 2003-01-02 17:15

adchpp available

Post by arnetheduck » 2006-07-20 03:17

To those who own a c++ compiler and an SVN client, adchpp is now available here:
http://sf.net/projects/adchpp

AFAIK, it currently compiles on linux (gcc 3.4+) and windows (mingw gcc 3.4+, msvc 7.1). The mingw edition suffers from some cross-dll memory allocation issues it seems and is thus a little unstable. The linux version has never been tested in public so I wouldn't trust that either.

You'll also need boost, scons and possibly stlport (mingw definately)

Carraya
Posts: 112
Joined: 2004-09-21 11:43

Post by Carraya » 2006-07-20 05:51

Arne do you want a public test of adchpp on a linux box? Or isn't it important (yet?/never?)? Because I'ld be happy to provide feedback.
<random funny comment>

arnetheduck
The Creator Himself
Posts: 296
Joined: 2003-01-02 17:15

Post by arnetheduck » 2006-07-20 07:18

well, that's sort of the point with releasing software to the public, no? ideally you'd fix any bugs as well =)

Guitarm
Forum Moderator
Posts: 385
Joined: 2004-01-18 15:38

Post by Guitarm » 2006-07-20 07:51

Ah, a serious ADC hub...let's see if the movement starts ;)
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

PseudonympH
Forum Moderator
Posts: 366
Joined: 2004-03-06 02:46

Post by PseudonympH » 2006-07-20 19:08

I take offense to that :P

ullner
Forum Moderator
Posts: 333
Joined: 2004-09-10 11:00
Contact:

Post by ullner » 2006-07-25 07:38


Pothead
Posts: 223
Joined: 2005-01-15 06:55

Post by Pothead » 2006-08-04 12:43

You can ditch step 9.
Because it's written
set: blah
It sets the wrong thing. And since it still builds without that being correct . . . :)
(if using that, the : (colon) should be removed)
(btw a few  's have appeared in the introduction, step 1 and step 10 :wink: )

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

Post by TheParanoidOne » 2006-08-04 14:50

Pothead wrote:(btw a few  's have appeared in the introduction, step 1 and step 10 :wink: )
I've removed them.
The world is coming to an end. Please log off.

DC++ Guide | Words

Quattro
Posts: 166
Joined: 2006-01-11 09:23

Post by Quattro » 2006-08-22 02:14

maybe a little walkthrough on compiling the hub on linux wouldn't be such a bad idea
(read: i would certainly like such a walkthrough ^^)

i'm missing some stuff on how to compile it as scons gives me:

Code: Select all

server@server:~/ADCHpp$ sudo scons SConstruct
scons: Reading SConscript files ...
Checking for C header file sys/epoll.h... yes
Checking for C header file sys/poll.h... yes
Checking for dlopen() in C library dl... yes
Checking for pthread_create() in C library pthread... yes
Checking for luaL_openlibs() in C library lua... no
Checking for C header file luabind.hpp... no
scons: done reading SConscript files.
scons: Building targets ...
scons: Nothing to be done for `SConstruct'.
scons: done building targets.
You can send a message around the world in 1/7 of a second; yet it may take several years to move a simple idea through a 1/4 inch of human skull.

ullner
Forum Moderator
Posts: 333
Joined: 2004-09-10 11:00
Contact:

Post by ullner » 2006-08-22 05:42

If someone writes one, I'll happily post it in the blog.

crazy_dude1
Posts: 6
Joined: 2004-06-14 11:07

Post by crazy_dude1 » 2006-09-06 10:32

any feature list available for this new hub ?



Locked