Dear Friends,the e:\xharbour folder , and then I ran xbldfull.bat from inside the E:\xharbour\xHarbourBuilder\xHarbour-Builder> folder, and the only thing that happened was copying several files, without any compilation. So I opened the file, and checked that in
I'm trying to build the contents of the xHarbourBuilder folder with VS2022, I compiled the contents of the xharbour folder and copied it to e:\xharbour, I installed bison in e:\djgpp, then I copied all the contents of the xHarbourBuilder folder into
Il 12/09/2023 14:09, Marco Aurélio ha scritto:the e:\xharbour folder , and then I ran xbldfull.bat from inside the E:\xharbour\xHarbourBuilder\xHarbour-Builder> folder, and the only thing that happened was copying several files, without any compilation. So I opened the file, and checked that in
Dear Friends,
I'm trying to build the contents of the xHarbourBuilder folder with VS2022, I compiled the contents of the xharbour folder and copied it to e:\xharbour, I installed bison in e:\djgpp, then I copied all the contents of the xHarbourBuilder folder into
As far as I know, xHarbour.com used LLC as C compiler (or something similar). Are you sure that the source code are compatible with MSC? Ron?
--
Enrico Maria Giordano
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
Hi
Go into the xHarbourBuilder/xHarbour-Builder folder
- copy xbldfull-vc8.bat to xbldfull-2022.bat
- edit this file for what needs to be compiled
- copy vc8 dir to vc2022
- edit xbuild.vc8.ini with the correct flags and directorys
- start a visual prompt
- run xbldfull-2022.bat
- run xbldfull2.bat
make sure the directory xharbour exists with the source files
xharbour
- source
- contribs
- utils
- include
it wil copy the needed *.xbp files into that directory
and starts building, the compiled libs and exe are copied into the targetfolder defined in the .xbp files
Richard
Op dinsdag 12 september 2023 om 15:18:56 UTC+2 schreef Marco Aurélio:into the e:\xharbour folder , and then I ran xbldfull.bat from inside the E:\xharbour\xHarbourBuilder\xHarbour-Builder> folder, and the only thing that happened was copying several files, without any compilation. So I opened the file, and checked that in
Em terça-feira, 12 de setembro de 2023 às 09:18:13 UTC-3, Enrico Maria Giordano escreveu:
Il 12/09/2023 14:09, Marco Aurélio ha scritto:
Dear Friends,
I'm trying to build the contents of the xHarbourBuilder folder with VS2022, I compiled the contents of the xharbour folder and copied it to e:\xharbour, I installed bison in e:\djgpp, then I copied all the contents of the xHarbourBuilder folder
As far as I know, xHarbour.com used LLC as C compiler (or something similar). Are you sure that the source code are compatible with MSC? Ron?
--
Enrico Maria Giordano
http://www.emagsoftware.itOk, I will fork the project, and create a branch to try fix the paths, If I'm successful, I'll make a pull request.
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
If I have any questions, I'll post them here
Thanks for a while.
Em terça-feira, 12 de setembro de 2023 às 09:18:13 UTC-3, Enrico Maria Giordano escreveu:into the e:\xharbour folder , and then I ran xbldfull.bat from inside the E:\xharbour\xHarbourBuilder\xHarbour-Builder> folder, and the only thing that happened was copying several files, without any compilation. So I opened the file, and checked that in
Il 12/09/2023 14:09, Marco Aurélio ha scritto:
Dear Friends,
I'm trying to build the contents of the xHarbourBuilder folder with VS2022, I compiled the contents of the xharbour folder and copied it to e:\xharbour, I installed bison in e:\djgpp, then I copied all the contents of the xHarbourBuilder folder
As far as I know, xHarbour.com used LLC as C compiler (or something similar). Are you sure that the source code are compatible with MSC? Ron?
--
Enrico Maria Giordano
http://www.emagsoftware.itOk, I will fork the project, and create a branch to try fix the paths, If I'm successful, I'll make a pull request.
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
If I have any questions, I'll post them here
Thanks for a while.
Dear Friends,the e:\xharbour folder , and then I ran xbldfull.bat from inside the E:\xharbour\xHarbourBuilder\xHarbour-Builder> folder, and the only thing that happened was copying several files, without any compilation. So I opened the file, and checked that in
I'm trying to build the contents of the xHarbourBuilder folder with VS2022, I compiled the contents of the xharbour folder and copied it to e:\xharbour, I installed bison in e:\djgpp, then I copied all the contents of the xHarbourBuilder folder into
Em terça-feira, 12 de setembro de 2023 às 14:33:48 UTC-3, Richard Visscher escreveu:
Hi
Go into the xHarbourBuilder/xHarbour-Builder folder
- copy xbldfull-vc8.bat to xbldfull-2022.bat
- edit this file for what needs to be compiled
- copy vc8 dir to vc2022
- edit xbuild.vc8.ini with the correct flags and directorys
- start a visual prompt
- run xbldfull-2022.bat
- run xbldfull2.bat
make sure the directory xharbour exists with the source files
xharbour
- source
- contribs
- utils
- include
it wil copy the needed *.xbp files into that directory
and starts building, the compiled libs and exe are copied into the targetfolder defined in the .xbp files
Richard
into the e:\xharbour folder , and then I ran xbldfull.bat from inside the E:\xharbour\xHarbourBuilder\xHarbour-Builder> folder, and the only thing that happened was copying several files, without any compilation. So I opened the file, and checked that inOp dinsdag 12 september 2023 om 15:18:56 UTC+2 schreef Marco Aurélio:
Em terça-feira, 12 de setembro de 2023 às 09:18:13 UTC-3, Enrico Maria Giordano escreveu:
Il 12/09/2023 14:09, Marco Aurélio ha scritto:
Dear Friends,
I'm trying to build the contents of the xHarbourBuilder folder with VS2022, I compiled the contents of the xharbour folder and copied it to e:\xharbour, I installed bison in e:\djgpp, then I copied all the contents of the xHarbourBuilder folder
idea is to go to xHarbourBuilder\xHarbour-Builder, type xbldfull and compile everything in the folder.As far as I know, xHarbour.com used LLC as C compiler (or something similar). Are you sure that the source code are compatible with MSC? Ron?
--
Enrico Maria Giordano
http://www.emagsoftware.itOk, I will fork the project, and create a branch to try fix the paths, If I'm successful, I'll make a pull request.
http://www.emagsoftware.it/emgmusic http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
If I have any questions, I'll post them here
I'm doing this and trying to clean up the file, removing the demo and personal version builds, and correcting the paths so that it's not necessary to copy the files to the \xharbour folder, and I can compile directly from within the git folder. TheThanks for a while.
Em terça-feira, 12 de setembro de 2023 às 14:51:58 UTC-3, Marco Aurélio escreveu:
Em terça-feira, 12 de setembro de 2023 às 14:33:48 UTC-3, Richard Visscher escreveu:
Hi
Go into the xHarbourBuilder/xHarbour-Builder folder
- copy xbldfull-vc8.bat to xbldfull-2022.bat
- edit this file for what needs to be compiled
- copy vc8 dir to vc2022
- edit xbuild.vc8.ini with the correct flags and directorys
- start a visual prompt
- run xbldfull-2022.bat
- run xbldfull2.bat
make sure the directory xharbour exists with the source files
xharbour
- source
- contribs
- utils
- include
it wil copy the needed *.xbp files into that directory
and starts building, the compiled libs and exe are copied into the targetfolder defined in the .xbp files
Richard
folder into the e:\xharbour folder , and then I ran xbldfull.bat from inside the E:\xharbour\xHarbourBuilder\xHarbour-Builder> folder, and the only thing that happened was copying several files, without any compilation. So I opened the file, and checkedOp dinsdag 12 september 2023 om 15:18:56 UTC+2 schreef Marco Aurélio:
Em terça-feira, 12 de setembro de 2023 às 09:18:13 UTC-3, Enrico Maria Giordano escreveu:
Il 12/09/2023 14:09, Marco Aurélio ha scritto:
Dear Friends,
I'm trying to build the contents of the xHarbourBuilder folder with VS2022, I compiled the contents of the xharbour folder and copied it to e:\xharbour, I installed bison in e:\djgpp, then I copied all the contents of the xHarbourBuilder
idea is to go to xHarbourBuilder\xHarbour-Builder, type xbldfull and compile everything in the folder.As far as I know, xHarbour.com used LLC as C compiler (or something similar). Are you sure that the source code are compatible with MSC? Ron?
--
Enrico Maria Giordano
http://www.emagsoftware.itOk, I will fork the project, and create a branch to try fix the paths, If I'm successful, I'll make a pull request.
http://www.emagsoftware.it/emgmusic http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
If I have any questions, I'll post them here
I'm doing this and trying to clean up the file, removing the demo and personal version builds, and correcting the paths so that it's not necessary to copy the files to the \xharbour folder, and I can compile directly from within the git folder. TheThanks for a while.
I'm starting to make the adjustments, and the first problem arose, in the xbldfull2.bat file there is the following line:
IF "%_XB_Compiler%"=="vc2022" XCOPY .\bin\vc\harbour.dll \xHB\bin\vc2022 /d /y /i
but there is no such file, but the file xharbour.dll
How to proceed?
Em terça-feira, 12 de setembro de 2023 às 14:51:58 UTC-3, Marco Aurélio escreveu:
Em terça-feira, 12 de setembro de 2023 às 14:33:48 UTC-3, Richard Visscher escreveu:
Hi
Go into the xHarbourBuilder/xHarbour-Builder folder
- copy xbldfull-vc8.bat to xbldfull-2022.bat
- edit this file for what needs to be compiled
- copy vc8 dir to vc2022
- edit xbuild.vc8.ini with the correct flags and directorys
- start a visual prompt
- run xbldfull-2022.bat
- run xbldfull2.bat
make sure the directory xharbour exists with the source files
xharbour
- source
- contribs
- utils
- include
it wil copy the needed *.xbp files into that directory
and starts building, the compiled libs and exe are copied into the targetfolder defined in the .xbp files
Richard
folder into the e:\xharbour folder , and then I ran xbldfull.bat from inside the E:\xharbour\xHarbourBuilder\xHarbour-Builder> folder, and the only thing that happened was copying several files, without any compilation. So I opened the file, and checkedOp dinsdag 12 september 2023 om 15:18:56 UTC+2 schreef Marco Aurélio:
Em terça-feira, 12 de setembro de 2023 às 09:18:13 UTC-3, Enrico Maria Giordano escreveu:
Il 12/09/2023 14:09, Marco Aurélio ha scritto:
Dear Friends,
I'm trying to build the contents of the xHarbourBuilder folder with VS2022, I compiled the contents of the xharbour folder and copied it to e:\xharbour, I installed bison in e:\djgpp, then I copied all the contents of the xHarbourBuilder
idea is to go to xHarbourBuilder\xHarbour-Builder, type xbldfull and compile everything in the folder.As far as I know, xHarbour.com used LLC as C compiler (or something similar). Are you sure that the source code are compatible with MSC? Ron?
--
Enrico Maria Giordano
http://www.emagsoftware.itOk, I will fork the project, and create a branch to try fix the paths, If I'm successful, I'll make a pull request.
http://www.emagsoftware.it/emgmusic http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
If I have any questions, I'll post them here
I'm doing this and trying to clean up the file, removing the demo and personal version builds, and correcting the paths so that it's not necessary to copy the files to the \xharbour folder, and I can compile directly from within the git folder. TheThanks for a while.
I'm starting to make the adjustments, and the first problem arose, in the xbldfull2.bat file there is the following line:
IF "%_XB_Compiler%"=="vc2022" XCOPY .\bin\vc\harbour.dll \xHB\bin\vc2022 /d /y /i
but there is no such file, but the file xharbour.dll
How to proceed?
And am I on the right path?
My Fork
https://github.com/marcoprodata/xharbour/tree/build_vs2022
the \xharbour\bin\vc\xharbour.dll should exist. I truly did not build in over a decade so I might very well be wrong.but there is no such file, but the file xharbour.dllThis might be a typo - I don't remember if/when we changed harbour.dll to xharbour.dll or it might be a typo, but I suspect it should be xharbour.dll. FWIW - xbldfull expect you to first build correctly xHarbour itself, using same compiler - If you do
How to proceed?
On Tuesday, September 12, 2023 at 3:38:18 PM UTC-5, Ron Pinkas wrote:do the \xharbour\bin\vc\xharbour.dll should exist. I truly did not build in over a decade so I might very well be wrong.
but there is no such file, but the file xharbour.dllThis might be a typo - I don't remember if/when we changed harbour.dll to xharbour.dll or it might be a typo, but I suspect it should be xharbour.dll. FWIW - xbldfull expect you to first build correctly xHarbour itself, using same compiler - If you
How to proceed?
Luiz, for sure is more up to date than I am.
Ron
Em terça-feira, 12 de setembro de 2023 às 17:40:49 UTC-3, Ron Pinkas escreveu:do the \xharbour\bin\vc\xharbour.dll should exist. I truly did not build in over a decade so I might very well be wrong.
On Tuesday, September 12, 2023 at 3:38:18 PM UTC-5, Ron Pinkas wrote:
but there is no such file, but the file xharbour.dllThis might be a typo - I don't remember if/when we changed harbour.dll to xharbour.dll or it might be a typo, but I suspect it should be xharbour.dll. FWIW - xbldfull expect you to first build correctly xHarbour itself, using same compiler - If you
How to proceed?
Luiz, for sure is more up to date than I am.
RonLuiz,
Setting XBUILD_VC8 will build with vs2022?
Thanks to advance,
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 251 |
Nodes: | 16 (2 / 14) |
Uptime: | 139:17:13 |
Calls: | 5,526 |
Calls today: | 3 |
Files: | 11,671 |
Messages: | 5,096,312 |