-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error al intentar compilar en Haiku #8
Comments
I was just trying to compile it in Ubuntu with the same result. I'll let you know if I manage to compile it. I used it a lot on Mac, and I want to use it in Linux as well. |
Ok, lo he compilado en Ubuntu. |
Sí, Okk, gracias. Qt6 ha cambiado alguna cosa y no compilaba. He hecho esos cambios y uno más en el tratamiento del click del ratón. Como pipagerardo ahora no tiene tiempo, retomo yo el desarrollo en el fork de mi cuenta. Si salen errores o propuestas, miraré de añadirlo si no es mucho lío ;-) De momento el código para que compile en Qt6 está ya allí. |
Muchas gracias! |
Hola! Seguí las instrucciones que amablemente indicó @plattysoft y pude compilarlo correctamente. Muchas gracias por la ayuda!!!! |
Si están usando Archlinux, cree un paquete para el AUR (nmsxtiles-git) |
Hola! Intente compilar el programa bajo el sistema operativo Haiku, pero obtengo el siguiente error:
g++ -c -pipe -O2 -Wall -Wextra -fno-exceptions -fno-rtti -fPIC -DVER_NMSXTILES_MAJOR=0 -DVER_NMSXTILES_MINOR=9 -DVER_NMSXTILES_PATCH=6 -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x060000 -DQT_NO_EXCEPTIONS -DQT_NO_DYNAMIC_CAST -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../build -I../../../../system/develop/headers/x86/QtWidgets -I../../../../system/develop/headers/x86/QtGui -I../../../../system/develop/headers/x86/QtCore -I. -I. -I../../../../system/data/Qt5/mkspecs/haiku-g++ -o ../obj/mainwindow.o mainwindow.cpp mainwindow.cpp: In member function 'void MainWindow::SaveProject()': mainwindow.cpp:897:29: error: 'endl' was not declared in this scope; did you mean 'Qt::endl'? 897 | str << "PROJECT" << endl; | ^~~~ | Qt::endl In file included from ../../../../system/develop/headers/x86/QtCore/QTextStream:1, from mainwindow.cpp:12: ../../../../system/develop/headers/x86/QtCore/qtextstream.h:261:28: note: 'Qt::endl' declared here 261 | Q_CORE_EXPORT QTextStream &endl(QTextStream &s); | ^~~~ Makefile:1107: recipe for target '../obj/mainwindow.o' failed make: *** [../obj/mainwindow.o] Error 1
The text was updated successfully, but these errors were encountered: