Re: Qt

2021-01-01 Thread Tom
Thank you very much.
Now macports has compiled gcc and it is working.
But I am drinking beer for now.

> On 1. Jan 2021, at 05:11, Ken Cunningham  
> wrote:
> 
> It is most likely our fault.
> 
> gcc is not finding the MacOSX.sdk probably because it no longer exists.
> 
> so do this (hate to say it):
> 
> sudo port -f uninstall gcc10
> sudo port -v -s install gcc10
> 
> and then go have a nice New Year’s Eve soda, and come back in four hours or 
> so when it is finished rebuilding.
> 
> Then I bet it works for you.
> 
> Best,
> 
> Ken
> 
>> On Dec 31, 2020, at 7:32 PM, Tom > > wrote:
>> 
>> I simply try to include stdio.h like this:
>> 
>> // Compiler Test
>> 
>> // #include 
>> #include 
>> 
>> int main() {
>>   printf("Hallo\n");
>>   // assert(2 != 1);
>>   return 0;
>> }
>> 
>> tom@Toms-Mac-Pro Misc % gcc-mp-10 test.c -o test
>> In file included from test.c:4:
>> /opt/local/lib/gcc10/gcc/x86_64-apple-darwin20/10.2.0/include-fixed/stdio.h:78:10:
>>  fatal error: _stdio.h: No such file or directory
>>78 | #include <_stdio.h>
>>   |  ^~
>> compilation terminated.
>> 
>> 
>>> On 1. Jan 2021, at 04:19, Ken Cunningham >> > wrote:
>>> 
 But gcc 10/9/8/7/6 does not work. It does not find even stdio.h
 How can I fix this?
>>> 
>>> Hello! 
>>> 
>>> Now you know we want to help you — that’s just who we are, crazy as it 
>>> seems — but there is just not enough information in this question to make 
>>> any headway.
>>> 
>>> Don’t keep us hanging! Give us a clue what is wrong :>
>>> 
>>> K
>> 
> 



Re: Qt

2020-12-31 Thread Ken Cunningham
It is most likely our fault.

gcc is not finding the MacOSX.sdk probably because it no longer exists.

so do this (hate to say it):

sudo port -f uninstall gcc10
sudo port -v -s install gcc10

and then go have a nice New Year’s Eve soda, and come back in four hours or so 
when it is finished rebuilding.

Then I bet it works for you.

Best,

Ken

> On Dec 31, 2020, at 7:32 PM, Tom  wrote:
> 
> I simply try to include stdio.h like this:
> 
> // Compiler Test
> 
> // #include 
> #include 
> 
> int main() {
>   printf("Hallo\n");
>   // assert(2 != 1);
>   return 0;
> }
> 
> tom@Toms-Mac-Pro Misc % gcc-mp-10 test.c -o test
> In file included from test.c:4:
> /opt/local/lib/gcc10/gcc/x86_64-apple-darwin20/10.2.0/include-fixed/stdio.h:78:10:
>  fatal error: _stdio.h: No such file or directory
>78 | #include <_stdio.h>
>   |  ^~
> compilation terminated.
> 
> 
>> On 1. Jan 2021, at 04:19, Ken Cunningham > > wrote:
>> 
>>> But gcc 10/9/8/7/6 does not work. It does not find even stdio.h
>>> How can I fix this?
>> 
>> Hello! 
>> 
>> Now you know we want to help you — that’s just who we are, crazy as it seems 
>> — but there is just not enough information in this question to make any 
>> headway.
>> 
>> Don’t keep us hanging! Give us a clue what is wrong :>
>> 
>> K
> 



Re: Qt

2020-12-31 Thread Tom
I simply try to include stdio.h like this:

// Compiler Test

// #include 
#include 

int main() {
  printf("Hallo\n");
  // assert(2 != 1);
  return 0;
}

tom@Toms-Mac-Pro Misc % gcc-mp-10 test.c -o test
In file included from test.c:4:
/opt/local/lib/gcc10/gcc/x86_64-apple-darwin20/10.2.0/include-fixed/stdio.h:78:10:
 fatal error: _stdio.h: No such file or directory
   78 | #include <_stdio.h>
  |  ^~
compilation terminated.


> On 1. Jan 2021, at 04:19, Ken Cunningham  
> wrote:
> 
>> But gcc 10/9/8/7/6 does not work. It does not find even stdio.h
>> How can I fix this?
> 
> Hello! 
> 
> Now you know we want to help you — that’s just who we are, crazy as it seems 
> — but there is just not enough information in this question to make any 
> headway.
> 
> Don’t keep us hanging! Give us a clue what is wrong :>
> 
> K



Re: Qt

2020-12-31 Thread Ken Cunningham
> But gcc 10/9/8/7/6 does not work. It does not find even stdio.h
> How can I fix this?

Hello! 

Now you know we want to help you — that’s just who we are, crazy as it seems — 
but there is just not enough information in this question to make any headway.

Don’t keep us hanging! Give us a clue what is wrong :>

K

Re: Qt

2020-12-31 Thread Tom
qt is building now.
But gcc 10/9/8/7/6 does not work. It does not find even stdio.h
How can I fix this?

> On 29. Dec 2020, at 20:46, Ruben Di Battista  
> wrote:
> 
> Hello Tom,
> 
> theoretically the QT5 ports are building correctly. Can you maybe
> provide more information?
> 
> * What's your Macports version?
> * What's your macOs version?
> * Can you attach the build log?
> 
> On Tue, Dec 29, 2020 at 8:38 PM Tom  wrote:
>> 
>> Hello,
>> 
>> is there a qt port, which ist building?
>> All I have tried so far, are not building.
>> 
>> Regards
> 
> 
> 
> -- 
>  _
> -. .´  |
>  ',  ;|∞∞
>˜˜   |∞ RdB
>,.,|∞∞
>  .'   '.  |
> -'   `'
> https://rdb.is



Re: Qt

2020-12-29 Thread Ken Cunningham
pretty much all the qt5 ports are building on all systems.

a couple of them are still not 100% for arm64.

I last listed the full output of the qt 5.15.2 builds on the systems 10.13 and 
up here:



towards the bottom of that ticket.

Best,

ken


PS: just updated qt5-qtcreator as well, tested on 10.15 and 11.0 Intel, and 
moving to test the last couple of systems soon.

There is a PR in place for that at present.

Re: Qt

2020-12-29 Thread Ruben Di Battista
Hello Tom,

theoretically the QT5 ports are building correctly. Can you maybe
provide more information?

* What's your Macports version?
* What's your macOs version?
* Can you attach the build log?

On Tue, Dec 29, 2020 at 8:38 PM Tom  wrote:
>
> Hello,
>
> is there a qt port, which ist building?
> All I have tried so far, are not building.
>
> Regards



-- 
  _
-. .´  |
  ',  ;|∞∞
˜˜   |∞ RdB
,.,|∞∞
  .'   '.  |
-'   `'
https://rdb.is