On Tue, Jul 22, 2008 at 1:31 AM, <ros-arm-bringup(a)svn.reactos.org> wrote:
> #include <reactos/drivers/ntddrdsk.h>
> +#include "../../../filesystems/fs_rec/fs_rec.h"
This can cause problems with parallel makes.
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
Indeed, that's not conform to EULA that says: "You may not distribute
Distributable Code to run on a platform other than the Windows platform;".
Moreover, CDFS driver ISN'T listed as a "Distributable Code".
Please revert to avoid any problems.
P. Schweitzer
--------------------------------------------------
From: "Steven Edwards" <winehacker(a)gmail.com>
Sent: Monday, July 21, 2008 12:21 AM
To: <ros-dev(a)reactos.org>
Subject: Re: [ros-dev] [ros-diffs] [ros-arm-bringup] 34615: - Add new
CDFSdriver. - Does not compile.
> On Sun, Jul 20, 2008 at 3:52 PM, <ros-arm-bringup(a)svn.reactos.org> wrote:
>> URL: http://svn.reactos.org/svn/reactos?rev=34615&view=rev
>> Log:
>> - Add new CDFS driver.
>> - Does not compile.
>
> Ehem...as far as I understand the EULA (unless its changed) you cannot
> use the WDK references drivers for a non-windows OS. Please revert
> this and write you own.
>
> --
> Steven Edwards
>
> "There is one thing stronger than all the armies in the world, and
> that is an idea whose time has come." - Victor Hugo
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
On Sun, Jul 20, 2008 at 3:52 PM, <ros-arm-bringup(a)svn.reactos.org> wrote:
> URL: http://svn.reactos.org/svn/reactos?rev=34615&view=rev
> Log:
> - Add new CDFS driver.
> - Does not compile.
Ehem...as far as I understand the EULA (unless its changed) you cannot
use the WDK references drivers for a non-windows OS. Please revert
this and write you own.
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
Hello,
after several commits that leads in broken inf-files (last one 34598 by
spetreolle), I invite to take care about following things:
1. The inf files are in UTF-16LE a.k.a. UCS-2LE.
2. All lines ends with CRLF (a single one, no other combination).
3. The files have to start with a bom (byte order mark).
4. There are no more boms allowed anywhere in the file.
Please modify that files _very_ carefully, because we can't check changes via
diff, due to the lack of utf-16 support in svn.
Matthias
--
Matthias Kupfer Telefon +49 (0) 371 236 46 52
Wilhelm-Firl-Straße 21 Mobil +49 (0) 160 859 43 54
09122 Chemnitz
On Sun, Jul 20, 2008 at 12:40 AM, <ros-arm-bringup(a)svn.reactos.org> wrote:
> - We end up crashing in CcRosTryToInitialzeFileCache because there is no SectionObjectPointer, and it is assumed this always exists.
Ninjas! I don't know if this is related but would it be possible to
switch to doing development on NoCC in case you guys run in to more
problems like these? I don't know if it would help but I assume your
going to run in to more problems with the current Cc and you might be
able to save a lot of trouble later on.
Thanks
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
Hi!
A show is coming up and we need to look good. Haiku looks good and it
has networtking and draws objects very well. Please check our drawing
with test apps and look at networking and see where we are on hardware
support. I know there are bugs maybe by August 4th we can get back
some basic networking with hardware. PCI n2k? or FET?
KPANIC!
James
Maybe it's worth adding these tests to msvcrt test suite and submit
to Wine?
WBR,
Aleksey Bragin.
On Jul 17, 2008, at 2:08 AM, cfinck(a)svn.reactos.org wrote:
> Author: cfinck
> Date: Wed Jul 16 17:08:58 2008
> New Revision: 34558
>
> URL: http://svn.reactos.org/svn/reactos?rev=34558&view=rev
> Log:
> Commit my test suite I used for verifying the behaviours of wctomb,
> wcstombs and WideCharToMultiByte and writing the reimplementations
> for ReactOS on request of Stefan
Hi,
Does "make install" work for you by any chance?
I get this:
bash-3.1# make install
mingw32-make: *** No rule to make target `boot/bootdata/i386/hivecls.inf',
needed by `reactos/system32/config/default'. Stop.