Hi list,Got a few errors when compiling cyclone on OSX and Windows:sickle/rand.c: In function 'rand_perform': sickle/rand.c:34:5: error: unknown type name 'int32_t' int32_t normhipart; ^
sickle/train.c: In function 'train_perform': sickle/train.c:42:5: error: unknown type name 'int32_t' int32_t normhipart; ^
-Jonathan
Here's another one:sickle/cycle.c: In function 'cycle_perform': sickle/cycle.c:100:5: error: unknown type name 'int32_t' int32_t normhipart; ^
I'm using Fred Jan's repo btw
On Friday, March 18, 2016 11:34 PM, Jonathan Wilkes <jancsika@yahoo.com> wrote:
Hi list,Got a few errors when compiling cyclone on OSX and Windows:sickle/rand.c: In function 'rand_perform': sickle/rand.c:34:5: error: unknown type name 'int32_t' int32_t normhipart; ^
sickle/train.c: In function 'train_perform': sickle/train.c:42:5: error: unknown type name 'int32_t' int32_t normhipart; ^
-Jonathan
Do those include stdint.h ?
http://www.cplusplus.com/reference/cstdint/
On Fri, Mar 18, 2016 at 11:37 PM, Jonathan Wilkes via Pd-list < pd-list@lists.iem.at> wrote:
Here's another one: sickle/cycle.c: In function 'cycle_perform': sickle/cycle.c:100:5: error: unknown type name 'int32_t' int32_t normhipart; ^
I'm using Fred Jan's repo btw
On Friday, March 18, 2016 11:34 PM, Jonathan Wilkes jancsika@yahoo.com wrote:
Hi list, Got a few errors when compiling cyclone on OSX and Windows: sickle/rand.c: In function 'rand_perform': sickle/rand.c:34:5: error: unknown type name 'int32_t' int32_t normhipart; ^
sickle/train.c: In function 'train_perform': sickle/train.c:42:5: error: unknown type name 'int32_t' int32_t normhipart; ^
-Jonathan
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
No, instead there is "shared.h" that has a big preprocessor brick beginning with #ifdef __linux__. -Jonathan
On Saturday, March 19, 2016 12:31 AM, Matt Barber <brbrofsvl@gmail.com> wrote:
Do those include stdint.h ? http://www.cplusplus.com/reference/cstdint/
On Fri, Mar 18, 2016 at 11:37 PM, Jonathan Wilkes via Pd-list pd-list@lists.iem.at wrote:
Here's another one:sickle/cycle.c: In function 'cycle_perform': sickle/cycle.c:100:5: error: unknown type name 'int32_t' int32_t normhipart; ^
I'm using Fred Jan's repo btw
On Friday, March 18, 2016 11:34 PM, Jonathan Wilkes <jancsika@yahoo.com> wrote:
Hi list,Got a few errors when compiling cyclone on OSX and Windows:sickle/rand.c: In function 'rand_perform': sickle/rand.c:34:5: error: unknown type name 'int32_t' int32_t normhipart; ^
sickle/train.c: In function 'train_perform': sickle/train.c:42:5: error: unknown type name 'int32_t' int32_t normhipart; ^
-Jonathan
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
In that case this may just be an oversight. You can probably change int32_t in the source files to int32. It looks like shared.h maps the int32 type to the platform-appropriate type. int32_t for linux, long for windows, int for OSX.
On Sat, Mar 19, 2016 at 1:35 AM, Jonathan Wilkes jancsika@yahoo.com wrote:
No, instead there is "shared.h" that has a big preprocessor brick beginning with #ifdef __linux__.
-Jonathan
On Saturday, March 19, 2016 12:31 AM, Matt Barber brbrofsvl@gmail.com wrote:
Do those include stdint.h ?
http://www.cplusplus.com/reference/cstdint/
On Fri, Mar 18, 2016 at 11:37 PM, Jonathan Wilkes via Pd-list < pd-list@lists.iem.at> wrote:
Here's another one: sickle/cycle.c: In function 'cycle_perform': sickle/cycle.c:100:5: error: unknown type name 'int32_t' int32_t normhipart; ^
I'm using Fred Jan's repo btw
On Friday, March 18, 2016 11:34 PM, Jonathan Wilkes jancsika@yahoo.com wrote:
Hi list, Got a few errors when compiling cyclone on OSX and Windows: sickle/rand.c: In function 'rand_perform': sickle/rand.c:34:5: error: unknown type name 'int32_t' int32_t normhipart; ^
sickle/train.c: In function 'train_perform': sickle/train.c:42:5: error: unknown type name 'int32_t' int32_t normhipart; ^
-Jonathan
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
2016-03-19 0:37 GMT-03:00 Jonathan Wilkes via Pd-list pd-list@lists.iem.at :
I'm using Fred Jan's repo btw
Hi, just wanted to say I was able to compile from his repo, and my repo was cloned from there so it's also compiling fine in my mac OS. i don't have a windows machine yet.
And well, by the way, there's been a lot of work on cyclone now for almost a month and there are plans to a new compiled release anytime soon with some fixes and new objects. I could post a new thread about things that are going on there.
Anyway, did you try my repo? What OS are you on?
cheers