Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebird ODBC driver is not compiled on Linux Mint 19.1 [ODBC212] #194

Closed
firebird-automations opened this issue Oct 14, 2018 · 1 comment

Comments

@firebird-automations
Copy link

Submitted by: @alexpotapchenko

make: [createdirs] Error 1 (ignored)
g++ -w -D_REENTRANT -D_PTHREADS -DEXTERNAL -DunixODBC -I/usr/include
g++ -I/usr/include -I/usr/lib/include -I/usr/include -fPIC -m64 -DNDEBUG
g++ -c ../../IscDbc/IscDatabaseMetaData.cpp -o
g++ Release_x86_64/obj/IscDatabaseMetaData.o
In file included from ../../IscDbc/IscDatabaseMetaData.cpp:47:0:
../../IscDbc/IscDatabaseMetaData.cpp: In member function 'virtual const char* IscDbcLibrary::IscDatabaseMetaData::getDriverVersion()':
../../IscDbc/../SetupAttributes.h:139:65: error: unable to find string literal operator 'operator""buildnum' with 'const char [7]', 'long unsigned int' arguments #⁠define BUILD_DRIVER_VERSION(major,minor,buildnum) major"."minor"."buildnum
^
../../IscDbc/../SetupAttributes.h:150:25: note: in expansion of macro 'BUILD_DRIVER_VERSION'
#⁠define DRIVER_VERSION BUILD_DRIVER_VERSION( ZERO_MAJOR BUILD_STR2( MAJOR_VERSION ), ZERO_MINOR BUILD_STR2( MINOR_VERSION ), ZERO_BUILDNUM BUILD_STR2( BUILDNUM_VERSION ) )
^~~~~~~~~~~~~~~~~~~~
../../IscDbc/IscDatabaseMetaData.cpp:350:9: note: in expansion of macro 'DRIVER_VERSION'
return DRIVER_VERSION;
^~~~~~~~~~~~~~
makefile.linux:127: recipe for target 'Release_x86_64/obj/IscDatabaseMetaData.o' failed

Commits: 1680182

@firebird-automations
Copy link
Author

Modified by: @alexpotapchenko

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.0.6 [ 10851 ]

Fix Version: 2.1 Beta [ 10410 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants