octave-maintainers
[Top][All Lists]
Advanced

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

Re: cannot find -lqterminal in linking octave-gui (was Re: How to downlo


From: Ben Abbott
Subject: Re: cannot find -lqterminal in linking octave-gui (was Re: How to download the gui on the Mecurial repository and requirements)
Date: Tue, 24 Jan 2012 08:42:42 -0500

On Jan 24, 2012, at 4:50 AM, Tatsuro MATSUOKA wrote:

> Hello
> 
> What was missing was to build libqterminal at libqtermial directory.
> Aftter building qterminal, make of octave-gui went well and I could see the 
> octave-gui screen.
> 
> Regards
> 
> Tatsuro

I tried ...

        cd qterminal
        qmake
        make

... and the process ended with ...

/Developer/usr/bin/llvm-g++-4.2 -c -pipe -g -gdwarf-2 -fPIC -Wall -W 
-DHAVE_POSIX_OPENPT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/opt/local/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/local/include/QtGui 
-I/opt/local/include/QtCore -I/opt/local/include -o kpty.o kpty.cpp
kpty.cpp: In member function ‘void KPty::login(const char*, const char*)’:
kpty.cpp:447: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
kpty.cpp:504: error: ‘utmpname’ was not declared in this scope
kpty.cpp:505: error: ‘setutent’ was not declared in this scope
kpty.cpp:506: error: ‘pututline’ was not declared in this scope
kpty.cpp:507: error: ‘endutent’ was not declared in this scope
kpty.cpp:508: error: ‘updwtmp’ was not declared in this scope
kpty.cpp: In member function ‘void KPty::logout()’:
kpty.cpp:543: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
kpty.cpp:543: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
kpty.cpp:554: error: ‘utmpname’ was not declared in this scope
kpty.cpp:555: error: ‘setutent’ was not declared in this scope
kpty.cpp:556: error: ‘getutline’ was not declared in this scope
kpty.cpp:573: error: ‘pututline’ was not declared in this scope
kpty.cpp:575: error: ‘endutent’ was not declared in this scope
make[1]: *** [kpty.o] Error 1
make: *** [sub-libqterminal-make_default] Error 2

Should I have done something else ?

Ben




reply via email to

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