You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File c.xsd defines types car-type and content-type. This produces code in c.h:
class car-type;
class content-type;
which fails to compile:
make[4]: Entering directory `/tmp/xmlbeansxx/examples/small'
...
In file included from create.cpp:1:0:
c.h:12:10: error: expected unqualified-id before ‘-’ token
c.h:14:14: error: expected unqualified-id before ‘-’ token
because - is not a valid character in C/C++ identifier.
The text was updated successfully, but these errors were encountered:
Pozwolę sobie odpowiedzieć po polsku - tak leniwy jestem ;)
niestety już dawno nikt tu nie zaglądał...
domyślam się, że błąd spowodowany jest starymi xmlbeans'ami
Adamie zrób tak, spróbuj tego brancha: https://github.com/stawel/xmlbeansxx
jeśli nie zadziała to się nad problemem jeszcze raz zastanowimy.
File
c.xsd
defines typescar-type
andcontent-type
. This produces code inc.h
:which fails to compile:
because
-
is not a valid character in C/C++ identifier.The text was updated successfully, but these errors were encountered: