Hi all,
Make clean etc.. ..
8^)
James
darkstar:/home/ros/rosbackup# make
[LD] output-i386/lib/ntdll/ntdll.dll
ntdll.temp.exp:fake:(.edata+0xdd8): undefined reference to `__allshr'
ntdll.temp.exp:fake:(.edata+0xde8): undefined reference to `__aullshr'
ntdll.temp.exp:fake:(.edata+0xdf0): undefined reference to `__fltused'
collect2: ld returned 1 exit status
make: *** [output-i386/lib/ntdll/ntdll.dll] Error 1
For some reason, when I was running 19899 yesterday, the dialog boxes
kept showing on every boot
On 12/5/05, weiden(a)svn.reactos.com <weiden(a)svn.reactos.com> wrote:
> disable the device if the user selects "Do not show this dialog anymore". However, this doesn't work at the moment because disabling devices isn't implemented. Once it works, umpnpmgr shouldn't display the device installation wizard for disabled devices anymore.
>
>
> Updated files:
> trunk/reactos/lib/newdev/newdev.c
> trunk/reactos/lib/newdev/newdev.h
>
> _______________________________________________
> Ros-svn mailing list
> Ros-svn(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-svn
>
--
"I had a handle on life, but then it broke"
I guess that would be good, a backer like IBM, but you need to look for
companies that would benefit from open source, or else, 9 times out of 10,
your gonna get a big, fat 'NO'.
ps: you all changed subject *pritty fast*!
Who says, they've got to opensource their drivers?
I think it could be a big help, if they would help us with implementing
the apis their drivers are úsing, so that their closed-source drivers
work fine.
Greets,
David Hinz
Alex Buell schrieb:
> On Mon, 5 Dec 2005, Jonathan Andrews wrote:
>
>>> What I'd really like to see are Hardware Manufacturers getting behind
>>> us. Realtek, nVIDIA, ATi, Intel, AMD, VIA, etc, could all be
>>> approached, and ask for collaboration on writing GPL Drivers
>>> (Although nVIDIA is notoriously skeptical about open-source)
>>
>> Im sorry, snot came out of my nose laughing when I read this...... If
>> you think ANY Manufacturer is going to back an open source windows
>> clone when they wont even touch a FreeBSD, let alone a Liux then you
>> are not living in the real world.
>>
>> If you want pure GPL then it is best NOT to contact these people and
>> ask, if by some miracle they sent you any data you would probably find
>> that you are in breech of NDA if you use it.
>>
>> Out of your list only VIA will give out data on request, and thats
>> only data for devices that don't do multimedia.
>
> One word: DRM. That's why the likes of NVidia won't give out information
> on how their devicess works.
>
Murphy, Ged (Bolton) wrote:
> > -----Original Message-----
> > From: WaxDragon [mailto:waxdragon@gmail.com]
> > Sent: 02 December 2005 01:02
> > To: ReactOS Development List
> > Subject: Re: [ros-dev] Freeze the trunk and release
> >
> >
> > In my 19792, I have a working dhcp client, and can access the cdrom
> > drive, under vmware.. I haven't had a chance to try Firefox.
> >
> > I'm for a freeze, but against a release at this time.
> >
>
> I think a freeze would lead directly onto a release as all
> the critical bugs
> should be fixed in the freeze period.
>
What's happening with this?
IIRC, either WD calls for a trunk freeze, or Brandon branches for a release.
Neither have happened yet ??
I think we should progress in some way or we'll never see 0.3.0
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
When I just looked for something to translate, I updated the translation
of syssetup (trunk\reactos\lib\syssetup). While I read through the file,
I recognized, that I newer saw this before. When I checked the setup, I
found out, that until all steps of the setup are done, everything is in
english. Can't we extend the first part of the setup, so that you select
your language at the beginning of setup (the way nearly every
Linux-distributor is doing it...) so that people who don't understand
english very good are able to install ReactOS? Wouldn't this be nice for
0.3.0?
Greets,
David Hinz
David Hinz wrote:
> At the moment, it looks like the next release will be 0.2.9.
It definitely is going to be 0.2.9. We are no where near ready for 0.3.0
yet.
> I this is the case, I personally think we should branch now
> or maybe in a week.
Why in a week? We've discussed this a few times and the 1st December was
thrown about as a provisional date. I assumed that the release coordinator
was going to branch then, or the TC was going to call for a trunk freeze.
> But for 0.3.0 I think we should "clean up" the trunk i.e. WaxDragon
> should call for a feature freeze and we should fix all bugs and work
> very hard on the translations,
On the contrary, it's not a feature freeze we need for 0.3.0. There is
missing functionality to co-inside with the roadmap. The feature freeze will
come when trunk is ready to branch for 0.3.0, or beforehand is the TC deems
the trunk to be 'a mess' ;)
> as 0.3.0 is one of our major releases and
> will be reviewed by a lot of magazines (if we tell them about this
> release...), so it should be one of our best releases.
I agree, I've already got a few magazines and other features in the pipeline
;)
This is another reason I'm hungry to get 0.3.0 out of the door.
> Greets,
>
> David Hinz
Ged.
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
gvg(a)svn.reactos.com wrote:
>- if (GetUpdateRect(hWnd,
>- &rcUpdate,
>- FALSE))
>
>
The previous code was perfectly valid. Why did you change it? If
GetUpdateRect returns FALSE then there's no need to call BeginPaint...
- Filip
Great news !!
I have a ream of paper itching to be printed on.
-----Original Message-----
From: Alex Ionescu [mailto:ionucu@videotron.ca]
Sent: 05 December 2005 04:38
To: ReactOS Development List
Subject: [ros-dev] ATT: Ged/Network Dudes
Hi Ged (and others interested),
As I promised to you, I'd like to announce that my user-mode networking
code is now complete and will undergo testing for the next 2-3 weeks
(just like ws2_32 did) in order to find bugs. I will also do as for
ws2_32 and commit it into the branch with the full svn logs of my local
svn server.
Best regards,
Alex Ionescu
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com