Miro Iliaš

Results 27 comments of Miro Iliaš

Sorry, I didn't have time to play with travis-ci-4-avogadro. Please feel free to take semi-product and adapt it accordingly. Would be good to test avogadro i) for the proper compilation,...

Well, I tried again, still can not set up travis-ci due to various failure in avogadro's cmake. https://travis-ci.org/miroi/avogadro/builds/244935418 ~~~ CMake Error at src/CMakeLists.txt:196 (install): install TARGETS given no RUNTIME DESTINATION...

Also, when installing Avogadro on remote CI server, would be good to tell exactly what packages are needed. This would save me time for travic-ci tuning...

Hi guys, fresh CI build failed, https://travis-ci.org/miroi/avogadro/builds/306317709#L6187 , I guess this is undefined variable in include(${QT_USE_FILE}) command...

well, again buildup crash, https://travis-ci.org/miroi/avogadro/builds/379552655#L6224-L6249

Well, CMake in Avogadro is showing many flaws, like empty variables BIN_INSTALL_DIR= Avogadro_INSTALL_DESTINATIONS_ARGS= Are there any plans for fixing CMake ? Without proper cmake one can not utilize CI services....

No way with this CMake on remote CI worker, https://travis-ci.org/miroi/avogadro/builds ....

Well, it seems that CMakeLists.txt files in subdirectories are not getting defined variables from the top CMakeLists.txt file on travis-ci worker. Any help ?

it happens that one subdirectory does not see include files from another subdirectory.... ~~~ /home/travis/build/miroi/avogadro/avogadro/src/aboutdialog.cpp:32:29: fatal error: avogadro/global.h: No such file or directory #include ~~~ ( https://travis-ci.org/miroi/avogadro/builds/379655892 )

Well, currently, Avogadro's CMake does not see include files form libavogadro/ directory: ~~~ #include #include #include #include ~~~ Any help ?