Hi, I have the latest alpha 3 rev 8 build
I'm getting warning: undeclared function 'rnd'
even for 'RAND'
This happened when I just tried "oop1.src" and the 3d example paul gave for pointlist to draw a starfield.
I tried to search this forum for related issue. But I haven't found anything close yet.
Any help/info be much apprieciated.
thanks
I had same problem after last update, but solved it: probably you have installed C headers :)
Try to rename file /aurora/include/math.inc
or change /aurora/bin/acommon.inc -> include "math.inc" to #include "..\\bin\\math.inc"
I hope Paul apply this small change for all includes in /bin for the next update ;D
No problem here, standard install compiles ok with rnd and rand.
John
I'll probably just rename the math.inc file for the beta's. If you've installed Sapero's include files then you need to watch out for naming conflicts.
This time I just deleted the the whole directory and did a fresh new clean install of Aurora and it the rnd, Rand works again. Thanks.
Yup, I'd had just download sapero's download that had the opengl stuff I wanted to check out last week. But unfortunitely, I had problems compiling the examples. Most likely was the naming conflicts mentioned.