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

uvcdat build needs QMake even for DEFAULT and no GUI #554

Closed
doutriaux1 opened this issue Aug 12, 2014 · 4 comments
Closed

uvcdat build needs QMake even for DEFAULT and no GUI #554

doutriaux1 opened this issue Aug 12, 2014 · 4 comments
Assignees
Milestone

Comments

@doutriaux1
Copy link
Contributor

-DCDAT_BUILD_MODE=DEFAULT -DCDAT_BUILD_GUI=OFF

will fail if no qmake on system

In that specific configuration qmake is not needed.

@doutriaux1 doutriaux1 added this to the 2.0.0 milestone Aug 12, 2014
@doutriaux1
Copy link
Contributor Author

@durack1 thanks for reporting

@doutriaux1
Copy link
Contributor Author

fixed in issue_554_no_gui_no_qt

@durack1
Copy link
Member

durack1 commented Aug 15, 2014

Seems like we still have a problem here:

Could not detect matplotlib,
-- Could NOT find MD5 (missing:  MD5_EXECUTABLE)
[INFO] Could not system mpi4py,
[INFO] version 2.7.7 of PYTHON is required by UVCDAT
[INFO] Building python at /home/p1d/140815_metrics/WGNE/bin/python
SIPPING ...
name: SIP
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
CMake Error at /home/p1d/140815_metrics/WGNE/Externals/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  Could NOT find Qt4: Found unsuitable version "4.6.2", but required is at
  least "4.7.2" (found /usr/bin/qmake-qt4)
Call Stack (most recent call first):
  /home/p1d/140815_metrics/WGNE/Externals/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:313 (_FPHSA_FAILURE_MESSAGE)
  /home/p1d/140815_metrics/WGNE/Externals/share/cmake-2.8/Modules/FindQt4.cmake:1393 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMake/cdat_modules/qt4_pkg.cmake:2 (find_package)
  CMakeLists.txt:440 (include)


-- Configuring incomplete, errors occurred!
See also "/home/p1d/140815_metrics/WGNE/tmp/uvcdat/uvcdat_build/CMakeFiles/CMakeOutput.log".
See also "/home/p1d/140815_metrics/WGNE/tmp/uvcdat/uvcdat_build/CMakeFiles/CMakeError.log".
 ERROR: Could not configure (cmake) cdat code (1)
~/140815_metrics/WGNE/tmp/uvcdat/uvcdat ~/140815_metrics/WGNE/tmp/metrics

Sorry...
This action did not complete successfully
Please try to re-run this task until successful before continuing further

 ERROR: Could not compile (make) cdat code
~/140815_metrics/WGNE/tmp/metrics

Sorry...
This action did not complete successfully
Please try to re-run this task until successful before continuing further

Unmatched ".

@aashish24
Copy link
Contributor

Can you try the latest master.

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

3 participants