texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] QTMsockets.hpp not found???


From: Miguel de Benito Delgado
Subject: Re: [Texmacs-dev] QTMsockets.hpp not found???
Date: Mon, 8 Jun 2015 10:52:55 +0200

Hi,

 there was a typo: it should have been #include "QTMSockets.hpp". It's fixed now, thanks.

Best,

--
Miguel de  Benito.

On Sun, Jun 7, 2015 at 11:31 PM, Karl Hegbloom <address@hidden> wrote:
Ever since a few days ago, I can't get TeXmacs to compile. I've tried with a fresh checkout from svn, and get the same result. What's weird is that the "not found" file is sitting right there, and every other file in the directory builds perfectly, so it's not an "-I" option missing.

make[1]: Entering directory '/home/karlheg/src/TeXmacs/texmacs-svn-trunk/src'
mkdir -p src/Deps
mkdir -p src/Objects
mkdir -p TeXmacs/bin
mkdir -p TeXmacs/lib
cd src; make -r -f makefile link=shared
make[2]: Entering directory '/home/karlheg/src/TeXmacs/texmacs-svn-trunk/src/src'
g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/Document -IData/String -IData/Tmfs -IData/Tree -IScheme -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IGraphics/Handwriting -IGraphics/Types -IGraphics/Pictures -IGraphics/Spacial -IGraphics/Colors -IPlugins -ITexmacs -ITexmacs/Data -IEdit -ITypeset -IPlugins/Qt -m64 -pipe -O2 -Wall -W -D_REENTRANT -pthread -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -DQTTEXMACS -Wall -Wno-return-type -fno-rtti -ggdb -c ./Plugins/Qt/QTMSockets.cpp -o Objects/QTMSockets.o 
./Plugins/Qt/QTMSockets.cpp:12:26: fatal error: QTMsockets.hpp: No such file or directory
 #include "QTMsockets.hpp"
                          ^
compilation terminated.
makefile:342: recipe for target 'Objects/QTMSockets.o' failed
make[2]: *** [Objects/QTMSockets.o] Error 1
make[2]: Leaving directory '/home/karlheg/src/TeXmacs/texmacs-svn-trunk/src/src'
Makefile:56: recipe for target 'TEXMACS' failed
make[1]: *** [TEXMACS] Error 2
make[1]: Leaving directory '/home/karlheg/src/TeXmacs/texmacs-svn-trunk/src'

--

_______________________________________________
Texmacs-dev mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/texmacs-dev



reply via email to

[Prev in Thread] Current Thread [Next in Thread]