ilarik / kanki-irodsclient

Cross-Platform iRODS GUI Client
BSD 3-Clause "New" or "Revised" License
20 stars 8 forks source link

/usr/lib/irods/externals/libjansson.a: No such file or directory #11

Open mictadlo opened 7 years ago

mictadlo commented 7 years ago

Hello, I failed to compile your software under ubuntu 16.04.

Building for Linux:
building executable...
g++ -m64 -Wl,-O1 -o irodsclient main.o rodsmainwindow.o rodsconnection.o rodsobjtreeitem.o rodsobjtreemodel.o rodsgenquery.o rodsmetadatawindow.o rodsqueuewindow.o rodsqueuemodel.o rodsmetadataitem.o rodsmetadatamodel.o rodsobjmetadata.o rodsfindwindow.o rodsmetadataschema.o rodsconnectthread.o rodsdownloadthread.o rodsobjentry.o rodsuploadthread.o rodstransferwindow.o rodsdatastream.o rodsdatainstream.o rodsdataoutstream.o rodserrorlogwindow.o rodsstringconditionwidget.o rodsconditionwidget.o rodsdateconditionwidget.o rodsmetadataconditionwidget.o qrc_icons.o moc_rodsmainwindow.o moc_rodsobjtreemodel.o moc_rodsmetadatawindow.o moc_rodsqueuewindow.o moc_rodsqueuemodel.o moc_rodsmetadatamodel.o moc_rodsfindwindow.o moc_rodsconnectthread.o moc_rodsdownloadthread.o moc_rodsuploadthread.o moc_rodstransferwindow.o moc_rodserrorlogwindow.o moc_rodsconditionwidget.o moc_rodsstringconditionwidget.o moc_rodsmetadataconditionwidget.o   -L/usr/X11R6/lib64 -L/usr/lib/irods/externals -lirods_client_api -lirods_client -lboost_regex -lboost_system -lboost_thread -lboost_chrono -lboost_date_time -lboost_filesystem -lboost_iostreams -lboost_program_options /usr/lib/irods/externals/libjansson.a -lcrypto -lssl -ldl -lm -lcurl -lQt5Svg -lQt5Widgets -lQt5Gui -lQt5Xml -lQt5Core -lGL -lpthread 
g++: error: /usr/lib/irods/externals/libjansson.a: No such file or directory
Makefile:275: recipe for target 'irodsclient' failed
make: *** [irodsclient] Error 1

What did I miss?

Thank you in advance.

Michal

ilarik commented 7 years ago

Hi,

Thanks for the report. I don't think you missed anything, I haven't compiled it on Ubuntu 16.04 yet myself, will do so soon. I'll let you know as soon as possible.

Best regards, Ilari Korhonen

Sent from my iPhone

On 28 Jun 2017, at 06:39, Michał T. Lorenc notifications@github.com wrote:

Hello, I failed to compile your software under ubuntu 16.04.

Building for Linux: building executable... g++ -m64 -Wl,-O1 -o irodsclient main.o rodsmainwindow.o rodsconnection.o rodsobjtreeitem.o rodsobjtreemodel.o rodsgenquery.o rodsmetadatawindow.o rodsqueuewindow.o rodsqueuemodel.o rodsmetadataitem.o rodsmetadatamodel.o rodsobjmetadata.o rodsfindwindow.o rodsmetadataschema.o rodsconnectthread.o rodsdownloadthread.o rodsobjentry.o rodsuploadthread.o rodstransferwindow.o rodsdatastream.o rodsdatainstream.o rodsdataoutstream.o rodserrorlogwindow.o rodsstringconditionwidget.o rodsconditionwidget.o rodsdateconditionwidget.o rodsmetadataconditionwidget.o qrc_icons.o moc_rodsmainwindow.o moc_rodsobjtreemodel.o moc_rodsmetadatawindow.o moc_rodsqueuewindow.o moc_rodsqueuemodel.o moc_rodsmetadatamodel.o moc_rodsfindwindow.o moc_rodsconnectthread.o moc_rodsdownloadthread.o moc_rodsuploadthread.o moc_rodstransferwindow.o moc_rodserrorlogwindow.o moc_rodsconditionwidget.o moc_rodsstringconditionwidget.o moc_rodsmetadataconditionwidget.o -L/usr/X11R6/lib64 -L/usr/lib/irods/externals -lirods_client_api -lirods_client -lboost_regex -lboost_system -lboost_thread -lboost_chrono -lboost_date_time -lboost_filesystem -lboost_iostreams -lboost_program_options /usr/lib/irods/externals/libjansson.a -lcrypto -lssl -ldl -lm -lcurl -lQt5Svg -lQt5Widgets -lQt5Gui -lQt5Xml -lQt5Core -lGL -lpthread g++: error: /usr/lib/irods/externals/libjansson.a: No such file or directory Makefile:275: recipe for target 'irodsclient' failed make: *** [irodsclient] Error 1 What did I miss?

Thank you in advance.

Michal

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

theazgra commented 5 years ago

Any update?

ilarik commented 5 years ago

Thanks for the reminder!

It’s been (too) busy, will get on this right now. Stay tuned.

On 20 Nov 2018, at 10:40, Vojtech Moravec notifications@github.com wrote:

Any update?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

ilarik commented 5 years ago

The code from the master branch seems to build fine on Ubuntu 16.04 using the same recipe as with 14.04. The develop branch is another story, I'll have to get back on that one, minor fixes required.