That was very confusing :)
-----Original Message-----
From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-bounces@reactos.org] On Behalf Of osiejka(a)svn.reactos.org
Sent: 23 May 2011 22:49
To: ros-diffs(a)reactos.org
Subject: [ros-diffs] [osiejka] 51874: [RPCSS] Addenum. This change slipped past in commit 51873. Fix name of irot header include, which should be irot.h and not irot_s.h. Fixes rpcss build in MSVC.
Author: osiejka
Date: Mon May 23 21:49:12 2011
New Revision: 51874
URL: http://svn.reactos.org/svn/reactos?rev=51874&view=rev
Log:
[RPCSS]
Addenum. This change slipped past in commit 51873. Fix name of irot header include, which should be irot.h and not irot_s.h. Fixes rpcss build in MSVC.
Modified:
trunk/reactos/base/services/rpcss/irotp.c
Modified: trunk/reactos/base/services/rpcss/irotp.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/services/rpcss/irotp.…
==============================================================================
--- trunk/reactos/base/services/rpcss/irotp.c [iso-8859-1] (original)
+++ trunk/reactos/base/services/rpcss/irotp.c [iso-8859-1] Mon May 23 21:49:12 2011
@@ -1,5 +1,5 @@
/*
- * Running Object Table
+ * Running Object Table
*
* Copyright 2007 Robert Shearman
*
It was spotted by MSVC build:
P:\Trunk_slave\MSVC-trunk\build\base\services\rpcss\irotp.c(28) : fatal
error C1083: Cannot open include file: 'irot_s.h': No such file or directory
LINK : fatal error LNK1104: cannot open file
'CMakeFiles/rpcss.dir/irotp.c.obj'
In base\services\rpcss\irotp.c:28 we see: #include "irot_s.h"
This file is not present in ReactOS trunk. In WINE's RPCSS
http://source.winehq.org/git/wine.git/blob/HEAD:/programs/rpcss/irotp.c :28
we have: #include "irot.h" which is also missing, and listed in .gitignore:
http://source.winehq.org/git/wine.git/blob?f=.gitignore
260 programs/rpcss/irot.h
261 programs/rpcss/irot_s.c
I think we can safely clean it up, perhaps adding proper line to ros-diff,
but i would like to ask you guys for confirmation.
Regards
Hi ros-dev,
I've seen shell32_new being added into trunk by r51768, but haven't heard of
anything else about it. From what I can see it changes shell32 from C to
C++, which looks like a good move.
Problematic seems to me that it is completely out of sync with trunk's
shell32 (judging from the translations alone).
It might also be annoying for merging future patches, since the C to C++
move changes the code substantially.
So are there any plans concering shell32_new? Do I have to merge all code
changes in C and C++ or is shell32(_old) going to be dumped anytime soon?
Best regards,
Gregor
When I was trying to build trunk (using Cmake) the configure.cmd did not
complete. Host tools were OK but reactos directory was not.
I tracked the issue to /dll/win32/msports/CMakeLists.txt which contained
references to two nonexistent files (serial.c and parallel.c) and
commenting them out allowed the build to continue (albeit with an error at
the very end) there.
Hiya
Attached, you will find a rough draft of current patch assignment proposals.
I`m trying to keep it in realtime, so several of those are already in place.
As usual, please comment if you find you shouldn't be reviewing assigned
patch.
Best regards
Speaking about bug reports drama, im still watching how there are several
people that are still sending totally useless compatibility test results to
ROS database...
I want to ask for a moderation system for that, and i would want to offer
myself to moderate new incoming results, such as Wine system....