EdytorNC

Software besorgen und anwenden
Message
Author
msi
Posts: 47
Joined: 04. Jan 2019 17:35

Re: EdytorNC

#16 Post by msi »

Dann sind diese Pakete nicht installiert und du solltest sie nachinstallieren.

Grete
Posts: 16
Joined: 03. Mar 2020 1:11
Contact:

Re: EdytorNC

#17 Post by Grete »

Hallo, ich habe jetzt folgendes gemacht:

Code: Select all

sudo apt-get update

Code: Select all

sudo apt-get install libqt5serialport5
danach habe ich einen Neustart gemacht, mein serielles USB-Kabel eingesteckt und deinen Befehl ausgeführt.

Code: Select all

dpkg -l | grep libqt5serialport5
Das wird mir jetzt angezeigt:

Code: Select all

ii  libqt5serialport5:i386              5.9.5-0ubuntu1                            i386         Qt 5 serial port support
Dann habe ich im Verzeichnis

Code: Select all

cd /home/bodhi/edytornc-code-r162/src
den ersten Befehl ausgeführt (qmake) und denselben Fehler bekommen.

Code: Select all

Project ERROR: Unknown module(s) in QT: serialport
Gruß Mario

Geduld, Geduld ...
... auch Wolkenkratzer haben mal als Keller angefangen! aquarium-treff24.de

msi
Posts: 47
Joined: 04. Jan 2019 17:35

Re: EdytorNC

#18 Post by msi »

Es fehlt das zweite Paket: libqt5serialport5-dev.

Wenn man unter Debian-basierten Systemen (wozu ja Ubuntu und damit auch Bodhi gehören) Software aus den Quellen bauen will, die externe Bibliotheken benutzt, muss man üblicherweise die -dev-Pakete für die betreffenden Bibliotheken installieren, weil die enthalten, was nötig ist, um jene Bibliotheken ins übersetzte Programm einzubinden.

Grete
Posts: 16
Joined: 03. Mar 2020 1:11
Contact:

Re: EdytorNC

#19 Post by Grete »

Hallo, das zweite Paket habe ich auch installiert:

Code: Select all

sudo apt-get install libqt5serialport5-dev
Der erste Befehl (qmake) war ohne eine Anzeige, der zweite Befehl (make clean) lief ohne Fehlermeldung durch, beim dritten Befehl (make) gab es verschiedene Fehlermeldungen.

Code: Select all

dialogs.cpp: In member function ‘void SetupDialog::on_btnAddExtension_clicked()’:
dialogs.cpp:3604:21: warning: ignoring return value of ‘QString QString::simplified() const &’, declared with attribute nodiscard [-Wunused-result]
     ext.simplified();
                     ^
In file included from /usr/include/i386-linux-gnu/qt5/QtCore/qobject.h:47:0,
                 from /usr/include/i386-linux-gnu/qt5/QtCore/qabstractanimation.h:43,
                 from /usr/include/i386-linux-gnu/qt5/QtCore/QtCore:5,
                 from /usr/include/i386-linux-gnu/qt5/QtWidgets/QtWidgetsDepends:3,
                 from /usr/include/i386-linux-gnu/qt5/QtWidgets/QtWidgets:3,
                 from dialogs.h:27,
                 from dialogs.cpp:23:
/usr/include/i386-linux-gnu/qt5/QtCore/qstring.h:409:47: note: declared here
     Q_REQUIRED_RESULT Q_ALWAYS_INLINE QString simplified() const &
                                               ^~~~~~~~~~
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/findinf.o findinf.cpp

Code: Select all

fileaccess.cpp: In member function ‘void FileAccess::addPath(const QString&)’:
fileaccess.cpp:206:42: warning: unused parameter ‘txt’ [-Wunused-parameter]
 void FileAccess::addPath( const QString& txt )
                                          ^~~
fileaccess.cpp: In member function ‘bool FileAccessJobHandler::stat(int, bool)’:
fileaccess.cpp:621:38: warning: unused parameter ‘detail’ [-Wunused-parameter]
 bool FileAccessJobHandler::stat( int detail, bool bWantToWrite )
                                      ^~~~~~
fileaccess.cpp:621:51: warning: unused parameter ‘bWantToWrite’ [-Wunused-parameter]
 bool FileAccessJobHandler::stat( int detail, bool bWantToWrite )
                                                   ^~~~~~~~~~~~
fileaccess.cpp: In member function ‘bool FileAccessJobHandler::mkDir(const QString&)’:
fileaccess.cpp:639:50: warning: unused parameter ‘dirName’ [-Wunused-parameter]
 bool FileAccessJobHandler::mkDir( const QString& dirName )
                                                  ^~~~~~~
fileaccess.cpp: In member function ‘bool FileAccessJobHandler::rmDir(const QString&)’:
fileaccess.cpp:660:50: warning: unused parameter ‘dirName’ [-Wunused-parameter]
 bool FileAccessJobHandler::rmDir( const QString& dirName )
                                                  ^~~~~~~
fileaccess.cpp: In member function ‘bool FileAccessJobHandler::removeFile(const QString&)’:
fileaccess.cpp:681:55: warning: unused parameter ‘fileName’ [-Wunused-parameter]
 bool FileAccessJobHandler::removeFile( const QString& fileName )
                                                       ^~~~~~~~
fileaccess.cpp: In member function ‘bool FileAccessJobHandler::symLink(const QString&, const QString&)’:
fileaccess.cpp:697:52: warning: unused parameter ‘linkTarget’ [-Wunused-parameter]
 bool FileAccessJobHandler::symLink( const QString& linkTarget, const QString& linkLocation )
                                                    ^~~~~~~~~~
fileaccess.cpp:697:79: warning: unused parameter ‘linkLocation’ [-Wunused-parameter]
 ccessJobHandler::symLink( const QString& linkTarget, const QString& linkLocation )
                                                                     ^~~~~~~~~~~~
fileaccess.cpp: In member function ‘bool FileAccessJobHandler::rename(const QString&)’:
fileaccess.cpp:714:51: warning: unused parameter ‘dest’ [-Wunused-parameter]
 bool FileAccessJobHandler::rename( const QString& dest )
                                                   ^~~~
fileaccess.cpp: In member function ‘bool FileAccessJobHandler::copyFile(const QString&)’:
fileaccess.cpp:746:53: warning: unused parameter ‘dest’ [-Wunused-parameter]
 bool FileAccessJobHandler::copyFile( const QString& dest )
                                                     ^~~~
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/kdiff3.o kdiff3.cpp

Code: Select all

fileaccess.cpp: In member function ‘void FileAccess::addPath(const QString&)’:
fileaccess.cpp:206:42: warning: unused parameter ‘txt’ [-Wunused-parameter]
 void FileAccess::addPath( const QString& txt )
                                          ^~~
fileaccess.cpp: In member function ‘bool FileAccessJobHandler::stat(int, bool)’:
fileaccess.cpp:621:38: warning: unused parameter ‘detail’ [-Wunused-parameter]
 bool FileAccessJobHandler::stat( int detail, bool bWantToWrite )
                                      ^~~~~~
fileaccess.cpp:621:51: warning: unused parameter ‘bWantToWrite’ [-Wunused-parameter]
 bool FileAccessJobHandler::stat( int detail, bool bWantToWrite )
                                                   ^~~~~~~~~~~~
fileaccess.cpp: In member function ‘bool FileAccessJobHandler::mkDir(const QString&)’:
fileaccess.cpp:639:50: warning: unused parameter ‘dirName’ [-Wunused-parameter]
 bool FileAccessJobHandler::mkDir( const QString& dirName )
                                                  ^~~~~~~
fileaccess.cpp: In member function ‘bool FileAccessJobHandler::rmDir(const QString&)’:
fileaccess.cpp:660:50: warning: unused parameter ‘dirName’ [-Wunused-parameter]
 bool FileAccessJobHandler::rmDir( const QString& dirName )
                                                  ^~~~~~~
fileaccess.cpp: In member function ‘bool FileAccessJobHandler::removeFile(const QString&)’:
fileaccess.cpp:681:55: warning: unused parameter ‘fileName’ [-Wunused-parameter]
 bool FileAccessJobHandler::removeFile( const QString& fileName )
                                                       ^~~~~~~~
fileaccess.cpp: In member function ‘bool FileAccessJobHandler::symLink(const QString&, const QString&)’:
fileaccess.cpp:697:52: warning: unused parameter ‘linkTarget’ [-Wunused-parameter]
 bool FileAccessJobHandler::symLink( const QString& linkTarget, const QString& linkLocation )
                                                    ^~~~~~~~~~
fileaccess.cpp:697:79: warning: unused parameter ‘linkLocation’ [-Wunused-parameter]
 ccessJobHandler::symLink( const QString& linkTarget, const QString& linkLocation )
                                                                     ^~~~~~~~~~~~
fileaccess.cpp: In member function ‘bool FileAccessJobHandler::rename(const QString&)’:
fileaccess.cpp:714:51: warning: unused parameter ‘dest’ [-Wunused-parameter]
 bool FileAccessJobHandler::rename( const QString& dest )
                                                   ^~~~
fileaccess.cpp: In member function ‘bool FileAccessJobHandler::copyFile(const QString&)’:
fileaccess.cpp:746:53: warning: unused parameter ‘dest’ [-Wunused-parameter]
 bool FileAccessJobHandler::copyFile( const QString& dest )
                                                     ^~~~
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/kdiff3.o kdiff3.cpp
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/gnudiff_xmalloc.o gnudiff_xmalloc.cpp
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/gnudiff_io.o gnudiff_io.cpp
gnudiff_io.cpp: In member function ‘bool GnuDiff::lines_differ(const QChar*, size_t, const QChar*, size_t)’:
gnudiff_io.cpp:96:38: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
                  ( bIgnoreWhiteSpace && isWhite( *t1 )  ||
                    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
gnudiff_io.cpp:103:38: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
                  ( bIgnoreWhiteSpace && isWhite( *t2 )  ||
                    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
gnudiff_io.cpp: In member function ‘void GnuDiff::find_and_hash_each_line(GnuDiff::file_data*)’:
gnudiff_io.cpp:171:44: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
        if (! (isWhite(c) || bIgnoreNumbers && (c.isDigit() || c=='-' || c=='.' ) ))
                             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gnudiff_io.cpp:191:43: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
        if (! (isWhite(c)|| bIgnoreNumbers && (c.isDigit() || c=='-' || c=='.'
 ))
                            ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/gnudiff_analyze.o gnudiff_analyze.cpp
gnudiff_analyze.cpp: In member function ‘GnuDiff::change* GnuDiff::diff_2_files(GnuDiff::comparison*)’:
gnudiff_analyze.cpp:801:7: warning: variable ‘changes’ set but not used [-Wunused-but-set-variable]
   int changes;
       ^~~~~~~
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/pdiff.o pdiff.cpp
pdiff.cpp: In member function ‘void KDiff3App::slotAddManualDiffHelp()’:
pdiff.cpp:1453:8: warning: variable ‘winIdx’ set but not used [-Wunused-but-set-variable]
    int winIdx = -1;
        ^~~~~~
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/mergeresultwindow.o mergeresultwindow.cpp
mergeresultwindow.cpp: In member function ‘void MergeResultWindow::merge(bool, int, bool, bool)’:
mergeresultwindow.cpp:307:27: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
               ( m_pldC==0 && (d.bAEqB || (d.bWhiteLineA && d.bWhiteLineB))  ||
                 ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mergeresultwindow.cpp: In member function ‘void MergeResultWindow::go(MergeResultWindow::e_Direction, MergeResultWindow::e_EndPoint)’:
mergeresultwindow.cpp:587:88: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
 tEnd(eDir!=eUp, i) && (i->bConflict == false || bSkipWhiteConflicts && i->bWhiteSpaceConflict ) );
                                                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
mergeresultwindow.cpp: In member function ‘void MergeResultWindow::slotUnsolve(
’:
mergeresultwindow.cpp:978:8: warning: unused variable ‘nofUnsolved’ [-Wunused-variable]
    int nofUnsolved = getNrOfUnsolvedConflicts(&wsc);
        ^~~~~~~~~~~
mergeresultwindow.cpp: In member function ‘virtual void MergeResultWindow::paintEvent(QPaintEvent*)’:
mergeresultwindow.cpp:1823:8: warning: unused variable ‘yOffset’ [-Wunused-variable]
    int yOffset = ( m_cursorYPos - m_firstLine ) * fontHeight + topLineYOffset;
        ^~~~~~~
mergeresultwindow.cpp:1824:8: warning: unused variable ‘xCursor’ [-Wunused-variable]
    int xCursor = ( m_cursorXPos - m_firstColumn ) * fontWidth + xOffset;
        ^~~~~~~
mergeresultwindow.cpp: In member function ‘virtual void MergeResultWindow::mousePressEvent(QMouseEvent*)’:
mergeresultwindow.cpp:1933:14: warning: suggest parentheses around ‘&&’ within
||’ [-Wparentheses]
    if ( bLMB && pos < m_firstColumn || bRMB )       // Fast range selection
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~
mergeresultwindow.cpp: In member function ‘bool MergeResultWindow::saveDocument(const QString&, QTextCodec*)’:
mergeresultwindow.cpp:2676:54: warning: unused parameter ‘fileName’ [-Wunused-parameter]
 bool MergeResultWindow::saveDocument( const QString& fileName, QTextCodec* pEncoding )
                                                      ^~~~~~~~
mergeresultwindow.cpp:2676:76: warning: unused parameter ‘pEncoding’ [-Wunused-parameter]
 rgeResultWindow::saveDocument( const QString& fileName, QTextCodec* pEncoding )
                                                                     ^~~~~~~~~
mergeresultwindow.cpp: In member function ‘void Overview::drawColumn(QPainter&, Overview::e_OverviewMode, int, int, int, int)’:
mergeresultwindow.cpp:2924:74: warning: suggest parentheses around ‘&&’ within
||’ [-Wparentheses]
                    bWhiteSpaceChange = d3l.bAEqB || d3l.bWhiteLineA && d3l.bWhiteLineB;
                                                     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
mergeresultwindow.cpp:2930:74: warning: suggest parentheses around ‘&&’ within
||’ [-Wparentheses]
                    bWhiteSpaceChange = d3l.bAEqC || d3l.bWhiteLineA && d3l.bWhiteLineC;
                                                     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
mergeresultwindow.cpp:2956:76: warning: suggest parentheses around ‘&&’ within
||’ [-Wparentheses]
                    bWhiteSpaceChange = d3l.bAEqB || d3l.bWhiteLineA && d3l.bWhiteLineB;
                                                     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
mergeresultwindow.cpp:2970:76: warning: suggest parentheses around ‘&&’ within
||’ [-Wparentheses]
                    bWhiteSpaceChange = d3l.bAEqC || d3l.bWhiteLineA && d3l.bWhiteLineC;
                                                     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
mergeresultwindow.cpp:2984:84: warning: suggest parentheses around ‘&&’ within
||’ [-Wparentheses]
                    bWhiteSpaceChange = d3l.bBEqC || d3l.bWhiteLineB && d3l.bWhiteLineC;
                                                     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
mergeresultwindow.cpp: At global scope:
mergeresultwindow.cpp:3124:16: warning: ‘QString getLineEndStyleName(e_LineEndStyle)’ defined but not used [-Wunused-function]
 static QString getLineEndStyleName( e_LineEndStyle eLineEndStyle )
                ^~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/cleanupdialog.o cleanupdialog.cpp
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/swapaxesdialog.o swapaxesdialog.cpp
swapaxesdialog.cpp: In member function ‘void swapAxesDialog::precisionSpinBoxChanded(int)’:
swapaxesdialog.cpp:175:50: warning: unused parameter ‘val’ [-Wunused-parameter]
 void swapAxesDialog::precisionSpinBoxChanded(int val)
                                                  ^~~
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/newfiledialog.o newfiledialog.cpp
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/sessiondialog.o sessiondialog.cpp
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/serialtransmissiondialog.o serialtransmissiondialog.cpp
serialtransmissiondialog.cpp: In member function ‘void SerialTransmissionDialog::startFileServer(QString)’:
serialtransmissiondialog.cpp:1636:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
     if(configName.isEmpty())
     ^~
serialtransmissiondialog.cpp:1639:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
         loadConfig(configName);
         ^~~~~~~~~~
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/serialportconfigdialog.o serialportconfigdialog.cpp
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/commapp.o commapp.cpp
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/serialportcfghelpdialog.o serialportcfghelpdialog.cpp
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/filechecker.o filechecker.cpp
filechecker.cpp: In member function ‘void FileChecker::filesTableClicked(int, int)’:
filechecker.cpp:356:41: warning: unused parameter ‘row’ [-Wunused-parameter]
 void FileChecker::filesTableClicked(int row, int col)
                                         ^~~
filechecker.cpp:356:50: warning: unused parameter ‘col’ [-Wunused-parameter]
 void FileChecker::filesTableClicked(int row, int col)
                                                  ^~~
filechecker.cpp: In member function ‘void FileChecker::preliminaryDiff(QString, QString)’:
filechecker.cpp:435:43: warning: unused parameter ‘file1’ [-Wunused-parameter]
 void FileChecker::preliminaryDiff(QString file1, QString file2)
                                           ^~~~~
filechecker.cpp:435:58: warning: unused parameter ‘file2’ [-Wunused-parameter]
 void FileChecker::preliminaryDiff(QString file1, QString file2)
                                                          ^~~~~
/usr/lib/qt5/bin/rcc -name application application.qrc -o qrc_application.cpp
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -D__linux__ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtGui -isystem /usr/include/i386-linux-gnu/qt5/QtNetwork -isystem /usr/include/i386-linux-gnu/qt5/QtSerialPort -isystem /usr/include/i386-linux-gnu/qt5/QtCore -Ibuild/moc -isystem /usr/include/libdrm -I. -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -o build/obj/qrc_application.o qrc_application.cpp
Ich hoffe alle erwischt zu haben. Im Ordner /home/bodhi/edytornc-code-r162/bin ist keine ausführbare Datei zu finden.
Gruß Mario

Geduld, Geduld ...
... auch Wolkenkratzer haben mal als Keller angefangen! aquarium-treff24.de

msi
Posts: 47
Joined: 04. Jan 2019 17:35

Re: EdytorNC

#20 Post by msi »

Da werden zwar eine Menge Warnungen ausgegeben, aber nirgendwo bricht make mit einem Fehler ab.
Grete wrote:
15. Mar 2020 15:21
Im Ordner /home/bodhi/edytornc-code-r162/bin ist keine ausführbare Datei zu finden.
Wie sieht denn die Ausgabe von ls -l /home/bodhi/edytornc-code-r162/bin aus?

Grete
Posts: 16
Joined: 03. Mar 2020 1:11
Contact:

Re: EdytorNC

#21 Post by Grete »

Hallo, folgendes wird mir im Verzeichnis (cd /home/bodhi/edytornc-code-r162/src) angezeigt:

Code: Select all

total 7240
-rw-r--r-- 1 bodhi bodhi    4520 Nov  4  2015 application.qrc
-rw-r--r-- 1 bodhi bodhi     378 Jan 25  2013 application-x-g-code.xml
-rw-r--r-- 1 bodhi bodhi   27940 Jul 22  2018 basic_interpreter.cpp
-rw-r--r-- 1 bodhi bodhi    4708 Feb  3  2018 basic_interpreter.h
-rw-r--r-- 1 bodhi bodhi    3683 Jul 13  2015 bhcdialog.ui
-rw-r--r-- 1 bodhi bodhi   13364 Jul 12  2015 bhctabform.ui
drwxr-xr-x 2 bodhi bodhi    4096 Mär  5 11:59 bin
drwxrwxr-x 4 bodhi bodhi    4096 Mär 15 13:54 build
-rw-r--r-- 1 bodhi bodhi    6142 Jul 12  2015 chamferdialog.ui
-rw-r--r-- 1 bodhi bodhi   13256 Feb  3  2018 cleanupdialog.cpp
-rw-r--r-- 1 bodhi bodhi    2670 Feb  3  2018 cleanupdialog.h
-rw-r--r-- 1 bodhi bodhi    4746 Jan 30  2013 cleanupdialog.ui
-rw-r--r-- 1 bodhi bodhi   23770 Feb  3  2018 commapp.cpp
-rw-r--r-- 1 bodhi bodhi    3415 Feb  3  2018 commapp.h
-rw-r--r-- 1 bodhi bodhi    2884 Nov  4  2015 commapp.ui
-rw-r--r-- 1 bodhi bodhi   11219 Mär 17  2011 common.cpp
-rw-r--r-- 1 bodhi bodhi    4220 Mär 17  2011 common.h
-rw-r--r-- 1 bodhi bodhi    4280 Feb  3  2018 commoninc.h
drwxr-xr-x 2 bodhi bodhi    4096 Mär  5 11:59 debug
-rwxr-xr-x 1 bodhi bodhi  119497 Feb  3  2018 dialogs.cpp
-rwxr-xr-x 1 bodhi bodhi   13988 Feb  3  2018 dialogs.h
-rw-r--r-- 1 bodhi bodhi   56656 Jul 26  2015 diff.cpp
-rw-r--r-- 1 bodhi bodhi   13496 Apr 17  2010 diff.h
-rw-r--r-- 1 bodhi bodhi   56413 Mär  3  2014 difftextwindow.cpp
-rw-r--r-- 1 bodhi bodhi    4962 Mär 26  2011 difftextwindow.h
-rw-r--r-- 1 bodhi bodhi    4304 Jun 21  2009 dotdialog.ui
-rwxrwxr-x 1 bodhi bodhi 2086540 Mär 15 14:44 edytornc
-rw-r--r-- 1 bodhi bodhi  368667 Feb 20  2016 edytornc_ca.ts
-rwxr-xr-x 1 bodhi bodhi  178007 Jul 26  2018 edytornc.cpp
-rw-r--r-- 1 bodhi bodhi  317295 Aug  5  2016 edytornc_cs_CZ.ts
-rw-r--r-- 1 bodhi bodhi     514 Feb  4  2013 edytornc.desktop
-rwxr-xr-x 1 bodhi bodhi     464 Mär 21  2010 EdytorNC.desktop
-rw-r--r-- 1 bodhi bodhi  222090 Feb 20  2016 edytornc_de.ts
-rw-r--r-- 1 bodhi bodhi  202777 Apr 16  2016 edytornc_es.ts
-rw-r--r-- 1 bodhi bodhi  242128 Feb 20  2016 edytornc_fi.ts
-rw-r--r-- 1 bodhi bodhi   10285 Feb  3  2018 edytornc.h
-rw-r--r-- 1 bodhi bodhi  215160 Feb 20  2016 edytornc_nl.ts
-rw-r--r-- 1 bodhi bodhi  269355 Feb 20  2016 edytornc_pl.ts
-rw-r--r-- 1 bodhi bodhi     209 Jun  9  2009 edytornc.rc
-rw-r--r-- 1 bodhi bodhi   49758 Sep  5  2015 EdytorNC_SerialTransmission_Help.html
-rw-r--r-- 1 bodhi bodhi   44260 Sep 15  2015 EdytorNC_SerialTransmission_Help.odt
-rw-r--r-- 1 bodhi bodhi   21163 Sep 20  2015 edytornc.ui
-rw-r--r-- 1 bodhi bodhi   10967 Jul 13  2015 feedsdialog.ui
-rw-r--r-- 1 bodhi bodhi   59773 Mär 22  2015 fileaccess.cpp
-rw-r--r-- 1 bodhi bodhi    8036 Mär 17  2011 fileaccess.h
-rw-r--r-- 1 bodhi bodhi   17550 Feb  3  2018 filechecker.cpp
-rw-r--r-- 1 bodhi bodhi    2849 Feb  3  2018 filechecker.h
-rw-r--r-- 1 bodhi bodhi    5197 Sep 20  2015 filechecker.ui
-rw-r--r-- 1 bodhi bodhi   24496 Feb  3  2018 findinf.cpp
-rw-r--r-- 1 bodhi bodhi    3221 Feb  3  2018 findinf.h
-rw-r--r-- 1 bodhi bodhi   13379 Nov 29  2010 findinfilesdialog.ui
-rw-r--r-- 1 bodhi bodhi   25628 Mär 22  2015 gnudiff_analyze.cpp
-rw-r--r-- 1 bodhi bodhi   11270 Mär 22  2015 gnudiff_diff.h
-rw-r--r-- 1 bodhi bodhi   17591 Apr 17  2010 gnudiff_io.cpp
-rw-r--r-- 1 bodhi bodhi    3774 Apr 17  2010 gnudiff_system.h
-rw-r--r-- 1 bodhi bodhi    2240 Apr 17  2010 gnudiff_xmalloc.cpp
-rw-r--r-- 1 bodhi bodhi   78679 Feb  3  2018 highlighter.cpp
-rw-r--r-- 1 bodhi bodhi    3389 Feb  3  2018 highlighter.h
-rwxr-xr-x 1 bodhi bodhi    5149 Jul 12  2015 i2mdialog.ui
-rw-r--r-- 1 bodhi bodhi    5159 Mär 16  2010 i2mprogdialog.ui
drwxr-xr-x 2 bodhi bodhi    4096 Mär  5 11:59 images
-rw-r--r-- 1 bodhi bodhi    3598 Sep 20  2015 kdiff3.cpp
-rw-r--r-- 1 bodhi bodhi    6314 Sep 20  2015 kdiff3.h
-rw-r--r-- 1 bodhi bodhi    3573 Feb  3  2018 main.cpp
-rw-r--r-- 1 bodhi bodhi    3150 Feb  3  2018 main_sfs.cpp
-rw-rw-r-- 1 bodhi bodhi   76665 Mär 15 13:54 Makefile
-rw-r--r-- 1 bodhi bodhi  125826 Feb  3  2018 mdichild.cpp
-rw-r--r-- 1 bodhi bodhi    2943 Jul 23  2014 mdichildform.ui
-rw-r--r-- 1 bodhi bodhi    6487 Feb  3  2018 mdichild.h
-rw-r--r-- 1 bodhi bodhi    2280 Mär 17  2011 merger.cpp
-rw-r--r-- 1 bodhi bodhi  100589 Mär 26  2011 mergeresultwindow.cpp
-rw-r--r-- 1 bodhi bodhi   15994 Dez  4  2010 mergeresultwindow.h
-rw-r--r-- 1 bodhi bodhi    1853 Apr 17  2010 merger.h
-rw-r--r-- 1 bodhi bodhi    5068 Feb  3  2018 newfiledialog.cpp
-rw-r--r-- 1 bodhi bodhi    2253 Feb  3  2018 newfiledialog.h
-rw-r--r-- 1 bodhi bodhi    4485 Feb  1  2013 newfiledialog.ui
-rw-r--r-- 1 bodhi bodhi    1232 Jul 26  2015 newsessiondialog.ui
-rwxr-xr-x 1 bodhi bodhi    1299 Jun  7  2010 object_script.edytornc.Debug
-rwxr-xr-x 1 bodhi bodhi    1299 Jun  7  2010 object_script.edytornc.Release
-rw-r--r-- 1 bodhi bodhi   23248 Dez  4  2010 optiondialog.cpp
-rw-r--r-- 1 bodhi bodhi    6309 Mär 22  2015 optiondialog.h
-rw-r--r-- 1 bodhi bodhi   49618 Sep 20  2015 pdiff.cpp
-rw-rw-r-- 1 bodhi bodhi  973157 Mär 15 14:37 qrc_application.cpp
-rw-r--r-- 1 bodhi bodhi    6712 Jul 26  2015 qtlocalpeer.cpp
-rw-r--r-- 1 bodhi bodhi    2693 Mär 22  2015 qtlocalpeer.h
-rw-r--r-- 1 bodhi bodhi    6114 Mär 22  2015 qtlockedfile.cpp
-rw-r--r-- 1 bodhi bodhi    3271 Mär 22  2015 qtlockedfile.h
-rw-r--r-- 1 bodhi bodhi    3468 Mär 22  2015 qtlockedfile_unix.cpp
-rw-r--r-- 1 bodhi bodhi    6577 Mär 22  2015 qtlockedfile_win.cpp
-rw-r--r-- 1 bodhi bodhi   11784 Mär 22  2015 qtsingleapplication.cpp
-rw-r--r-- 1 bodhi bodhi    3983 Mär 22  2015 qtsingleapplication.h
-rw-r--r-- 1 bodhi bodhi     342 Mai 31  2009 ReadMe
drwxr-xr-x 2 bodhi bodhi    4096 Mär  5 11:59 release
-rw-r--r-- 1 bodhi bodhi    8486 Jun  7  2010 renumberdialog.ui
-rw-r--r-- 1 bodhi bodhi    2054 Feb  3  2018 serialportcfghelpdialog.cpp
-rw-r--r-- 1 bodhi bodhi    2012 Feb  3  2018 serialportcfghelpdialog.h
-rw-r--r-- 1 bodhi bodhi    2425 Sep  5  2015 serialportcfghelpdialog.ui
-rw-r--r-- 1 bodhi bodhi   38048 Jul 26  2018 serialportconfigdialog.cpp
-rw-r--r-- 1 bodhi bodhi    4935 Feb  3  2018 serialportconfigdialog.h
-rw-r--r-- 1 bodhi bodhi   72816 Jul 26  2018 serialportconfigdialog.ui
-rw-r--r-- 1 bodhi bodhi   24834 Feb  3  2018 serialtransmission.cpp
-rw-r--r-- 1 bodhi bodhi   67114 Feb  3  2018 serialtransmissiondialog.cpp
-rw-r--r-- 1 bodhi bodhi    4659 Feb  3  2018 serialtransmissiondialog.h
-rw-r--r-- 1 bodhi bodhi   12338 Sep 15  2015 serialtransmissiondialog.ui
-rw-r--r-- 1 bodhi bodhi    4697 Feb  3  2018 serialtransmission.h
-rw-r--r-- 1 bodhi bodhi   13054 Feb  3  2018 sessiondialog.cpp
-rw-r--r-- 1 bodhi bodhi    3174 Feb  3  2018 sessiondialog.h
-rw-r--r-- 1 bodhi bodhi    4670 Jul 26  2015 sessiondialog.ui
-rw-r--r-- 1 bodhi bodhi   31423 Feb 20  2016 setupdialog.ui
-rwxr-xr-x 1 bodhi bodhi    5099 Jul 22  2018 src.pro
-rwxr-xr-x 1 bodhi bodhi    3269 Nov  6  2015 src_sfs.pro
-rw-r--r-- 1 bodhi bodhi   10074 Feb  3  2018 swapaxesdialog.cpp
-rw-r--r-- 1 bodhi bodhi    2331 Feb  3  2018 swapaxesdialog.h
-rw-r--r-- 1 bodhi bodhi   12983 Feb  3  2018 swapaxesdialog.ui
-rw-r--r-- 1 bodhi bodhi   50947 Feb  3  2018 tooltips.h
-rw-r--r-- 1 bodhi bodhi   12735 Mär 21  2010 transmissiondialog.ui
-rw-r--r-- 1 bodhi bodhi    8835 Jul 12  2015 triangledialog.ui
-rw-rw-r-- 1 bodhi bodhi    4593 Mär 15 14:25 ui_bhcdialog.h
-rw-rw-r-- 1 bodhi bodhi   13802 Mär 15 14:25 ui_bhctabform.h
-rw-rw-r-- 1 bodhi bodhi    7784 Mär 15 14:25 ui_chamferdialog.h
-rw-rw-r-- 1 bodhi bodhi    6976 Mär 15 14:25 ui_cleanupdialog.h
-rw-rw-r-- 1 bodhi bodhi    4067 Mär 15 14:25 ui_commapp.h
-rw-rw-r-- 1 bodhi bodhi    5756 Mär 15 14:25 ui_dotdialog.h
-rw-rw-r-- 1 bodhi bodhi   19276 Mär 15 14:25 ui_edytornc.h
-rw-rw-r-- 1 bodhi bodhi   12264 Mär 15 14:25 ui_feedsdialog.h
-rw-rw-r-- 1 bodhi bodhi    6475 Mär 15 14:25 ui_filechecker.h
-rw-rw-r-- 1 bodhi bodhi   14225 Mär 15 14:25 ui_findinfilesdialog.h
-rw-rw-r-- 1 bodhi bodhi    6765 Mär 15 14:25 ui_i2mdialog.h
-rw-rw-r-- 1 bodhi bodhi    6808 Mär 15 14:25 ui_i2mprogdialog.h
-rw-rw-r-- 1 bodhi bodhi    3663 Mär 15 14:25 ui_mdichildform.h
-rw-rw-r-- 1 bodhi bodhi    5424 Mär 15 14:25 ui_newfiledialog.h
-rw-rw-r-- 1 bodhi bodhi    2575 Mär 15 14:25 ui_newsessiondialog.h
-rw-rw-r-- 1 bodhi bodhi   10749 Mär 15 14:25 ui_renumberdialog.h
-rw-rw-r-- 1 bodhi bodhi    3242 Mär 15 14:25 ui_serialportcfghelpdialog.h
-rw-rw-r-- 1 bodhi bodhi   80451 Mär 15 14:25 ui_serialportconfigdialog.h
-rw-rw-r-- 1 bodhi bodhi   15422 Mär 15 14:25 ui_serialtransmissiondialog.h
-rw-rw-r-- 1 bodhi bodhi    6021 Mär 15 14:25 ui_sessiondialog.h
-rw-rw-r-- 1 bodhi bodhi   37750 Mär 15 14:25 ui_setupdialog.h
-rw-rw-r-- 1 bodhi bodhi   13228 Mär 15 14:25 ui_swapaxesdialog.h
-rw-rw-r-- 1 bodhi bodhi   15294 Mär 15 14:25 ui_transmissiondialog.h
-rw-rw-r-- 1 bodhi bodhi   10017 Mär 15 14:25 ui_triangledialog.h
Gruß Mario

Geduld, Geduld ...
... auch Wolkenkratzer haben mal als Keller angefangen! aquarium-treff24.de

msi
Posts: 47
Joined: 04. Jan 2019 17:35

Re: EdytorNC

#22 Post by msi »

msi wrote:
16. Mar 2020 17:35
Wie sieht denn die Ausgabe von ls -l /home/bodhi/edytornc-code-r162/bin aus?

Grete
Posts: 16
Joined: 03. Mar 2020 1:11
Contact:

Re: EdytorNC

#23 Post by Grete »

Hallo,

Code: Select all

ls -l /home/bodhi/edytornc-code-r162/bin
Wenn ich das so im Terminal ausführe, wird (total 0) angezeigt oder was soll ich damit machen?
Gruß Mario

Geduld, Geduld ...
... auch Wolkenkratzer haben mal als Keller angefangen! aquarium-treff24.de

123gast
Posts: 2
Joined: 17. Mar 2020 20:49

Re: EdytorNC

#24 Post by 123gast »

So sieht es bei mir aus mit Arch:

Code: Select all

$ tree
.
├── edytornc-code-r162
│   ├── bin
│   │   └── x86_64
│   │       ├── Clipboard
│   │       ├── edytornc
│   │       └── sfs
│   ├── build
│   ├── COPYING
│   ├── COPYING_PL
│   ├── Doxyfile
│   ├── edytornc2.kdev4
│   ├── edytornc.kdevelop
│   ├── edytornc.kdevses
│   ├── edytornc.pro
│   ├── edytornc.xml
│   ├── EXAMPLES
│   │   ├── 0100.nc
│   │   ├── cnc_tips.txt
│   │   ├── FANUC0M.nc
│   │   ├── FANUC0T.nc
│   │   ├── FLANGE.nc
│   │   ├── HAAS.nc
│   │   ├── HK.nc
│   │   ├── macro7.nc
│   │   ├── OSP5020M.nc
│   │   ├── OSP7000L.nc
│   │   ├── PHILIPS.nc
│   │   ├── SINUMERIK840D.nc
│   │   ├── SINUMERIK850.nc
│   │   └── TOKARKA.NC
│   ├── Makefile
│   ├── ReadMe
│   ├── ReadMe_PL
│   ├── src
│   │   ├── application.qrc
│   │   ├── application-x-g-code.xml
│   │   ├── basic_interpreter.cpp
│   │   ├── basic_interpreter.h
│   │   ├── bhcdialog.ui
│   │   ├── bhctabform.ui
│   │   ├── bin
│   │   ├── build
│   │   │   ├── moc
│   │   │   │   ├── moc_cleanupdialog.cpp
│   │   │   │   ├── moc_commapp.cpp
│   │   │   │   ├── moc_dialogs.cpp
│   │   │   │   ├── moc_diff.cpp
│   │   │   │   ├── moc_difftextwindow.cpp
│   │   │   │   ├── moc_edytornc.cpp
│   │   │   │   ├── moc_fileaccess.cpp
│   │   │   │   ├── moc_filechecker.cpp
│   │   │   │   ├── moc_findinf.cpp
│   │   │   │   ├── moc_highlighter.cpp
│   │   │   │   ├── moc_kdiff3.cpp
│   │   │   │   ├── moc_mdichild.cpp
│   │   │   │   ├── moc_mergeresultwindow.cpp
│   │   │   │   ├── moc_newfiledialog.cpp
│   │   │   │   ├── moc_optiondialog.cpp
│   │   │   │   ├── moc_predefs.h
│   │   │   │   ├── moc_qtlocalpeer.cpp
│   │   │   │   ├── moc_qtsingleapplication.cpp
│   │   │   │   ├── moc_serialportcfghelpdialog.cpp
│   │   │   │   ├── moc_serialportconfigdialog.cpp
│   │   │   │   ├── moc_serialtransmission.cpp
│   │   │   │   ├── moc_serialtransmissiondialog.cpp
│   │   │   │   ├── moc_sessiondialog.cpp
│   │   │   │   └── moc_swapaxesdialog.cpp
│   │   │   └── obj
│   │   │       ├── basic_interpreter.o
│   │   │       ├── cleanupdialog.o
│   │   │       ├── commapp.o
│   │   │       ├── common.o
│   │   │       ├── dialogs.o
│   │   │       ├── diff.o
│   │   │       ├── difftextwindow.o
│   │   │       ├── edytornc.o
│   │   │       ├── fileaccess.o
│   │   │       ├── filechecker.o
│   │   │       ├── findinf.o
│   │   │       ├── gnudiff_analyze.o
│   │   │       ├── gnudiff_io.o
│   │   │       ├── gnudiff_xmalloc.o
│   │   │       ├── highlighter.o
│   │   │       ├── kdiff3.o
│   │   │       ├── main.o
│   │   │       ├── main_sfs.o
│   │   │       ├── mdichild.o
│   │   │       ├── mergeresultwindow.o
│   │   │       ├── merger.o
│   │   │       ├── moc_cleanupdialog.o
│   │   │       ├── moc_commapp.o
│   │   │       ├── moc_dialogs.o
│   │   │       ├── moc_diff.o
│   │   │       ├── moc_difftextwindow.o
│   │   │       ├── moc_edytornc.o
│   │   │       ├── moc_fileaccess.o
│   │   │       ├── moc_filechecker.o
│   │   │       ├── moc_findinf.o
│   │   │       ├── moc_highlighter.o
│   │   │       ├── moc_kdiff3.o
│   │   │       ├── moc_mdichild.o
│   │   │       ├── moc_mergeresultwindow.o
│   │   │       ├── moc_newfiledialog.o
│   │   │       ├── moc_optiondialog.o
│   │   │       ├── moc_qtlocalpeer.o
│   │   │       ├── moc_qtsingleapplication.o
│   │   │       ├── moc_serialportcfghelpdialog.o
│   │   │       ├── moc_serialportconfigdialog.o
│   │   │       ├── moc_serialtransmissiondialog.o
│   │   │       ├── moc_serialtransmission.o
│   │   │       ├── moc_sessiondialog.o
│   │   │       ├── moc_swapaxesdialog.o
│   │   │       ├── newfiledialog.o
│   │   │       ├── optiondialog.o
│   │   │       ├── pdiff.o
│   │   │       ├── qrc_application.o
│   │   │       ├── qtlocalpeer.o
│   │   │       ├── qtsingleapplication.o
│   │   │       ├── serialportcfghelpdialog.o
│   │   │       ├── serialportconfigdialog.o
│   │   │       ├── serialtransmissiondialog.o
│   │   │       ├── serialtransmission.o
│   │   │       ├── sessiondialog.o
│   │   │       └── swapaxesdialog.o
│   │   ├── chamferdialog.ui
│   │   ├── cleanupdialog.cpp
│   │   ├── cleanupdialog.h
│   │   ├── cleanupdialog.ui
│   │   ├── commapp.cpp
│   │   ├── commapp.h
│   │   ├── commapp.ui
│   │   ├── common.cpp
│   │   ├── common.h
│   │   ├── commoninc.h
│   │   ├── debug
│   │   ├── dialogs.cpp
│   │   ├── dialogs.h
│   │   ├── diff.cpp
│   │   ├── diff.h
│   │   ├── difftextwindow.cpp
│   │   ├── difftextwindow.h
│   │   ├── dotdialog.ui
│   │   ├── edytornc_ca.ts
│   │   ├── edytornc.cpp
│   │   ├── edytornc_cs_CZ.ts
│   │   ├── edytornc.desktop
│   │   ├── EdytorNC.desktop
│   │   ├── edytornc_de.ts
│   │   ├── edytornc_es.ts

Code: Select all

│   │   ├── edytornc_fi.ts
│   │   ├── edytornc.h
│   │   ├── edytornc_nl.ts
│   │   ├── edytornc_pl.ts
│   │   ├── edytornc.rc
│   │   ├── EdytorNC_SerialTransmission_Help.html
│   │   ├── EdytorNC_SerialTransmission_Help.odt
│   │   ├── edytornc.ui
│   │   ├── feedsdialog.ui
│   │   ├── fileaccess.cpp
│   │   ├── fileaccess.h
│   │   ├── filechecker.cpp
│   │   ├── filechecker.h
│   │   ├── filechecker.ui
│   │   ├── findinf.cpp
│   │   ├── findinf.h
│   │   ├── findinfilesdialog.ui
│   │   ├── gnudiff_analyze.cpp
│   │   ├── gnudiff_diff.h
│   │   ├── gnudiff_io.cpp
│   │   ├── gnudiff_system.h
│   │   ├── gnudiff_xmalloc.cpp
│   │   ├── highlighter.cpp
│   │   ├── highlighter.h
│   │   ├── i2mdialog.ui
│   │   ├── i2mprogdialog.ui
│   │   ├── images
│   │   │   ├── add.png
│   │   │   ├── application-x-g-code.png
│   │   │   ├── arrow-down.png
│   │   │   ├── arrow-left.png
│   │   │   ├── arrow-right-double.png
│   │   │   ├── arrow-right.png
│   │   │   ├── arrow-up.png
│   │   │   ├── attach.png
│   │   │   ├── bhc.png
│   │   │   ├── blockskip+.png
│   │   │   ├── blockskip-.png
│   │   │   ├── blockskip.png
│   │   │   ├── blockskipr.png
│   │   │   ├── browse.png
│   │   │   ├── calc.png
│   │   │   ├── cancel.png
│   │   │   ├── cascade.png
│   │   │   ├── chamfer_big.png
│   │   │   ├── chamfer.png
│   │   │   ├── cleanup.png
│   │   │   ├── clipboard.png
│   │   │   ├── close_small.png
│   │   │   ├── compfile.png
│   │   │   ├── configure.png
│   │   │   ├── connect_creating.png
│   │   │   ├── connect_established.png
│   │   │   ├── connect_no.png
│   │   │   ├── copy.png
│   │   │   ├── deattach.png
│   │   │   ├── default.png
│   │   │   ├── diff_editor.png
│   │   │   ├── diffl.png
│   │   │   ├── diff.png
│   │   │   ├── diffr.png
│   │   │   ├── document-open-recent.png
│   │   │   ├── document-print.png
│   │   │   ├── document-print-preview.png
│   │   │   ├── dots.png
│   │   │   ├── editcopy.png
│   │   │   ├── editcut.png
│   │   │   ├── editdelete.png
│   │   │   ├── edit-find.png
│   │   │   ├── editpaste.png
│   │   │   ├── edit-select-all.png
│   │   │   ├── edytornc48.ico
│   │   │   ├── edytornc48.png
│   │   │   ├── edytornc.ico
│   │   │   ├── edytornc.png
│   │   │   ├── exit.png
│   │   │   ├── fileclose.png
│   │   │   ├── fileclose_small.png
│   │   │   ├── filefind.png
│   │   │   ├── filenew.png
│   │   │   ├── fileopen.png
│   │   │   ├── filesaveall.png
│   │   │   ├── filesaveas.png
│   │   │   ├── filesave.png
│   │   │   ├── findinfiles.png
│   │   │   ├── findnext.png
│   │   │   ├── find.png
│   │   │   ├── folder.png
│   │   │   ├── funct.png
│   │   │   ├── go-next.png
│   │   │   ├── go-previous.png
│   │   │   ├── hide.png
│   │   │   ├── i2m.png
│   │   │   ├── i2mprog.png
│   │   │   ├── inlinecalc.png
│   │   │   ├── insertemptylines.png
│   │   │   ├── insertspc.png
│   │   │   ├── led.png
│   │   │   ├── list-remove.png
│   │   │   ├── lock.png
│   │   │   ├── ncfile.ico
│   │   │   ├── ncfile.png
│   │   │   ├── new.png
│   │   │   ├── ok.png
│   │   │   ├── open.png
│   │   │   ├── paracomment.png
│   │   │   ├── project_add.png
│   │   │   ├── project_new.png
│   │   │   ├── project_open.png
│   │   │   ├── project_remove.png
│   │   │   ├── project_save_as.png
│   │   │   ├── project_save.png
│   │   │   ├── receive.png
│   │   │   ├── redo.png
│   │   │   ├── removeemptylines.png
│   │   │   ├── removespc.png
│   │   │   ├── renumber.png
│   │   │   ├── replace.png
│   │   │   ├── reset.png
│   │   │   ├── semicomment.png
│   │   │   ├── send.png
│   │   │   ├── serialconfig.png
│   │   │   ├── serial.png
│   │   │   ├── serialtest.png
│   │   │   ├── show_side_panel.png
│   │   │   ├── split_prog.png
│   │   │   ├── spserver.png
│   │   │   ├── start.png
│   │   │   ├── stop.png
│   │   │   ├── swapaxes.png
│   │   │   ├── tile_h.png
│   │   │   ├── tile_v.png
│   │   │   ├── triangles.png
│   │   │   ├── trig1.png
│   │   │   ├── trig.png
│   │   │   ├── txtfile.png
│   │   │   ├── undo.png
│   │   │   ├── unlock.png
│   │   │   ├── vcf.png
│   │   │   ├── window-close.png
│   │   │   ├── zoom-in.png
│   │   │   └── zoom-out.png
│   │   ├── kdiff3.cpp
│   │   ├── kdiff3.h
│   │   ├── main.cpp
│   │   ├── main_sfs.cpp
│   │   ├── Makefile
│   │   ├── Makefile.src_sfs
│   │   ├── mdichild.cpp
│   │   ├── mdichildform.ui
│   │   ├── mdichild.h
│   │   ├── merger.cpp
│   │   ├── mergeresultwindow.cpp
│   │   ├── mergeresultwindow.h
│   │   ├── merger.h
│   │   ├── newfiledialog.cpp
│   │   ├── newfiledialog.h
│   │   ├── newfiledialog.ui
│   │   ├── newsessiondialog.ui
│   │   ├── object_script.edytornc.Debug
│   │   ├── object_script.edytornc.Release
│   │   ├── optiondialog.cpp
│   │   ├── optiondialog.h
│   │   ├── pdiff.cpp
│   │   ├── qrc_application.cpp
│   │   ├── qtlocalpeer.cpp
│   │   ├── qtlocalpeer.h
│   │   ├── qtlockedfile.cpp
│   │   ├── qtlockedfile.h
│   │   ├── qtlockedfile_unix.cpp
│   │   ├── qtlockedfile_win.cpp
│   │   ├── qtsingleapplication.cpp
│   │   ├── qtsingleapplication.h
│   │   ├── ReadMe
│   │   ├── release
│   │   ├── renumberdialog.ui
│   │   ├── serialportcfghelpdialog.cpp
│   │   ├── serialportcfghelpdialog.h
│   │   ├── serialportcfghelpdialog.ui
│   │   ├── serialportconfigdialog.cpp
│   │   ├── serialportconfigdialog.h
│   │   ├── serialportconfigdialog.ui
│   │   ├── serialtransmission.cpp
│   │   ├── serialtransmissiondialog.cpp
│   │   ├── serialtransmissiondialog.h
│   │   ├── serialtransmissiondialog.ui
│   │   ├── serialtransmission.h
│   │   ├── sessiondialog.cpp
│   │   ├── sessiondialog.h
│   │   ├── sessiondialog.ui
│   │   ├── setupdialog.ui
│   │   ├── src.pro
│   │   ├── src_sfs.pro
│   │   ├── swapaxesdialog.cpp
│   │   ├── swapaxesdialog.h
│   │   ├── swapaxesdialog.ui
│   │   ├── tooltips.h
│   │   ├── transmissiondialog.ui
│   │   ├── triangledialog.ui
│   │   ├── ui_bhcdialog.h
│   │   ├── ui_bhctabform.h
│   │   ├── ui_chamferdialog.h
│   │   ├── ui_cleanupdialog.h
│   │   ├── ui_commapp.h
│   │   ├── ui_dotdialog.h
│   │   ├── ui_edytornc.h
│   │   ├── ui_feedsdialog.h
│   │   ├── ui_filechecker.h
│   │   ├── ui_findinfilesdialog.h
│   │   ├── ui_i2mdialog.h
│   │   ├── ui_i2mprogdialog.h
│   │   ├── ui_mdichildform.h
│   │   ├── ui_newfiledialog.h
│   │   ├── ui_newsessiondialog.h
│   │   ├── ui_renumberdialog.h
│   │   ├── ui_serialportcfghelpdialog.h
│   │   ├── ui_serialportconfigdialog.h
│   │   ├── ui_serialtransmissiondialog.h
│   │   ├── ui_sessiondialog.h
│   │   ├── ui_setupdialog.h
│   │   ├── ui_swapaxesdialog.h
│   │   ├── ui_transmissiondialog.h
│   │   └── ui_triangledialog.h
│   └── TEMPLATE
│       ├── FANUC0T.nc
│       └── HAAS.nc
└── edytornc-code-r162.zip
14 directories, 362 files
Im bin Ordner ist die edytornc Datei. Dort Konsole öffnen und " ./edytornc " eingeben.

Code: Select all

$ tree
.
├── edytornc-code-r162
│   ├── bin
│   │   └── x86_64
│   │       ├── Clipboard
│   │       ├── edytornc
│   │       └── sfs
│   ├── build
....
Installierte Pakete qt:

Code: Select all

$ pacman -Q|grep qt
libaccounts-qt 1.16-1
libdbusmenu-qt5 0.9.3+16.04.20160218-4
phonon-qt5 4.11.1-1
phonon-qt5-gstreamer 4.10.0-1
polkit-qt5 0.113.0-1
poppler-qt5 0.86.1-1
qt5-3d 5.14.1-2
qt5-base 5.14.1-3
qt5-charts 5.14.1-1
qt5-connectivity 5.14.1-1
qt5-datavis3d 5.14.1-1
qt5-declarative 5.14.1-1
qt5-doc 5.14.1-1
qt5-examples 5.14.1-1
qt5-gamepad 5.14.1-1
qt5-graphicaleffects 5.14.1-1
qt5-imageformats 5.14.1-1
qt5-location 5.14.1-1
qt5-lottie 5.14.1-1
qt5-multimedia 5.14.1-1
qt5-networkauth 5.14.1-1
qt5-purchasing 5.14.1-1
qt5-quickcontrols 5.14.1-1
qt5-quickcontrols2 5.14.1-1
qt5-remoteobjects 5.14.1-1
qt5-script 5.14.1-1
qt5-scxml 5.14.1-1
qt5-sensors 5.14.1-1
qt5-serialbus 5.14.1-1
qt5-serialport 5.14.1-1
qt5-speech 5.14.1-1
qt5-svg 5.14.1-1
qt5-tools 5.14.1-1
qt5-translations 5.14.1-1
qt5-virtualkeyboard 5.14.1-1
qt5-wayland 5.14.1-1
qt5-webchannel 5.14.1-1
qt5-webengine 5.14.1-2
qt5-webglplugin 5.14.1-1
qt5-webkit 5.212.0alpha4-1
qt5-websockets 5.14.1-1
qt5-webview 5.14.1-1
qt5-x11extras 5.14.1-1
qt5-xmlpatterns 5.14.1-1
Was du von qt alles brauchst weis ich aber nicht. :D

Grete
Posts: 16
Joined: 03. Mar 2020 1:11
Contact:

Re: EdytorNC

#25 Post by Grete »

Hallo zusammen,
ich habe jetzt im Terminal folgendes gemacht, erst

Code: Select all

cd /home/bodhi/edytornc-code-r162/src
dann

Code: Select all

./edytornc
Bingo, Programm startet. Warum sehe ich aber im Ordner (bin) keine Datei oder muss ich jedes Mal so vorgehen?
Last edited by Grete on 19. Mar 2020 11:52, edited 1 time in total.
Gruß Mario

Geduld, Geduld ...
... auch Wolkenkratzer haben mal als Keller angefangen! aquarium-treff24.de

msi
Posts: 47
Joined: 04. Jan 2019 17:35

Re: EdytorNC

#26 Post by msi »

Schön zu hören, dass es läuft.

Kannst du mal die Ausgabe von tree /home/bodhi/edytornc-code-r162/ posten?

Dafür bietet es sich an, die gleich in eine Datei zu schreiben. Dazu legst du am besten erstmal mit mktemp eine Datei in deinem Nutzerverzeichnis (also /home/bodhi) an:

Code: Select all

mktemp edytornc.XXX
Dann leitest du die Ausgabe von tree in diese Datei um:

Code: Select all

tree /home/bodhi/edytornc-code-r162/ > /home/bodhi/[DATEINAME]
Übrigens: Es gibt unter Linux bzw. Unix ein praktisches Kürzel für das eigene Nutzerverzeichnis: ~. Das heißt, ~/edytornc-code-r162/ ist äquivalent zu /home/bodhi/edytornc-code-r162.

Grete
Posts: 16
Joined: 03. Mar 2020 1:11
Contact:

Re: EdytorNC

#27 Post by Grete »

Hallo, das sind für mich alles böhmische Dörfer, ich versuche mal mein Glück.
Gruß Mario

Geduld, Geduld ...
... auch Wolkenkratzer haben mal als Keller angefangen! aquarium-treff24.de

Grete
Posts: 16
Joined: 03. Mar 2020 1:11
Contact:

Re: EdytorNC

#28 Post by Grete »

Hallo, hoffentlich habe ich alles richtig verstanden, folgendes steht in der Datei:

Code: Select all

/home/bodhi/edytornc-code-r162/
├── bin
├── build
├── COPYING
├── COPYING_PL
├── Doxyfile
├── edytornc2.kdev4
├── edytornc.kdevelop
├── edytornc.kdevses
├── edytornc.pro
├── edytornc.xml
├── EXAMPLES
│   ├── 0100.nc
│   ├── cnc_tips.txt
│   ├── FANUC0M.nc
│   ├── FANUC0T.nc
│   ├── FLANGE.nc
│   ├── HAAS.nc
│   ├── HK.nc
│   ├── macro7.nc
│   ├── OSP5020M.nc
│   ├── OSP7000L.nc
│   ├── PHILIPS.nc
│   ├── SINUMERIK840D.nc
│   ├── SINUMERIK850.nc
│   └── TOKARKA.NC
├── ReadMe
├── ReadMe_PL
├── src
│   ├── application.qrc
│   ├── application-x-g-code.xml
│   ├── basic_interpreter.cpp
│   ├── basic_interpreter.h
│   ├── bhcdialog.ui
│   ├── bhctabform.ui
│   ├── bin
│   ├── build
│   │   ├── moc
│   │   │   ├── moc_cleanupdialog.cpp
│   │   │   ├── moc_commapp.cpp
│   │   │   ├── moc_dialogs.cpp
│   │   │   ├── moc_diff.cpp
│   │   │   ├── moc_difftextwindow.cpp
│   │   │   ├── moc_edytornc.cpp
│   │   │   ├── moc_fileaccess.cpp
│   │   │   ├── moc_filechecker.cpp
│   │   │   ├── moc_findinf.cpp
│   │   │   ├── moc_highlighter.cpp
│   │   │   ├── moc_kdiff3.cpp
│   │   │   ├── moc_mdichild.cpp
│   │   │   ├── moc_mergeresultwindow.cpp
│   │   │   ├── moc_newfiledialog.cpp
│   │   │   ├── moc_optiondialog.cpp
│   │   │   ├── moc_predefs.h
│   │   │   ├── moc_qtlocalpeer.cpp
│   │   │   ├── moc_qtsingleapplication.cpp
│   │   │   ├── moc_serialportcfghelpdialog.cpp
│   │   │   ├── moc_serialportconfigdialog.cpp
│   │   │   ├── moc_serialtransmission.cpp
│   │   │   ├── moc_serialtransmissiondialog.cpp
│   │   │   ├── moc_sessiondialog.cpp
│   │   │   └── moc_swapaxesdialog.cpp
│   │   └── obj
│   │       ├── basic_interpreter.o
│   │       ├── cleanupdialog.o
│   │       ├── commapp.o
│   │       ├── common.o
│   │       ├── dialogs.o
│   │       ├── diff.o
│   │       ├── difftextwindow.o
│   │       ├── edytornc.o
│   │       ├── fileaccess.o
│   │       ├── filechecker.o
│   │       ├── findinf.o
│   │       ├── gnudiff_analyze.o
│   │       ├── gnudiff_io.o
│   │       ├── gnudiff_xmalloc.o
│   │       ├── highlighter.o
│   │       ├── kdiff3.o
│   │       ├── main.o
│   │       ├── mdichild.o
│   │       ├── mergeresultwindow.o
│   │       ├── merger.o
│   │       ├── moc_cleanupdialog.o
│   │       ├── moc_commapp.o
│   │       ├── moc_dialogs.o
│   │       ├── moc_diff.o
│   │       ├── moc_difftextwindow.o
│   │       ├── moc_edytornc.o
│   │       ├── moc_fileaccess.o
│   │       ├── moc_filechecker.o
│   │       ├── moc_findinf.o
│   │       ├── moc_highlighter.o
│   │       ├── moc_kdiff3.o
│   │       ├── moc_mdichild.o
│   │       ├── moc_mergeresultwindow.o
│   │       ├── moc_newfiledialog.o
│   │       ├── moc_optiondialog.o
│   │       ├── moc_qtlocalpeer.o
│   │       ├── moc_qtsingleapplication.o
│   │       ├── moc_serialportcfghelpdialog.o
│   │       ├── moc_serialportconfigdialog.o
│   │       ├── moc_serialtransmissiondialog.o
│   │       ├── moc_serialtransmission.o
│   │       ├── moc_sessiondialog.o
│   │       ├── moc_swapaxesdialog.o
│   │       ├── newfiledialog.o
│   │       ├── optiondialog.o
│   │       ├── pdiff.o
│   │       ├── qrc_application.o
│   │       ├── qtlocalpeer.o
│   │       ├── qtsingleapplication.o
│   │       ├── serialportcfghelpdialog.o
│   │       ├── serialportconfigdialog.o
│   │       ├── serialtransmissiondialog.o
│   │       ├── serialtransmission.o
│   │       ├── sessiondialog.o
│   │       └── swapaxesdialog.o
│   ├── chamferdialog.ui
│   ├── cleanupdialog.cpp
│   ├── cleanupdialog.h
│   ├── cleanupdialog.ui
│   ├── Clipboard
│   ├── commapp.cpp
│   ├── commapp.h
│   ├── commapp.ui
│   ├── common.cpp
│   ├── common.h
│   ├── commoninc.h
│   ├── debug
│   ├── dialogs.cpp
│   ├── dialogs.h
│   ├── diff.cpp
│   ├── diff.h
│   ├── difftextwindow.cpp
│   ├── difftextwindow.h
│   ├── dotdialog.ui
│   ├── edytornc
│   ├── edytornc_ca.ts
│   ├── edytornc.cpp
│   ├── edytornc_cs_CZ.ts
│   ├── edytornc.desktop
│   ├── EdytorNC.desktop
│   ├── edytornc_de.ts
│   ├── edytornc_es.ts
│   ├── edytornc_fi.ts
│   ├── edytornc.h
│   ├── edytornc_nl.ts
│   ├── edytornc_pl.ts
│   ├── edytornc.rc
│   ├── EdytorNC_SerialTransmission_Help.html
│   ├── EdytorNC_SerialTransmission_Help.odt
│   ├── edytornc.ui
│   ├── feedsdialog.ui
│   ├── fileaccess.cpp
│   ├── fileaccess.h
│   ├── filechecker.cpp
│   ├── filechecker.h
│   ├── filechecker.ui
│   ├── findinf.cpp
│   ├── findinf.h
│   ├── findinfilesdialog.ui
│   ├── gnudiff_analyze.cpp
│   ├── gnudiff_diff.h
│   ├── gnudiff_io.cpp
│   ├── gnudiff_system.h
│   ├── gnudiff_xmalloc.cpp
│   ├── highlighter.cpp
│   ├── highlighter.h
│   ├── i2mdialog.ui
│   ├── i2mprogdialog.ui
│   ├── images
│   │   ├── add.png
│   │   ├── application-x-g-code.png
│   │   ├── arrow-down.png
│   │   ├── arrow-left.png
│   │   ├── arrow-right-double.png
│   │   ├── arrow-right.png
│   │   ├── arrow-up.png
│   │   ├── attach.png
│   │   ├── bhc.png
│   │   ├── blockskip-.png
│   │   ├── blockskip.png
│   │   ├── blockskip+.png
│   │   ├── blockskipr.png
│   │   ├── browse.png
│   │   ├── calc.png
│   │   ├── cancel.png
│   │   ├── cascade.png
│   │   ├── chamfer_big.png
│   │   ├── chamfer.png
│   │   ├── cleanup.png
│   │   ├── clipboard.png
│   │   ├── close_small.png
│   │   ├── compfile.png
│   │   ├── configure.png
│   │   ├── connect_creating.png
│   │   ├── connect_established.png
│   │   ├── connect_no.png
│   │   ├── copy.png
│   │   ├── deattach.png
│   │   ├── default.png
│   │   ├── diff_editor.png
│   │   ├── diffl.png
│   │   ├── diff.png
│   │   ├── diffr.png
│   │   ├── document-open-recent.png
│   │   ├── document-print.png
│   │   ├── document-print-preview.png
│   │   ├── dots.png
│   │   ├── editcopy.png
│   │   ├── editcut.png
│   │   ├── editdelete.png
│   │   ├── edit-find.png
│   │   ├── editpaste.png
│   │   ├── edit-select-all.png
│   │   ├── edytornc48.ico
│   │   ├── edytornc48.png
│   │   ├── edytornc.ico
│   │   ├── edytornc.png
│   │   ├── exit.png
│   │   ├── fileclose.png
│   │   ├── fileclose_small.png
│   │   ├── filefind.png
│   │   ├── filenew.png
│   │   ├── fileopen.png
│   │   ├── filesaveall.png
│   │   ├── filesaveas.png
│   │   ├── filesave.png
│   │   ├── findinfiles.png
│   │   ├── findnext.png
│   │   ├── find.png
│   │   ├── folder.png
│   │   ├── funct.png
│   │   ├── go-next.png
│   │   ├── go-previous.png
│   │   ├── hide.png
│   │   ├── i2m.png
│   │   ├── i2mprog.png
│   │   ├── inlinecalc.png
│   │   ├── insertemptylines.png
│   │   ├── insertspc.png
│   │   ├── led.png
│   │   ├── list-remove.png
│   │   ├── lock.png
│   │   ├── ncfile.ico
│   │   ├── ncfile.png
│   │   ├── new.png
│   │   ├── ok.png
│   │   ├── open.png
│   │   ├── paracomment.png
│   │   ├── project_add.png
│   │   ├── project_new.png
│   │   ├── project_open.png
│   │   ├── project_remove.png
│   │   ├── project_save_as.png
│   │   ├── project_save.png
│   │   ├── receive.png
│   │   ├── redo.png
│   │   ├── removeemptylines.png
│   │   ├── removespc.png
│   │   ├── renumber.png
│   │   ├── replace.png
│   │   ├── reset.png
│   │   ├── semicomment.png
│   │   ├── send.png
│   │   ├── serialconfig.png
│   │   ├── serial.png
│   │   ├── serialtest.png
│   │   ├── show_side_panel.png
│   │   ├── split_prog.png
│   │   ├── spserver.png
│   │   ├── start.png
│   │   ├── stop.png
│   │   ├── swapaxes.png
│   │   ├── tile_h.png
│   │   ├── tile_v.png
│   │   ├── triangles.png
│   │   ├── trig1.png
│   │   ├── trig.png
│   │   ├── txtfile.png
│   │   ├── undo.png
│   │   ├── unlock.png
│   │   ├── vcf.png
│   │   ├── window-close.png
│   │   ├── zoom-in.png
│   │   └── zoom-out.png
│   ├── kdiff3.cpp
│   ├── kdiff3.h
│   ├── main.cpp
│   ├── main_sfs.cpp
│   ├── Makefile
│   ├── mdichild.cpp
│   ├── mdichildform.ui
│   ├── mdichild.h
│   ├── merger.cpp
│   ├── mergeresultwindow.cpp
│   ├── mergeresultwindow.h
│   ├── merger.h
│   ├── newfiledialog.cpp
│   ├── newfiledialog.h
│   ├── newfiledialog.ui
│   ├── newsessiondialog.ui
│   ├── object_script.edytornc.Debug
│   ├── object_script.edytornc.Release
│   ├── optiondialog.cpp
│   ├── optiondialog.h
│   ├── pdiff.cpp
│   ├── qrc_application.cpp
│   ├── qtlocalpeer.cpp
│   ├── qtlocalpeer.h
│   ├── qtlockedfile.cpp
│   ├── qtlockedfile.h
│   ├── qtlockedfile_unix.cpp
│   ├── qtlockedfile_win.cpp
│   ├── qtsingleapplication.cpp
│   ├── qtsingleapplication.h
│   ├── ReadMe
│   ├── release
│   ├── renumberdialog.ui
│   ├── serialportcfghelpdialog.cpp
│   ├── serialportcfghelpdialog.h
│   ├── serialportcfghelpdialog.ui
│   ├── serialportconfigdialog.cpp
│   ├── serialportconfigdialog.h
│   ├── serialportconfigdialog.ui
│   ├── serialtransmission.cpp
│   ├── serialtransmissiondialog.cpp
│   ├── serialtransmissiondialog.h
│   ├── serialtransmissiondialog.ui
│   ├── serialtransmission.h
│   ├── sessiondialog.cpp
│   ├── sessiondialog.h
│   ├── sessiondialog.ui
│   ├── setupdialog.ui
│   ├── src.pro
│   ├── src_sfs.pro
│   ├── swapaxesdialog.cpp
│   ├── swapaxesdialog.h
│   ├── swapaxesdialog.ui
│   ├── tooltips.h
│   ├── transmissiondialog.ui
│   ├── triangledialog.ui
│   ├── ui_bhcdialog.h
│   ├── ui_bhctabform.h
│   ├── ui_chamferdialog.h
│   ├── ui_cleanupdialog.h
│   ├── ui_commapp.h
│   ├── ui_dotdialog.h
│   ├── ui_edytornc.h
│   ├── ui_feedsdialog.h
│   ├── ui_filechecker.h
│   ├── ui_findinfilesdialog.h
│   ├── ui_i2mdialog.h
│   ├── ui_i2mprogdialog.h
│   ├── ui_mdichildform.h
│   ├── ui_newfiledialog.h
│   ├── ui_newsessiondialog.h
│   ├── ui_renumberdialog.h
│   ├── ui_serialportcfghelpdialog.h
│   ├── ui_serialportconfigdialog.h
│   ├── ui_serialtransmissiondialog.h
│   ├── ui_sessiondialog.h
│   ├── ui_setupdialog.h
│   ├── ui_swapaxesdialog.h
│   ├── ui_transmissiondialog.h
│   └── ui_triangledialog.h
└── TEMPLATE
    ├── FANUC0T.nc
    └── HAAS.nc
edytornc.XXX [error opening dir]

12 directories, 357 files
Gruß Mario

Geduld, Geduld ...
... auch Wolkenkratzer haben mal als Keller angefangen! aquarium-treff24.de

msi
Posts: 47
Joined: 04. Jan 2019 17:35

Re: EdytorNC

#29 Post by msi »

Grete wrote:
19. Mar 2020 11:55
Hallo, das sind für mich alles böhmische Dörfer, ich versuche mal mein Glück.
Der Befehl tree gibt, wie du siehst, die Inhalte von Verzeichnissen in Form einer Baumstruktur aus.

Das mktemp-Kommando nutzt man, um bequem Dateien zu erstellen, deren Namen garantiert nicht mit denen von bereits im selben Verzeichnis existierenden Dateien identisch sind. Für die Umleitung einer Befehlsausgabe in eine Datei an sich ist das nicht nötig. Allerdings: Wenn man aus Versehen die Ausgabe eines Kommandos mit > in eine bereits existierende Datei umleitet, wird die überschrieben. Dieses Problem kann man umgehen, indem man einfach mit mktemp eine neue Datei erstellt. Das Muster edytornc.XXX sagt mktemp, dass es eine Datei erstellen soll, die mit editornc. beginnt und dann drei „zufällig“ generierte Zeichen enthält. Die Datei wird dann nur angelegt, wenn es noch keine mit demselben Namen im selben Verzeichnis gibt. Ansonsten werden, soweit mir bekannt, die drei „zufälligen“ Zeichen so lange neu generiert, bis es passt.

Das heißt, die Datei, in die man die Ausgabe von tree letztlich umleitet, heißt nicht edytornc.XXX, sondern bspw. edytornc.p9c, was mktemp ja auch anzeigt.

Letzter Punkt: Ausgabeumleitung. In einer Unix- bzw. Linux-Shell gibt's standardmäßig drei „Kanäle“ (sog. streams). Das sind stdin (Standardeingabekanal), stdout (Standardausgabekanal) und stderror (Ausgabekanal für Fehlermedlungen und… ja, wie heißt denn das auf Deutsch? Der englische Begriff ist jedenfalls diagnostic messages.) Wenn man nach einem Kommando das Zeichen > setzt und danach (ob mit oder ohne Leerzeichen dazwischen) einen Dateinamen, wird das, was jenes Kommando auf stdout ausgeben würde, in die genannte Datei geschrieben statt auf dem Bildschirm ausgegeben.

Deine tree-Ausgabe zeigt, dass die Dateien, die nach dem Kompilieren eigentlich in ~/edytornc-code-r162/bin liegen sollten, bei dir – warum auch immer – in ~/edytornc-code-r162/src/build gelandet sind.
Last edited by msi on 19. Mar 2020 20:56, edited 1 time in total.

123gast
Posts: 2
Joined: 17. Mar 2020 20:49

Re: EdytorNC

#30 Post by 123gast »

Macht das Programm was es soll?

Post Reply