Closed GoogleCodeExporter closed 8 years ago
I probably fixed it (I compile on Windows only for now).
There still might be issues building it on Linux though, particularly with
Python and PySide.
Original comment by elec...@gmail.com
on 5 Jan 2012 at 8:51
well I was really exited because i didn't get the last error, but now I have
this one.
UndoManager.h:288:28: warning: ‘SproxelColor
CmdSetVoxelColor::Change::newColor’ [-Wreorder]
UndoManager.h:292:5: warning: when initialized here [-Wreorder]
ImportExport.cpp: In member function ‘virtual bool
SproxelCsvImporter::doImport(const QString&, UndoManager*, SproxelProjectPtr,
VoxelGridGroupPtr)’:
ImportExport.cpp:109:9: warning: variable ‘fscanfStatus’ set but not used
[-Wunused-but-set-variable]
ImportExport.cpp: In member function ‘virtual bool
PalImporter::doImport(const QString&, UndoManager*, SproxelProjectPtr,
VoxelGridGroupPtr)’:
ImportExport.cpp:528:3: error: jump to label ‘error’ [-fpermissive]
ImportExport.cpp:506:69: error: from here [-fpermissive]
ImportExport.cpp:508:9: error: crosses initialization of ‘int num’
ImportExport.cpp:528:3: error: jump to label ‘error’ [-fpermissive]
ImportExport.cpp:505:73: error: from here [-fpermissive]
ImportExport.cpp:508:9: error: crosses initialization of ‘int num’
make: *** [ImportExport.o] Error 1
Original comment by bobmo...@gmail.com
on 5 Jan 2012 at 9:32
Fixed too.
There should be some way to force make to continue building other sources, so
you can get all the errors.
Original comment by elec...@gmail.com
on 5 Jan 2012 at 10:14
Original issue reported on code.google.com by
bobmo...@gmail.com
on 5 Jan 2012 at 8:32