[odb-users] odb.exe: <standard-odb-epilogue> odb/tr1/wrapper-traits.hxx No such file

Feiyun Wang feiyunw at yahoo.com
Thu Jun 28 00:32:48 EDT 2018


Hi,
I got some error when running the latest odb.exe with the hello example:````G:\prj\odb\odb-examples\hello>c:\build2\bin\odb.exe -d mysql --mysql-engine MyISAM --generate-query --generate-schema person.hxx<standard-odb-epilogue>:6:10: fatal error: odb/tr1/wrapper-traits.hxx: No such file or directorycompilation terminated.````
The odb git reversion I compiled is:````Revision: a2f5f473a0b1eb4cb9959f0302a1163d15ed91c7Author: Karen Arutyunov <karen at codesynthesis.com>Date: 2018/6/21 0:48:55Message:Regularize .gitignore files````
My odb.exe build script:````ECHO ===== Installing libcutl-gccmkdir libcutl-gccb config.cxx=g++ config.cc.coptions="-O2" config.install.root=C:\build2 "configure(libcutl/@libcutl-gcc/)"cd libcutl-gcc/b installcd ..
ECHO ===== Installing cli-gccmkdir cli-gccb config.cxx=g++ config.cc.coptions="-O2" config.import.libcutl=libcutl-gcc/ config.install.root=C:\build2 "configure(cli/@cli-gcc/)"cd cli-gccb installcd ..
ECHO ===== Installing libstudxml-gccmkdir libstudxml-gccb config.cxx=g++ config.cc.coptions="-O2" config.install.root=C:\build2 "configure(libstudxml/@libstudxml-gcc/)"cd libstudxml-gccb installcd ..
ECHO ===== Installing odb-gccmkdir odb-gccb config.cxx=g++ config.cc.coptions="-O2" config.cli=C:\build2\bin\cli.exe config.import.libstudxml=libstudxml-gcc/ config.import.libcutl=libcutl-gcc/ config.install.root=C:\build2 "configure(odb/@odb-gcc/)"cd odb-gccb installcd ..````
Versions:````G:\prj\odb\odb-examples\hello>c:\build2\bin\odb.exe --versionODB object-relational mapping (ORM) compiler for C++ 2.5.0-b.8Copyright (c) 2009-2018 Code Synthesis Tools CCThis is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
G:\prj\odb\odb-examples\hello>g++ --versiong++ (Rev2, Built by MSYS2 project) 7.3.0Copyright (C) 2017 Free Software Foundation, Inc.This is free software; see the source for copying conditions.  There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

G:\prj\odb\odb-examples\hello>gcc --versiongcc (Rev2, Built by MSYS2 project) 7.3.0Copyright (C) 2017 Free Software Foundation, Inc.This is free software; see the source for copying conditions.  There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

G:\prj\odb\odb-examples\hello>where g++c:\build2\bin\g++.exeD:\Strawberry\c\bin\g++.exe
G:\prj\odb\odb-examples\hello>where gccc:\build2\bin\gcc.exeD:\Strawberry\c\bin\gcc.exe````
Sincerely,Feiyun Wang



More information about the odb-users mailing list