Topic: error: storage size of 'tm_buf' isn't known

is this a common thing or am I doing something wrong?

Re: error: storage size of 'tm_buf' isn't known

greetings smile  is there more info you can provide (ie line, where it is occuring, or what you are doing when it occurs?).  also, what is the version of the mod (via the docs).

thank you smile

3 (edited by Grisu 2010-07-29 14:59:55)

Re: error: storage size of 'tm_buf' isn't known

Meh, Ed was faster than me posting that wink

He's using the latest version on Mac. Trying to get PRP to work.

4 (edited by EdzUp 2010-07-29 15:14:38)

Re: error: storage size of 'tm_buf' isn't known

Ok:
Version 2.13
file: bmxsupport.c
line that causes the error:    struct _utimbuf    tm_buf; in ( bmx_set_mod_file_date_time )

BMax version:1.4
XCode version: 3.2.3 (64 bit)

Hope it helps as I want to get PRP up to speed on Mac smile

Re: error: storage size of 'tm_buf' isn't known

greetings smile  fired up the old mac mini.  looks like XCode doesnt like _utime so i switched to utime and it appears to resolve the issue.  i was able to compile and run the sample anyway.  there is a new release available for download.  good luck! smile

Re: error: storage size of 'tm_buf' isn't known

Well, Ed is getting another error message which is probably not related to your module.

Making progress... wink

Re: error: storage size of 'tm_buf' isn't known

Im getting 'DebugLog: unable to open zip ...' I can open the zip files with Zipeg but not the BlitzMax stuff.

Re: error: storage size of 'tm_buf' isn't known

could you throw together a quick example?

Re: error: storage size of 'tm_buf' isn't known

We seem to have solved the issue. Thanks for your help!