David Lindauer

Results 359 comments of David Lindauer
trafficstars

so this is another thing on my short list of things to do.

right now it builds the compiler, but I'm having a hard time getting the compiler onto the path so that I can build the runtime library/tests.... there was some security...

i got the compiler onto the path by specifying the PATH variable on the omake command line :smile: now it can't find the include files... not sure why...

this is done now.

i can build the artifacts; also i want to do a ubunto build just to see if it still compiles on linux. As discussed earlier in this topic I don't...

I completed adding an artifact to the existing action. And started working on a linux action. The linux action seems viable at this point, but, there are quite a few...

this is working as well as it is going to, for the moment... We have a windows action which builds it then runs tests... I also tried adding the libcxx...

so I handled this by rewriting the inlining; it uses registers more often.

this was done as part of the omake rewrites

i'll be pushing a fix for this in a few days. I think the main reason you were having trouble is the include support was very buggy to begin with...