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

VOS6: Compilation issue #60

Closed
geokollias opened this issue Jul 2, 2013 · 2 comments
Closed

VOS6: Compilation issue #60

geokollias opened this issue Jul 2, 2013 · 2 comments
Assignees

Comments

@geokollias
Copy link

Hi,
I have compiled VOS7 successfully ("develop/7" branch) in Ubuntu 13.04 amd64 but the "develop/6" branch fails with the following error during make (after running make clear, configure, autogen):

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../libsrc/Dk -fno-strict-aliasing -O2 -Wall -DNDEBUG -DPOINTER_64 -I/home/user/Virtuoso/virtuoso-opensource/libsrc/Xml.new -DOPENSSL_NO_KRB5 -Dlinux -D_GNU_SOURCE -DFILE64 -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DGLOBALREF=extern -D_USRDLL -I../../libsrc -I../../libsrc/Dk -I../../libsrc/zlib -I../../libsrc/langfunc -I../../libsrc/plugin -I../../libsrc/Xml.new -I../../libsrc/Wi -I../../libsrc/odbcsdk/include -O2 -m64 -MT libplugin_la-export_gate_virtuoso.lo -MD -MP -MF .deps/libplugin_la-export_gate_virtuoso.Tpo -c export_gate_virtuoso.c  -fPIC -DPIC -o .libs/libplugin_la-export_gate_virtuoso.o
In file included from ../Wi/rdf_mapping_jso.h:26:0,
             from ../Wi/rdf_core.h:29,
             from export_gate_virtuoso.c:53:
../Wi/jso.h:89:43: warning: 'struct jso_rtti_s' declared inside parameter list [enabled by default]
../Wi/jso.h:89:43: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
export_gate_virtuoso.c:91:6: error: 'bif_arg_unrdf_ext' undeclared here (not in a function)
export_gate_virtuoso.c:97:6: error: 'bif_dc_arg' undeclared here (not in a function)
export_gate_virtuoso.c:160:6: error: 'box_strong_equal' undeclared here (not in a function)
export_gate_virtuoso.c:299:6: error: 'mp_box_double' undeclared here (not in a function)
export_gate_virtuoso.c:303:6: error: 'mp_box_float' undeclared here (not in a function)
export_gate_virtuoso.c:349:6: error: 'sqlr_set_cbk_name_and_proc' undeclared here (not in a function)
make[1]: *** [libplugin_la-export_gate_virtuoso.lo] Error 1
make[1]: Leaving directory `/home/user/Virtuoso/virtuoso-    opensource/libsrc/plugin'
make: *** [all] Error 2

Also, i run make under /home/user/Virtuoso/virtuoso-opensource/libsrc/plugin but there is no logfile i can look at. Any ideas?

Thank you,
George

@ghost ghost assigned pkleef Jul 3, 2013
@openlink
Copy link
Owner

openlink commented Jul 3, 2013

Try the following commands:

cd libsrc/plugin
make clean
touch *.sh
make

which should regenerate a couple of files.

@geokollias
Copy link
Author

It worked. Thanks!

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

No branches or pull requests

3 participants