Just a late night idea. What about using the current revision number of
the local SVN repository as the build number? Major, minor and revision
number of ROS will be a matter of politics, but the build number will
give an exact coordinate in the space of the source code evolution. Is
there a way to get it in a portable way?
Emanuele
Changelog:
Add makefile for "polytest" test & enable it.
Fix compile warnings for diskspeed & zwcontinue tests
=====
Usurp (aka Sylvain Petreolle)
humans are like computers,
yesterday the BIOS was all
- today its just a word
After svn up and make clean, I get this error
ntdll: [CC] string/strstr.c
ntdll: [CC] string/strupr.c
ntdll: [CC] string/wstring.c
ntdll: [AR] ntdll.a
ntdll: [LD] ntdll.nostrip.dll
temp.exp(.edata+0x290):fake: undefined reference to `NtPlugPlayControl@12'
temp.exp(.edata+0xafc):fake: undefined reference to `ZwPlugPlayControl@12'
collect2: ld returned 1 exit status
make: *** [ntdll.nostrip.dll] Error 1
---
GNU ld version 2.15.90 20040222
GNU Make 3.80
gcc (GCC) 3.4.2 (mingw-special)
This small patch fixes a bug in getting the ip address form DNS, and
changes the time formatting to avoid internationalization issues ( .
vs , for thousands separator).
Andrew Munger
--
The cheese stands alone.
1. Add urlmon and shdocvw to the build
2. wget the mozilla control from there
"Url"="http://crossover.codeweavers.com/redirect/mozcontrol"
3. Install the control (It may fail a few times)
4. Copy msvcr70.dll to reactos\system32
5. start cmd.exe and cd to C:\program files\Mozilla ActiveX Control .....
6. type explorer
7. hit the webbutton
__________________________________
Do you Yahoo!?
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250
ion(a)svn.reactos.com wrote:
>Fix remaning ROS bugs. A minor hack has been added to ObCreateObject because it seems that gcc doesn't dword-align the stacks?!! Thanks to w3seek for some of the ex patches.
>
>
>
After what has now become 6 hours of work, I'm done fixing this stuff.
ROS should be usable, but I haven't ran full regression tests...probably
a lot of stuff is still broken.
Best regards,
Alex Ionescu
Hi,
Booting ROS doesn't work lately...... I've debugged the problem and
found two likely causes:
1) RtlFormatCurrentUserKeyPath calls NtQueryInformationToken with a
Kernel Mode address while in user-mode
2) Something is wrong with setting the current mode (in syscall.S), and
so MmCopySafe... thinks that teh current mode is user while the buffer
is kernel:
(mm/mm.c:60) 1, de1c7cf8
Note that 1 == UserMode while the buffer is kernel-mode.
It's late here so I don't have time to look into it with more detail.
Best regards,
Alex Ionescu