Giter VIP home page Giter VIP logo

emtumble's People

Contributors

oudon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

ken-vos

emtumble's Issues

compilation failure

After allowing g++ to default. This is on a stock Debian "testing" amd64 machine, with qt5-default installed.

$ g++ --version
g++ (Debian 8.2.0-21) 8.2.0

$ qmake --version
QMake version 3.1
Using Qt version 5.11.3 in /usr/lib/x86_64-linux-gnu

$ qmake; make -j1 -k
[...]
g++ -c -pipe -std=c++14 -Wall -Wextra -Wshadow -g -O2 -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DVERSION_STRING=\"0.3.0\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IOURCE_DIR -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -Iobj -isystem /usr/include/libdrm -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o obj/board_size_dialog.o ui/board_size_dialog.cpp
ui/board_size_dialog.cpp:2:10: fatal error: ui_board_size_dialog.h: No such file or directory
 #include "ui_board_size_dialog.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:486: obj/board_size_dialog.o] Error 1
g++ -c -pipe -std=c++14 -Wall -Wextra -Wshadow -g -O2 -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DVERSION_STRING=\"0.3.0\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IOURCE_DIR -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -Iobj -isystem /usr/include/libdrm -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o obj/mainwindow.o ui/mainwindow.cpp
ui/mainwindow.cpp:2:10: fatal error: ui_mainwindow.h: No such file or directory
 #include "ui_mainwindow.h"
          ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:504: obj/mainwindow.o] Error 1
make: Target 'first' not remade because of errors.

Build failed error: 'path' is unavailable: introduced in macOS 10.15

Description

When build this source, make command failed due to the following error.

qfile.h:67:58: error: 'path' is unavailable: introduced in macOS 10.15

System information

OS Version:
Mac OS Monterey 12.3

GCC Version:

❯ g++ --version
Apple clang version 13.1.6 (clang-1316.0.21.2)
Target: x86_64-apple-darwin21.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

QtVersion:

QMake version 3.1
Using Qt version 6.3.1 in /usr/local/lib

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.