|
From: Mauricio T. <m.t...@gm...> - 2014-01-12 01:47:55
|
Hi, I'm trying to compile scidavis 1.D1 on ubuntu 12.04 32 bits but I have the following compilation error, In file included from src/ApplicationWindow.cpp:59:0: src/Graph3D.h:196:22: error: ‘Qwt3D::SIDE’ is not a type src/Graph3D.h: In member function ‘double Graph3D::meshLineWidth()’: src/Graph3D.h:190:36: error: ‘class Qwt3D::SurfacePlot’ has no member named ‘meshLineWidth’ src/ApplicationWindow.cpp: In member function ‘void ApplicationWindow::importASCII(const QStringList&, int, const QString&, int, bool, bool, bool, bool, QLocale)’: src/ApplicationWindow.cpp:3333:6: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses] src/ApplicationWindow.cpp: In member function ‘bool ApplicationWindow::saveProject()’: src/ApplicationWindow.cpp:4984:56: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] src/ApplicationWindow.cpp: In member function ‘void ApplicationWindow::saveFolderAsProject(Folder*)’: src/ApplicationWindow.cpp:12445:57: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] src/Graph3D.h: In member function ‘double Graph3D::meshLineWidth()’: src/Graph3D.h:190:52: warning: control reaches end of non-void function [-Wreturn-type] make[1]: *** [../tmp/scidavis/ApplicationWindow.o] Error 1 make[1]: Leaving directory `/home/mauricio/Downloads/scidavis.1.D1/scidavis' make: *** [sub-scidavis-make_default] Error 2 I have Qt 4.8.1 and gcc 4.6.3. To compile qwtplot3d with qt 4.8.1 I had to modify some files but finally I could. Any idea? Thanks in advances, Cheers, Mauricio 2014/1/9 Russell Standish <hp...@hp...> > On Tue, Jan 07, 2014 at 10:02:21PM -0200, Mauricio Troviano wrote: > > Hi, finally I compiled scidavis 1.D1 for windows :) but without python > > scripting support. > > When I try to compile with python support I have an error, I think the > > sipAPIscidavis.h is missing. > > I don't see that file anywhere in the code base - either as a source > file, or a generated file. The only sip file seems to be scidavis.sip, > which must generate some C++ source files, but I don't know what. > > I haven't been around the code enough to work out what SIP is, other > that it is some code generation tool. > > > Any idea? next, I paste the log compilation. > > Obviously, you're using MinGW to build this, so let me try when I get > back home to see what might be missing... > > > - Another question, Is it possible to add some code from qtiplot to > > incorporate some functions? For example, to add more scale type. Now > there > > are only linear and logarithmic scales. May be, I can try. > > Certainly. Do you have write access to the SVN repository? Let me know > your SF handle, and I can add it. > > > - I see the scidavis web site and it is a little outdated. Who is the web > > master currently? > > I am, but I admit I haven't found the time to update it. It will need > to be done at some point, though. > > > Finally I want to know some details about improvements and bug fixed on > > this version of scidavis. Are there any list about that? > > Best thing is to look at the bug tracker at issues that have been > closed in the last year (since I took over). > > Cheers > > > > -- > > > ---------------------------------------------------------------------------- > Prof Russell Standish Phone 0425 253119 (mobile) > Principal, High Performance Coders > Visiting Professor of Mathematics hp...@hp... > University of New South Wales http://www.hpcoders.com.au > > ---------------------------------------------------------------------------- > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > Scidavis-contributors mailing list > Sci...@li... > https://lists.sourceforge.net/lists/listinfo/scidavis-contributors > |