Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

We don't know one millionth of one percent about anything.


devel / comp.lang.xharbour / Re: Errors building xHarbour for BCC32 CLANG

SubjectAuthor
* Errors building xHarbour for BCC32 CLANGEnrico Maria Giordano
`- Re: Errors building xHarbour for BCC32 CLANGEnrico Maria Giordano

1
Errors building xHarbour for BCC32 CLANG

<umkvpe$hvpl$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=18232&group=comp.lang.xharbour#18232

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!news.chmurka.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: e.m.giordano@emagsoftware.it (Enrico Maria Giordano)
Newsgroups: comp.lang.xharbour
Subject: Errors building xHarbour for BCC32 CLANG
Date: Fri, 29 Dec 2023 00:19:09 +0100
Organization: A noiseless patient Spider
Lines: 45
Message-ID: <umkvpe$hvpl$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 28 Dec 2023 23:19:10 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="f0bb5e44a5f77cc88eca735253e54ef7";
logging-data="589621"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/qLn90uBldHXzWO3yy/4TZ"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:Px1/TTn2q2Q+aEzWrpWsR1vHGpQ=
Content-Language: it
 by: Enrico Maria Giordan - Thu, 28 Dec 2023 23:19 UTC

I managed to get the full version of BCC 7.70. I tried this:

@ ECHO OFF

SET BCC=e:\fw\bcc770

SET CC_DIR=%BCC%

SET LFLAGS=-L%BCC%\lib\win32c\release;%BCC%\lib\win32c\release\psdk

CALL make_bc all

PAUSE

I got errors like this:

In file included from utils\misc\hblib.c:61:
e:\fw\bcc770\bin\..\include\windows\sdk\windows.h:42:9: error: unknown
pragma ignored [-Werror,-Wunknown-pragmas]
#pragma region Application Family or OneCore Family
^
In file included from utils\misc\hblib.c:61:
In file included from e:\fw\bcc770\bin\..\include\windows\sdk\windows.h:204:
In file included from e:\fw\bcc770\bin\..\include\windows\sdk\windef.h:25:
In file included from
e:\fw\bcc770\bin\..\include\windows\sdk\minwindef.h:15:
In file included from
e:\fw\bcc770\bin\..\include\windows\sdk\specstrings.h:62:
e:\fw\bcc770\bin\..\include\windows\sdk\sal.h:709:9: error: unknown
pragma ignored [-Werror,-Wunknown-pragmas]
#pragma region Input Buffer SAL 1 compatibility macros
^
e:\fw\bcc770\bin\..\include\windows\sdk\sal.h:1473:9: error: unknown
pragma ignored [-Werror,-Wunknown-pragmas]
#pragma endregion Input Buffer SAL 1 compatibility macros

Whan am I missing?

--
Enrico Maria Giordano

http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg

Re: Errors building xHarbour for BCC32 CLANG

<umrgjt$1mqj4$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=18243&group=comp.lang.xharbour#18243

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: e.m.giordano@emagsoftware.it (Enrico Maria Giordano)
Newsgroups: comp.lang.xharbour
Subject: Re: Errors building xHarbour for BCC32 CLANG
Date: Sun, 31 Dec 2023 11:43:10 +0100
Organization: A noiseless patient Spider
Lines: 59
Message-ID: <umrgjt$1mqj4$1@dont-email.me>
References: <umkvpe$hvpl$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 31 Dec 2023 10:43:09 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="f9f47974488cb050ac8579d07a5171c6";
logging-data="1796708"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/idGgpEK7um14TzlxnJUl5"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:BydAme6cKtbNwObJCbjlShGiEIE=
In-Reply-To: <umkvpe$hvpl$1@dont-email.me>
Content-Language: it
 by: Enrico Maria Giordan - Sun, 31 Dec 2023 10:43 UTC

Il 29/12/2023 00:19, Enrico Maria Giordano ha scritto:

> I managed to get the full version of BCC 7.70. I tried this:
>
> @ ECHO OFF
>
> SET BCC=e:\fw\bcc770
>
> SET CC_DIR=%BCC%
>
> SET LFLAGS=-L%BCC%\lib\win32c\release;%BCC%\lib\win32c\release\psdk
>
> CALL make_bc all
>
> PAUSE
>
> I got errors like this:
>
> In file included from utils\misc\hblib.c:61:
> e:\fw\bcc770\bin\..\include\windows\sdk\windows.h:42:9: error: unknown
> pragma ignored [-Werror,-Wunknown-pragmas]
> #pragma region Application Family or OneCore Family
>         ^
> In file included from utils\misc\hblib.c:61:
> In file included from
> e:\fw\bcc770\bin\..\include\windows\sdk\windows.h:204:
> In file included from e:\fw\bcc770\bin\..\include\windows\sdk\windef.h:25:
> In file included from
> e:\fw\bcc770\bin\..\include\windows\sdk\minwindef.h:15:
> In file included from
> e:\fw\bcc770\bin\..\include\windows\sdk\specstrings.h:62:
> e:\fw\bcc770\bin\..\include\windows\sdk\sal.h:709:9: error: unknown
> pragma ignored [-Werror,-Wunknown-pragmas]
> #pragma region Input Buffer SAL 1 compatibility macros
>         ^
> e:\fw\bcc770\bin\..\include\windows\sdk\sal.h:1473:9: error: unknown
> pragma ignored [-Werror,-Wunknown-pragmas]
> #pragma endregion Input Buffer SAL 1 compatibility macros
>
> Whan am I missing?

Ok, I suppressed the warnings with -w- (-w-pun, -w-pns and
-Wno-unknown-pragmas are not accepted). Now I get the following error
building source\rtl\dllcall.c:

fatal error: error in backend: Access past stack top!

Any ideas?

--
Enrico Maria Giordano

http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor