Menu

#2 Compile fix for Fedora Core 2

open
nobody
None
5
2004-07-13
2004-07-13
Fran Taylor
No

In addition to the fixes submitted as #657667, these
changes to vrml2/c_nodes.c are necessary to compile
with gcc 3.3.3:

510c510
< vsgc##node##_fields[i].dflt.##_type = (_val);
\ ---
> vsgc##node##_fields[i].dflt._type = (_val); \ 515c515
< vsgc##node##_fields[i].dflt.##_type = (_val);
\ ---
> vsgc##node##_fields[i].dflt._type = (_val); \

Discussion


Log in to post a comment.