#
fc1ca2da |
| 26-Apr-2008 |
Jérôme Duval <korli@users.berlios.de> |
style cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25177 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
8e34360a |
| 02-Jan-2006 |
Alexander G.M. Smith <agmsmith@nowhere.fake> |
Fixed it up so it now compiles for R5 and Haiku. Don't know about BONE or DANO, and I'm pretty sure it won't work in Zeta!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15784 a95241bf-73f2-0
Fixed it up so it now compiles for R5 and Haiku. Don't know about BONE or DANO, and I'm pretty sure it won't work in Zeta!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15784 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
deb238df |
| 01-Jan-2006 |
Alexander G.M. Smith <agmsmith@nowhere.fake> |
Tried to get MDR to compile under Zeta RC3 but to no avail, with lots of brick wall collisions. Along the way I found a few defines that no longer exist in Haiku - changed B_BEOS_VERSION_DANO to use
Tried to get MDR to compile under Zeta RC3 but to no avail, with lots of brick wall collisions. Along the way I found a few defines that no longer exist in Haiku - changed B_BEOS_VERSION_DANO to use Haiku versions (anyone rebuilding under Dano might want to undo it). By the way, the BeOS version number define system might be worth using, since it's a numerical compare rather than #if defined(V1) || defined (V2) || defined (V3) and so on.
What sort of errors? Besides needing libzeta.so for some things, the networking compatibility compile doesn't work (libbind and all that). Some examples among many:
In file included from /boot/home/Haiku/src/kits/mail/numailkit.cpp:14: /boot/develop/headers/be/support/Autolock.h:3: using directive `BAutolock' introduced ambiguous type `BAutolock'
In file included from /boot/home/Haiku/src/kits/network/compat/libnet/netdebug.c:6: /boot/home/Haiku/headers/private/net/netdebug.h:32: syntax error before `void'
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15775 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
b22fc00f |
| 30-Nov-2005 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Fixed invalid use of STL vector. I wonder, why I always involuntarily shudder when looking into MDR code (and happily use Beam). Error checking, anyone?
git-svn-id: file:///srv/svn/repos/haiku/haik
Fixed invalid use of STL vector. I wonder, why I always involuntarily shudder when looking into MDR code (and happily use Beam). Error checking, anyone?
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15257 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
9a8ef589 |
| 30-Nov-2005 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Build fixes for gcc 4 by Ilzu Siiteri. Small changes by myself.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15256 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
f7215ac8 |
| 20-Sep-2004 |
Nathan Whitehorn <nwhitehorn@nowhere.fake> |
Imported MDR. Some code still not entirely functional -- I haven't been able to figure out how to detect SSL, so IMAP and POP have it turned off. PPP auto-detect is also not functional at the moment.
Imported MDR. Some code still not entirely functional -- I haven't been able to figure out how to detect SSL, so IMAP and POP have it turned off. PPP auto-detect is also not functional at the moment. Other than that, it seems to work beautifully. Packaging will come later.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9016 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|