Just wonder why no one has yet fixed the compiling errors you get if you use visual studio. All the errors are not code related but linking problem, so I wonder why no body solve all the compiler errors. Thanks, Alberto Vaudagna
I don't get any error locally, it may be that your build folder became corrupted. It happens every now and then, that a file is out of date, but the build system doesn't realize it.
Unless you mean building from INSIDE visual studio... that's not currently a supported build method, I believe. You can use msbuild (the same build system used by visual studio) from a cmd window, and that should work, or use the primary way of building, using ninja, which is also the fastest method of all.
On 6 August 2015 at 22:10, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
Just wonder why no one has yet fixed the compiling errors you get if you use visual studio. All the errors are not code related but linking problem, so I wonder why no body solve all the compiler errors. Thanks, Alberto Vaudagna
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
I mean build inside vs. It would be very great. But I have no problem building with mingw. Ah never know that msbuild work. Thanks for the response!
2015-08-06 23:21 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
I don't get any error locally, it may be that your build folder became corrupted. It happens every now and then, that a file is out of date, but the build system doesn't realize it.
Unless you mean building from INSIDE visual studio... that's not currently a supported build method, I believe. You can use msbuild (the same build system used by visual studio) from a cmd window, and that should work, or use the primary way of building, using ninja, which is also the fastest method of all.
On 6 August 2015 at 22:10, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
Just wonder why no one has yet fixed the compiling errors you get if you
use
visual studio. All the errors are not code related but linking problem, so I wonder why
no
body solve all the compiler errors. Thanks, Alberto Vaudagna
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
And get errors using msbuild. I should go into the build folder and for example I want compile the kernel. I go into the kernel folder and write msbuild NTOS.sln, right?
2015-08-06 23:26 GMT+02:00 Alberto Vaudagna alberto.vaudagna@gmail.com:
I mean build inside vs. It would be very great. But I have no problem building with mingw. Ah never know that msbuild work. Thanks for the response!
2015-08-06 23:21 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
I don't get any error locally, it may be that your build folder became corrupted. It happens every now and then, that a file is out of date, but the build system doesn't realize it.
Unless you mean building from INSIDE visual studio... that's not currently a supported build method, I believe. You can use msbuild (the same build system used by visual studio) from a cmd window, and that should work, or use the primary way of building, using ninja, which is also the fastest method of all.
On 6 August 2015 at 22:10, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
Just wonder why no one has yet fixed the compiling errors you get if
you use
visual studio. All the errors are not code related but linking problem, so I wonder
why no
body solve all the compiler errors. Thanks, Alberto Vaudagna
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
In theory, yes, but in practice not everything required is built by the smaller .sln files, so it's best to compile the large one at the root, but remember to always first build host-tools, otherwise nothing will work since the host-tools are necessary to build the rest.
On 6 August 2015 at 23:30, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
And get errors using msbuild. I should go into the build folder and for example I want compile the kernel. I go into the kernel folder and write msbuild NTOS.sln, right?
2015-08-06 23:26 GMT+02:00 Alberto Vaudagna alberto.vaudagna@gmail.com:
I mean build inside vs. It would be very great. But I have no problem building with mingw. Ah never know that msbuild work. Thanks for the response!
2015-08-06 23:21 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
I don't get any error locally, it may be that your build folder became corrupted. It happens every now and then, that a file is out of date, but the build system doesn't realize it.
Unless you mean building from INSIDE visual studio... that's not currently a supported build method, I believe. You can use msbuild (the same build system used by visual studio) from a cmd window, and that should work, or use the primary way of building, using ninja, which is also the fastest method of all.
On 6 August 2015 at 22:10, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
Just wonder why no one has yet fixed the compiling errors you get if you use visual studio. All the errors are not code related but linking problem, so I wonder why no body solve all the compiler errors. Thanks, Alberto Vaudagna
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
ya the host files compile fine. but for example the kernel not build give me only linker error. I arleady generate the solution files using the configure script. As I see allmost all of the linking the problem comes from the functions that are implemented in assembly. Don't know.
2015-08-06 23:50 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
In theory, yes, but in practice not everything required is built by the smaller .sln files, so it's best to compile the large one at the root, but remember to always first build host-tools, otherwise nothing will work since the host-tools are necessary to build the rest.
On 6 August 2015 at 23:30, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
And get errors using msbuild. I should go into the build folder and for example I want compile the kernel. I go into the kernel folder and write msbuild NTOS.sln, right?
2015-08-06 23:26 GMT+02:00 Alberto Vaudagna <alberto.vaudagna@gmail.com :
I mean build inside vs. It would be very great. But I have no problem building with mingw. Ah never know that msbuild work. Thanks for the response!
2015-08-06 23:21 GMT+02:00 David Quintana (gigaherz) <
gigaherz@gmail.com>:
I don't get any error locally, it may be that your build folder became corrupted. It happens every now and then, that a file is out of date, but the build system doesn't realize it.
Unless you mean building from INSIDE visual studio... that's not currently a supported build method, I believe. You can use msbuild (the same build system used by visual studio) from a cmd window, and that should work, or use the primary way of building, using ninja, which is also the fastest method of all.
On 6 August 2015 at 22:10, Alberto Vaudagna <
alberto.vaudagna@gmail.com>
wrote:
Just wonder why no one has yet fixed the compiling errors you get if you use visual studio. All the errors are not code related but linking problem, so I wonder why no body solve all the compiler errors. Thanks, Alberto Vaudagna
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Would you want to pop into our IRC channel so we can troubleshoot in realtime?
On 6 August 2015 at 23:56, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
ya the host files compile fine. but for example the kernel not build give me only linker error. I arleady generate the solution files using the configure script. As I see allmost all of the linking the problem comes from the functions that are implemented in assembly. Don't know.
2015-08-06 23:50 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
In theory, yes, but in practice not everything required is built by the smaller .sln files, so it's best to compile the large one at the root, but remember to always first build host-tools, otherwise nothing will work since the host-tools are necessary to build the rest.
On 6 August 2015 at 23:30, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
And get errors using msbuild. I should go into the build folder and for example I want compile the kernel. I go into the kernel folder and write msbuild NTOS.sln, right?
2015-08-06 23:26 GMT+02:00 Alberto Vaudagna alberto.vaudagna@gmail.com:
I mean build inside vs. It would be very great. But I have no problem building with mingw. Ah never know that msbuild work. Thanks for the response!
2015-08-06 23:21 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
I don't get any error locally, it may be that your build folder became corrupted. It happens every now and then, that a file is out of date, but the build system doesn't realize it.
Unless you mean building from INSIDE visual studio... that's not currently a supported build method, I believe. You can use msbuild (the same build system used by visual studio) from a cmd window, and that should work, or use the primary way of building, using ninja, which is also the fastest method of all.
On 6 August 2015 at 22:10, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
Just wonder why no one has yet fixed the compiling errors you get if you use visual studio. All the errors are not code related but linking problem, so I wonder why no body solve all the compiler errors. Thanks, Alberto Vaudagna
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Yes better. But at the end I think is better build with mingw.
2015-08-07 0:10 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
Would you want to pop into our IRC channel so we can troubleshoot in realtime?
On 6 August 2015 at 23:56, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
ya the host files compile fine. but for example the kernel not build
give me
only linker error. I arleady generate the solution files using the
configure
script. As I see allmost all of the linking the problem comes from the functions that are implemented in assembly. Don't know.
2015-08-06 23:50 GMT+02:00 David Quintana (gigaherz) <gigaherz@gmail.com :
In theory, yes, but in practice not everything required is built by the smaller .sln files, so it's best to compile the large one at the root, but remember to always first build host-tools, otherwise nothing will work since the host-tools are necessary to build the rest.
On 6 August 2015 at 23:30, Alberto Vaudagna <alberto.vaudagna@gmail.com
wrote:
And get errors using msbuild. I should go into the build folder and
for
example I want compile the kernel. I go into the kernel folder and
write
msbuild NTOS.sln, right?
2015-08-06 23:26 GMT+02:00 Alberto Vaudagna alberto.vaudagna@gmail.com:
I mean build inside vs. It would be very great. But I have no problem building with mingw. Ah never know that msbuild work. Thanks for the response!
2015-08-06 23:21 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
I don't get any error locally, it may be that your build folder
became
corrupted. It happens every now and then, that a file is out of
date,
but the build system doesn't realize it.
Unless you mean building from INSIDE visual studio... that's not currently a supported build method, I believe. You can use msbuild (the same build system used by visual studio) from a cmd window, and that should work, or use the primary way of building, using ninja, which is also the fastest method of all.
On 6 August 2015 at 22:10, Alberto Vaudagna alberto.vaudagna@gmail.com wrote: > Just wonder why no one has yet fixed the compiling errors you get
if
> you use > visual studio. > All the errors are not code related but linking problem, so I
wonder
> why no > body solve all the compiler errors. > Thanks, > Alberto Vaudagna > > _______________________________________________ > Ros-dev mailing list > Ros-dev@reactos.org > http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
At least in that way we know it work. I have arleady test it!
2015-08-07 0:21 GMT+02:00 Alberto Vaudagna alberto.vaudagna@gmail.com:
Yes better. But at the end I think is better build with mingw.
2015-08-07 0:10 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
Would you want to pop into our IRC channel so we can troubleshoot in realtime?
On 6 August 2015 at 23:56, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
ya the host files compile fine. but for example the kernel not build
give me
only linker error. I arleady generate the solution files using the
configure
script. As I see allmost all of the linking the problem comes from the functions that are implemented in assembly. Don't know.
2015-08-06 23:50 GMT+02:00 David Quintana (gigaherz) <
gigaherz@gmail.com>:
In theory, yes, but in practice not everything required is built by the smaller .sln files, so it's best to compile the large one at the root, but remember to always first build host-tools, otherwise nothing will work since the host-tools are necessary to build the rest.
On 6 August 2015 at 23:30, Alberto Vaudagna <
alberto.vaudagna@gmail.com>
wrote:
And get errors using msbuild. I should go into the build folder and
for
example I want compile the kernel. I go into the kernel folder and
write
msbuild NTOS.sln, right?
2015-08-06 23:26 GMT+02:00 Alberto Vaudagna alberto.vaudagna@gmail.com:
I mean build inside vs. It would be very great. But I have no
problem
building with mingw. Ah never know that msbuild work. Thanks for the response!
2015-08-06 23:21 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com: > > I don't get any error locally, it may be that your build folder
became
> corrupted. It happens every now and then, that a file is out of
date,
> but the build system doesn't realize it. > > Unless you mean building from INSIDE visual studio... that's not > currently a supported build method, I believe. You can use msbuild > (the same build system used by visual studio) from a cmd window,
and
> that should work, or use the primary way of building, using ninja, > which is also the fastest method of all. > > On 6 August 2015 at 22:10, Alberto Vaudagna > alberto.vaudagna@gmail.com > wrote: > > Just wonder why no one has yet fixed the compiling errors you
get if
> > you use > > visual studio. > > All the errors are not code related but linking problem, so I
wonder
> > why no > > body solve all the compiler errors. > > Thanks, > > Alberto Vaudagna > > > > _______________________________________________ > > Ros-dev mailing list > > Ros-dev@reactos.org > > http://www.reactos.org/mailman/listinfo/ros-dev > > _______________________________________________ > Ros-dev mailing list > Ros-dev@reactos.org > http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Hi, I join the reactOs dev chat #ReactOS-Dev but when I try to send a message the client (I'm using the web interface webchat.freenode.net) give me an error saying I cannot send the message. Do I need to be verify my account against the reactos account?
Any way If I run the configure without params from a VS command line I get errors about missing CMAKE_PROGRAM is not set. Do I need the react os build tools?
2015-08-07 10:22 GMT+02:00 Alberto Vaudagna alberto.vaudagna@gmail.com:
At least in that way we know it work. I have arleady test it!
2015-08-07 0:21 GMT+02:00 Alberto Vaudagna alberto.vaudagna@gmail.com:
Yes better. But at the end I think is better build with mingw.
2015-08-07 0:10 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
Would you want to pop into our IRC channel so we can troubleshoot in realtime?
On 6 August 2015 at 23:56, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
ya the host files compile fine. but for example the kernel not build
give me
only linker error. I arleady generate the solution files using the
configure
script. As I see allmost all of the linking the problem comes from the
functions
that are implemented in assembly. Don't know.
2015-08-06 23:50 GMT+02:00 David Quintana (gigaherz) <
gigaherz@gmail.com>:
In theory, yes, but in practice not everything required is built by the smaller .sln files, so it's best to compile the large one at the root, but remember to always first build host-tools, otherwise nothing will work since the host-tools are necessary to build the rest.
On 6 August 2015 at 23:30, Alberto Vaudagna <
alberto.vaudagna@gmail.com>
wrote:
And get errors using msbuild. I should go into the build folder and
for
example I want compile the kernel. I go into the kernel folder and
write
msbuild NTOS.sln, right?
2015-08-06 23:26 GMT+02:00 Alberto Vaudagna alberto.vaudagna@gmail.com: > > I mean build inside vs. It would be very great. But I have no
problem
> building with mingw. > Ah never know that msbuild work. > Thanks for the response! > > 2015-08-06 23:21 GMT+02:00 David Quintana (gigaherz) > gigaherz@gmail.com: >> >> I don't get any error locally, it may be that your build folder
became
>> corrupted. It happens every now and then, that a file is out of
date,
>> but the build system doesn't realize it. >> >> Unless you mean building from INSIDE visual studio... that's not >> currently a supported build method, I believe. You can use msbuild >> (the same build system used by visual studio) from a cmd window,
and
>> that should work, or use the primary way of building, using ninja, >> which is also the fastest method of all. >> >> On 6 August 2015 at 22:10, Alberto Vaudagna >> alberto.vaudagna@gmail.com >> wrote: >> > Just wonder why no one has yet fixed the compiling errors you
get if
>> > you use >> > visual studio. >> > All the errors are not code related but linking problem, so I
wonder
>> > why no >> > body solve all the compiler errors. >> > Thanks, >> > Alberto Vaudagna >> > >> > _______________________________________________ >> > Ros-dev mailing list >> > Ros-dev@reactos.org >> > http://www.reactos.org/mailman/listinfo/ros-dev >> >> _______________________________________________ >> Ros-dev mailing list >> Ros-dev@reactos.org >> http://www.reactos.org/mailman/listinfo/ros-dev > >
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
#reactos-dev requires asking permission to speak, as a means to avoid spam. You can ask on #reactos, or you can send a private message to someone.
On 9 August 2015 at 18:48, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
Hi, I join the reactOs dev chat #ReactOS-Dev but when I try to send a message the client (I'm using the web interface webchat.freenode.net) give me an error saying I cannot send the message. Do I need to be verify my account against the reactos account?
Any way If I run the configure without params from a VS command line I get errors about missing CMAKE_PROGRAM is not set. Do I need the react os build tools?
2015-08-07 10:22 GMT+02:00 Alberto Vaudagna alberto.vaudagna@gmail.com:
At least in that way we know it work. I have arleady test it!
2015-08-07 0:21 GMT+02:00 Alberto Vaudagna alberto.vaudagna@gmail.com:
Yes better. But at the end I think is better build with mingw.
2015-08-07 0:10 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
Would you want to pop into our IRC channel so we can troubleshoot in realtime?
On 6 August 2015 at 23:56, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
ya the host files compile fine. but for example the kernel not build give me only linker error. I arleady generate the solution files using the configure script. As I see allmost all of the linking the problem comes from the functions that are implemented in assembly. Don't know.
2015-08-06 23:50 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
In theory, yes, but in practice not everything required is built by the smaller .sln files, so it's best to compile the large one at the root, but remember to always first build host-tools, otherwise nothing will work since the host-tools are necessary to build the rest.
On 6 August 2015 at 23:30, Alberto Vaudagna alberto.vaudagna@gmail.com wrote: > And get errors using msbuild. I should go into the build folder and > for > example I want compile the kernel. I go into the kernel folder and > write > msbuild NTOS.sln, right? > > 2015-08-06 23:26 GMT+02:00 Alberto Vaudagna > alberto.vaudagna@gmail.com: >> >> I mean build inside vs. It would be very great. But I have no >> problem >> building with mingw. >> Ah never know that msbuild work. >> Thanks for the response! >> >> 2015-08-06 23:21 GMT+02:00 David Quintana (gigaherz) >> gigaherz@gmail.com: >>> >>> I don't get any error locally, it may be that your build folder >>> became >>> corrupted. It happens every now and then, that a file is out of >>> date, >>> but the build system doesn't realize it. >>> >>> Unless you mean building from INSIDE visual studio... that's not >>> currently a supported build method, I believe. You can use >>> msbuild >>> (the same build system used by visual studio) from a cmd window, >>> and >>> that should work, or use the primary way of building, using >>> ninja, >>> which is also the fastest method of all. >>> >>> On 6 August 2015 at 22:10, Alberto Vaudagna >>> alberto.vaudagna@gmail.com >>> wrote: >>> > Just wonder why no one has yet fixed the compiling errors you >>> > get if >>> > you use >>> > visual studio. >>> > All the errors are not code related but linking problem, so I >>> > wonder >>> > why no >>> > body solve all the compiler errors. >>> > Thanks, >>> > Alberto Vaudagna >>> > >>> > _______________________________________________ >>> > Ros-dev mailing list >>> > Ros-dev@reactos.org >>> > http://www.reactos.org/mailman/listinfo/ros-dev >>> >>> _______________________________________________ >>> Ros-dev mailing list >>> Ros-dev@reactos.org >>> http://www.reactos.org/mailman/listinfo/ros-dev >> >> > > > _______________________________________________ > Ros-dev mailing list > Ros-dev@reactos.org > http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ok thanks, any way I install react os tools and now I using ninja. It's good. Thanks for the help!
2015-08-09 23:27 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
#reactos-dev requires asking permission to speak, as a means to avoid spam. You can ask on #reactos, or you can send a private message to someone.
On 9 August 2015 at 18:48, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
Hi, I join the reactOs dev chat #ReactOS-Dev but when I try to send a message the client (I'm using the web interface webchat.freenode.net)
give
me an error saying I cannot send the message. Do I need to be verify my account against the reactos account?
Any way If I run the configure without params from a VS command line I
get
errors about missing CMAKE_PROGRAM is not set. Do I need the react os
build
tools?
2015-08-07 10:22 GMT+02:00 Alberto Vaudagna <alberto.vaudagna@gmail.com :
At least in that way we know it work. I have arleady test it!
2015-08-07 0:21 GMT+02:00 Alberto Vaudagna <alberto.vaudagna@gmail.com
:
Yes better. But at the end I think is better build with mingw.
2015-08-07 0:10 GMT+02:00 David Quintana (gigaherz) <
gigaherz@gmail.com>:
Would you want to pop into our IRC channel so we can troubleshoot in realtime?
On 6 August 2015 at 23:56, Alberto Vaudagna <
alberto.vaudagna@gmail.com>
wrote:
ya the host files compile fine. but for example the kernel not build give me only linker error. I arleady generate the solution files using the configure script. As I see allmost all of the linking the problem comes from the functions that are implemented in assembly. Don't know.
2015-08-06 23:50 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com: > > In theory, yes, but in practice not everything required is built by > the smaller .sln files, so it's best to compile the large one at
the
> root, but remember to always first build host-tools, otherwise > nothing > will work since the host-tools are necessary to build the rest. > > On 6 August 2015 at 23:30, Alberto Vaudagna > alberto.vaudagna@gmail.com > wrote: > > And get errors using msbuild. I should go into the build folder
and
> > for > > example I want compile the kernel. I go into the kernel folder
and
> > write > > msbuild NTOS.sln, right? > > > > 2015-08-06 23:26 GMT+02:00 Alberto Vaudagna > > alberto.vaudagna@gmail.com: > >> > >> I mean build inside vs. It would be very great. But I have no > >> problem > >> building with mingw. > >> Ah never know that msbuild work. > >> Thanks for the response! > >> > >> 2015-08-06 23:21 GMT+02:00 David Quintana (gigaherz) > >> gigaherz@gmail.com: > >>> > >>> I don't get any error locally, it may be that your build folder > >>> became > >>> corrupted. It happens every now and then, that a file is out of > >>> date, > >>> but the build system doesn't realize it. > >>> > >>> Unless you mean building from INSIDE visual studio... that's
not
> >>> currently a supported build method, I believe. You can use > >>> msbuild > >>> (the same build system used by visual studio) from a cmd
window,
> >>> and > >>> that should work, or use the primary way of building, using > >>> ninja, > >>> which is also the fastest method of all. > >>> > >>> On 6 August 2015 at 22:10, Alberto Vaudagna > >>> alberto.vaudagna@gmail.com > >>> wrote: > >>> > Just wonder why no one has yet fixed the compiling errors you > >>> > get if > >>> > you use > >>> > visual studio. > >>> > All the errors are not code related but linking problem, so I > >>> > wonder > >>> > why no > >>> > body solve all the compiler errors. > >>> > Thanks, > >>> > Alberto Vaudagna > >>> > > >>> > _______________________________________________ > >>> > Ros-dev mailing list > >>> > Ros-dev@reactos.org > >>> > http://www.reactos.org/mailman/listinfo/ros-dev > >>> > >>> _______________________________________________ > >>> Ros-dev mailing list > >>> Ros-dev@reactos.org > >>> http://www.reactos.org/mailman/listinfo/ros-dev > >> > >> > > > > > > _______________________________________________ > > Ros-dev mailing list > > Ros-dev@reactos.org > > http://www.reactos.org/mailman/listinfo/ros-dev > > _______________________________________________ > Ros-dev mailing list > Ros-dev@reactos.org > http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Oh and by the way, you CAN use ninja with msvc compiler, too. I got the impression you assumed ninja=mingw, but if you do "configure" from a vs command prompt, it will default to ninja+msvc, which is what I mentioned as the fastest way to compile.
On 6 August 2015 at 23:50, David Quintana (gigaherz) gigaherz@gmail.com wrote:
In theory, yes, but in practice not everything required is built by the smaller .sln files, so it's best to compile the large one at the root, but remember to always first build host-tools, otherwise nothing will work since the host-tools are necessary to build the rest.
On 6 August 2015 at 23:30, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
And get errors using msbuild. I should go into the build folder and for example I want compile the kernel. I go into the kernel folder and write msbuild NTOS.sln, right?
2015-08-06 23:26 GMT+02:00 Alberto Vaudagna alberto.vaudagna@gmail.com:
I mean build inside vs. It would be very great. But I have no problem building with mingw. Ah never know that msbuild work. Thanks for the response!
2015-08-06 23:21 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
I don't get any error locally, it may be that your build folder became corrupted. It happens every now and then, that a file is out of date, but the build system doesn't realize it.
Unless you mean building from INSIDE visual studio... that's not currently a supported build method, I believe. You can use msbuild (the same build system used by visual studio) from a cmd window, and that should work, or use the primary way of building, using ninja, which is also the fastest method of all.
On 6 August 2015 at 22:10, Alberto Vaudagna alberto.vaudagna@gmail.com wrote:
Just wonder why no one has yet fixed the compiling errors you get if you use visual studio. All the errors are not code related but linking problem, so I wonder why no body solve all the compiler errors. Thanks, Alberto Vaudagna
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ah good to know! As an example of what I erite above the win32ss solution build fine except from linking problem. what it miss is for example is the sysmbol FLOATOBJ_Add that is defined in a assebly file. By the way thanks for the helps!
2015-08-06 23:58 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
Oh and by the way, you CAN use ninja with msvc compiler, too. I got the impression you assumed ninja=mingw, but if you do "configure" from a vs command prompt, it will default to ninja+msvc, which is what I mentioned as the fastest way to compile.
On 6 August 2015 at 23:50, David Quintana (gigaherz) gigaherz@gmail.com wrote:
In theory, yes, but in practice not everything required is built by the smaller .sln files, so it's best to compile the large one at the root, but remember to always first build host-tools, otherwise nothing will work since the host-tools are necessary to build the rest.
On 6 August 2015 at 23:30, Alberto Vaudagna alberto.vaudagna@gmail.com
wrote:
And get errors using msbuild. I should go into the build folder and for example I want compile the kernel. I go into the kernel folder and write msbuild NTOS.sln, right?
2015-08-06 23:26 GMT+02:00 Alberto Vaudagna <alberto.vaudagna@gmail.com
:
I mean build inside vs. It would be very great. But I have no problem building with mingw. Ah never know that msbuild work. Thanks for the response!
2015-08-06 23:21 GMT+02:00 David Quintana (gigaherz) <
gigaherz@gmail.com>:
I don't get any error locally, it may be that your build folder became corrupted. It happens every now and then, that a file is out of date, but the build system doesn't realize it.
Unless you mean building from INSIDE visual studio... that's not currently a supported build method, I believe. You can use msbuild (the same build system used by visual studio) from a cmd window, and that should work, or use the primary way of building, using ninja, which is also the fastest method of all.
On 6 August 2015 at 22:10, Alberto Vaudagna <
alberto.vaudagna@gmail.com>
wrote:
Just wonder why no one has yet fixed the compiling errors you get if you use visual studio. All the errors are not code related but linking problem, so I wonder why no body solve all the compiler errors. Thanks, Alberto Vaudagna
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
There used to be problems with VS IDE and asm files. Amine introduced add_asm_file() (or whatever it's called) to resolve that. I think it used to compile completely, but it is possible something is missing somewhere now. You should ask Amine, when he's back home in a few days.
Timo
Am 07.08.2015 um 00:06 schrieb Alberto Vaudagna:
Ah good to know! As an example of what I erite above the win32ss solution build fine except from linking problem. what it miss is for example is the sysmbol FLOATOBJ_Add that is defined in a assebly file. By the way thanks for the helps!
2015-08-06 23:58 GMT+02:00 David Quintana (gigaherz) <gigaherz@gmail.com mailto:gigaherz@gmail.com>:
Oh and by the way, you CAN use ninja with msvc compiler, too. I got the impression you assumed ninja=mingw, but if you do "configure" from a vs command prompt, it will default to ninja+msvc, which is what I mentioned as the fastest way to compile. On 6 August 2015 at 23:50, David Quintana (gigaherz) <gigaherz@gmail.com <mailto:gigaherz@gmail.com>> wrote: > In theory, yes, but in practice not everything required is built by > the smaller .sln files, so it's best to compile the large one at the > root, but remember to always first build host-tools, otherwise nothing > will work since the host-tools are necessary to build the rest. > > On 6 August 2015 at 23:30, Alberto Vaudagna <alberto.vaudagna@gmail.com <mailto:alberto.vaudagna@gmail.com>> wrote: >> And get errors using msbuild. I should go into the build folder and for >> example I want compile the kernel. I go into the kernel folder and write >> msbuild NTOS.sln, right? >> >> 2015-08-06 23:26 GMT+02:00 Alberto Vaudagna <alberto.vaudagna@gmail.com <mailto:alberto.vaudagna@gmail.com>>: >>> >>> I mean build inside vs. It would be very great. But I have no problem >>> building with mingw. >>> Ah never know that msbuild work. >>> Thanks for the response! >>> >>> 2015-08-06 23:21 GMT+02:00 David Quintana (gigaherz) <gigaherz@gmail.com <mailto:gigaherz@gmail.com>>: >>>> >>>> I don't get any error locally, it may be that your build folder became >>>> corrupted. It happens every now and then, that a file is out of date, >>>> but the build system doesn't realize it. >>>> >>>> Unless you mean building from INSIDE visual studio... that's not >>>> currently a supported build method, I believe. You can use msbuild >>>> (the same build system used by visual studio) from a cmd window, and >>>> that should work, or use the primary way of building, using ninja, >>>> which is also the fastest method of all. >>>> >>>> On 6 August 2015 at 22:10, Alberto Vaudagna <alberto.vaudagna@gmail.com <mailto:alberto.vaudagna@gmail.com>> >>>> wrote: >>>> > Just wonder why no one has yet fixed the compiling errors you get if >>>> > you use >>>> > visual studio. >>>> > All the errors are not code related but linking problem, so I wonder >>>> > why no >>>> > body solve all the compiler errors. >>>> > Thanks, >>>> > Alberto Vaudagna >>>> > >>>> > _______________________________________________ >>>> > Ros-dev mailing list >>>> > Ros-dev@reactos.org <mailto:Ros-dev@reactos.org> >>>> > http://www.reactos.org/mailman/listinfo/ros-dev >>>> >>>> _______________________________________________ >>>> Ros-dev mailing list >>>> Ros-dev@reactos.org <mailto:Ros-dev@reactos.org> >>>> http://www.reactos.org/mailman/listinfo/ros-dev >>> >>> >> >> >> _______________________________________________ >> Ros-dev mailing list >> Ros-dev@reactos.org <mailto:Ros-dev@reactos.org> >> http://www.reactos.org/mailman/listinfo/ros-dev _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org <mailto:Ros-dev@reactos.org> http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Thanks for the rsponse! Il 14/Ago/2015 21:01, "Timo Kreuzer" timo.kreuzer@web.de ha scritto:
There used to be problems with VS IDE and asm files. Amine introduced add_asm_file() (or whatever it's called) to resolve that. I think it used to compile completely, but it is possible something is missing somewhere now. You should ask Amine, when he's back home in a few days.
Timo
Am 07.08.2015 um 00:06 schrieb Alberto Vaudagna:
Ah good to know! As an example of what I erite above the win32ss solution build fine except from linking problem. what it miss is for example is the sysmbol FLOATOBJ_Add that is defined in a assebly file. By the way thanks for the helps!
2015-08-06 23:58 GMT+02:00 David Quintana (gigaherz) gigaherz@gmail.com:
Oh and by the way, you CAN use ninja with msvc compiler, too. I got the impression you assumed ninja=mingw, but if you do "configure" from a vs command prompt, it will default to ninja+msvc, which is what I mentioned as the fastest way to compile.
On 6 August 2015 at 23:50, David Quintana (gigaherz) gigaherz@gmail.com wrote:
In theory, yes, but in practice not everything required is built by the smaller .sln files, so it's best to compile the large one at the root, but remember to always first build host-tools, otherwise nothing will work since the host-tools are necessary to build the rest.
On 6 August 2015 at 23:30, Alberto Vaudagna alberto.vaudagna@gmail.com
wrote:
And get errors using msbuild. I should go into the build folder and for example I want compile the kernel. I go into the kernel folder and
write
msbuild NTOS.sln, right?
2015-08-06 23:26 GMT+02:00 Alberto Vaudagna <
alberto.vaudagna@gmail.com>:
I mean build inside vs. It would be very great. But I have no problem building with mingw. Ah never know that msbuild work. Thanks for the response!
2015-08-06 23:21 GMT+02:00 David Quintana (gigaherz) <
gigaherz@gmail.com>:
I don't get any error locally, it may be that your build folder
became
corrupted. It happens every now and then, that a file is out of date, but the build system doesn't realize it.
Unless you mean building from INSIDE visual studio... that's not currently a supported build method, I believe. You can use msbuild (the same build system used by visual studio) from a cmd window, and that should work, or use the primary way of building, using ninja, which is also the fastest method of all.
On 6 August 2015 at 22:10, Alberto Vaudagna <
alberto.vaudagna@gmail.com>
wrote: > Just wonder why no one has yet fixed the compiling errors you get
if
> you use > visual studio. > All the errors are not code related but linking problem, so I
wonder
> why no > body solve all the compiler errors. > Thanks, > Alberto Vaudagna > > _______________________________________________ > Ros-dev mailing list > Ros-dev@reactos.org > http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing listRos-dev@reactos.orghttp://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev