'atlbase.h' file not found - build server changes? (SOLVED)

When making a Windows bundle with https://github.com/subsoap/defos

/defos/src/defos_win.cpp
	Line 6: 'atlbase.h' file not found
#include <atlbase.h>
         ^~~~~~~~~~~

The extension itself has not had any changes. Something changed on the build server?

@JCash have we done any changes recently?

Not on the live server, no.
I have tried to slim down the sdk packages because of size issues, but that was about a month ago.

The https://build.defold.com/ was launched on March 30
And the beta server 10 days ago.

What build server do you use?
@pkeod, when did the build work last time?

1 Like

I just created an empty project, added DefOS to it, and bundled for Win32 and it went fine for me. I used the liver server.

I used engine sha1: 96f7a5e4f617d5f6f4645f30a3e6ff656689435d

It seems there are some files missing in the stage server.
The live server works fine though.

2 Likes

That was it, I must have forgot to reset it when I was testing the beta.

1 Like

I have now fixed the issue of the missing atlmfc headers and libraries, and the stage server should work as expected.

(planned release to live server is tomorrow)

3 Likes