help-octave
[Top][All Lists]
Advanced

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

Re: Developing a simple UI in Octave


From: ijourneaux
Subject: Re: Developing a simple UI in Octave
Date: Fri, 13 Sep 2013 09:18:20 -0700 (PDT)

Ok.

I was making a couple of rookie mistakes. Getting closer

>From the VS command prompt.

I could not find an msys.bat in the Octave VS2010 folder. There is one in
the mingw octave3.6.4 folder tree but that is probably the wrong one.

For the qthandles-master folder, Qmake - recursive executes with no errors.

Now when I run nmake, I get the following. invalid option -isystem and a
bunch of ft2build.h not found errors 


Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        cl -c -nologo -Zm200 -Zc:wchar_t-
-IC:\Software\Octave-3.7.2+\include\o
tave-3.7.2+\octave\..
-IC:\Software\Octave-3.7.2+\include\octave-3.7.2+\octave
IC:\Software\Octave-3.7.2+\include -Ic:/Software/VC10Libs/include -isystem
c:/S
ftware/VC10Libs/include -Ic:/Software/VC10Libs/include/freetype2
-Ic:/Software/
C10Libs/include -Ic:/Software/VC10Libs/include -O2 -MD -wd4244 -fp:strict
-fp:e
cept- -EHsc -MP -MD -Zi -W0 -GR -DUNICODE -D__STDC_LIMIT_MACROS -DQT_DLL
-DQT_N
_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX
-DQT_HAVE_3DNOW
-DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DNDEBUG
-I".
\..\Qt\4.8.5\include\QtCore" -I"..\..\Qt\4.8.5\include\QtGui"
-I"..\..\Qt\4.8.5
include\QtOpenGL" -I"..\..\Qt\4.8.5\include"
-I"..\..\Qt\4.8.5\include\ActiveQt
 -I"release" -I"..\..\Qt\4.8.5\mkspecs\default" -Forelease\
@C:\Users\u02304\Ap
Data\Local\Temp\nm1E7.tmp
cl : Command line warning D9002 : ignoring unknown option '-isystem'
cl : Command line warning D9024 : unrecognized source file type
'c:/Software/VC
0Libs/include', object file assumed
cl : Command line warning D9027 : source file 'c:/Software/VC10Libs/include'
ig
ored
cl : Command line warning D9002 : ignoring unknown option '-isystem'
cl : Command line warning D9024 : unrecognized source file type
'c:/Software/VC
0Libs/include', object file assumed
cl : Command line warning D9027 : source file 'c:/Software/VC10Libs/include'
ig
ored
__init_qt__.cpp
cl : Command line warning D9002 : ignoring unknown option '-isystem'
cl : Command line warning D9002 : ignoring unknown option '-isystem'
cl : Command line warning D9024 : unrecognized source file type
'c:/Software/VC
0Libs/include', object file assumed
cl : Command line warning D9024 : unrecognized source file type
'c:/Software/VC
0Libs/include', object file assumed
cl : Command line warning D9027 : source file 'c:/Software/VC10Libs/include'
ig
ored
cl : Command line warning D9027 : source file 'c:/Software/VC10Libs/include'
ig
ored
cl : Command line warning D9002 : ignoring unknown option '-isystem'
Backend.cpp
BaseControl.cpp
cl : Command line warning D9024 : unrecognized source file type
'c:/Software/VC
0Libs/include', object file assumed
cl : Command line warning D9027 : source file 'c:/Software/VC10Libs/include'
ig
ored
ButtonControl.cpp
c:\software\octave-3.7.2+\include\octave-3.7.2+\octave\txt-eng-ft.h(30) :
fatal
error C1083: Cannot open include file: 'ft2build.h': No such file or
directory
c:\software\octave-3.7.2+\include\octave-3.7.2+\octave\txt-eng-ft.h(30) :
fatal
error C1083: Cannot open include file: 'ft2build.h': No such file or
directory
Canvas.cpp
CheckBoxControl.cpp



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Developing-a-simple-UI-in-Octave-tp4657279p4657321.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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