Nabble has removed Mailing-list integration.
Posts created here DO NOT GET SENT TO THE MAILING LIST.
Mailing-list emails DO NOT GET POSTED TO THE FORUM.
So basically the Forum is now out of date, we are looking into migrating the history.
I'm running ubuntu 9.10 64bit and I am following the directions on here: http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_on_Linux/UNIX
I installed a few additional things like glut and glew-utils here is the output of the make /usr/bin/uic-qt4 src/MainWindow.ui -o objects/ui_MainWindow.h /usr/bin/uic-qt4 src/Preferences.ui -o objects/ui_Preferences.h g++ -c -pipe -frounding-math -O3 -march=pentium -D_REENTRANT -Wall -W -DOPENSCAD_VERSION=2010.01.31 -DENABLE_CGAL -DENABLE_OPENCSG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Isrc -I/usr/include/eigen2 -I/usr/X11R6/include -Iobjects -Iobjects -o objects/openscad.o src/openscad.cc src/openscad.cc:1: error: CPU you selected does not support x86-64 instruction set src/openscad.cc:1: error: CPU you selected does not support x86-64 instruction set Any tips? Thanks |
Same problem with latest code from svn.
Elmo Bryce Johnson wrote: > I'm running ubuntu 9.10 64bit and I am following the directions on > here: > http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_on_Linux/UNIX > > I installed a few additional things like glut and glew-utils > > here is the output of the make > > /usr/bin/uic-qt4 src/MainWindow.ui -o objects/ui_MainWindow.h > /usr/bin/uic-qt4 src/Preferences.ui -o objects/ui_Preferences.h > g++ -c -pipe -frounding-math -O3 -march=pentium -D_REENTRANT -Wall -W > -DOPENSCAD_VERSION=2010.01.31 -DENABLE_CGAL -DENABLE_OPENCSG > -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED > -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore > -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 > -Isrc -I/usr/include/eigen2 -I/usr/X11R6/include -Iobjects -Iobjects -o > objects/openscad.o src/openscad.cc > src/openscad.cc:1: error: CPU you selected does not support x86-64 > instruction set > src/openscad.cc:1: error: CPU you selected does not support x86-64 > instruction set > > Any tips? > > Thanks > > > ------------------------------------------------------------------------ > > _______________________________________________ > OpenSCAD mailing list > [hidden email] > http://rocklinux.net/mailman/listinfo/openscad |
I had successfully built the code from 2010.01.17. If you can't
reproduce this, tell me how to bisect with svn? Elmo Elmo wrote: > Same problem with latest code from svn. > > Elmo > > Bryce Johnson wrote: >> I'm running ubuntu 9.10 64bit and I am following the directions on >> here: >> http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_on_Linux/UNIX >> >> I installed a few additional things like glut and glew-utils >> >> here is the output of the make >> >> /usr/bin/uic-qt4 src/MainWindow.ui -o objects/ui_MainWindow.h >> /usr/bin/uic-qt4 src/Preferences.ui -o objects/ui_Preferences.h >> g++ -c -pipe -frounding-math -O3 -march=pentium -D_REENTRANT -Wall -W >> -DOPENSCAD_VERSION=2010.01.31 -DENABLE_CGAL -DENABLE_OPENCSG >> -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED >> -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore >> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 >> -Isrc -I/usr/include/eigen2 -I/usr/X11R6/include -Iobjects -Iobjects -o >> objects/openscad.o src/openscad.cc >> src/openscad.cc:1: error: CPU you selected does not support x86-64 >> instruction set >> src/openscad.cc:1: error: CPU you selected does not support x86-64 >> instruction set >> >> Any tips? >> >> Thanks >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> OpenSCAD mailing list >> [hidden email] >> http://rocklinux.net/mailman/listinfo/openscad > _______________________________________________ > OpenSCAD mailing list > [hidden email] > http://rocklinux.net/mailman/listinfo/openscad |
Administrator
|
On Feb 4, 2010, at 11:50 , Elmo wrote:
> I had successfully built the code from 2010.01.17. If you can't > reproduce this, tell me how to bisect with svn? > Try removing this line from openscad.pro: !macx:QMAKE_CXXFLAGS_RELEASE = -O3 -march=pentium ~/= Marius -- We are Elektropeople for a better living. |
That did it.
Now make gives: "/usr/bin/uic-qt4 src/MainWindow.ui -o objects/ui_MainWindow.h /usr/bin/uic-qt4 src/Preferences.ui -o objects/ui_Preferences.h g++ -c -pipe -frounding-math -O2 -D_REENTRANT -Wall -W -DOPENSCAD_VERSION=2010.02.04 -DENABLE_CGAL -DENABLE_OPENCSG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Isrc -I/usr/include/eigen2 -I/usr/X11R6/include -Iobjects -Iobjects -o objects/openscad.o src/openscad.cc src/openscad.cc: In function ‘void handle_dep(QString)’: src/openscad.cc:74: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result g++ -c -pipe -frounding-math -O2 -D_REENTRANT -Wall -W -DOPENSCAD_VERSION=2010.02.04 -DENABLE_CGAL -DENABLE_OPENCSG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Isrc -I/usr/include/eigen2 -I/usr/X11R6/include -Iobjects -Iobjects -o objects/mainwin.o src/mainwin.cc src/mainwin.cc: In constructor ‘MainWindow::MainWindow(const char*)’: src/mainwin.cc:196: error: ‘class MainWindow’ has no member named ‘menuExamples’ make: *** [objects/mainwin.o] Error 1 " So what next? Elmo Marius Kintel wrote: > On Feb 4, 2010, at 11:50 , Elmo wrote: > >> I had successfully built the code from 2010.01.17. If you can't >> reproduce this, tell me how to bisect with svn? >> > > Try removing this line from openscad.pro: > > !macx:QMAKE_CXXFLAGS_RELEASE = -O3 -march=pentium > > ~/= Marius > > -- > We are Elektropeople for a better living. > > > > > _______________________________________________ > OpenSCAD mailing list > [hidden email] > http://rocklinux.net/mailman/listinfo/openscad |
I commented the offending block of code referencing menuExamples, and
now it's compiling further: "g++ -c -pipe -frounding-math -O2 -D_REENTRANT -Wall -W -DOPENSCAD_VERSION=2010.02.04 -DENABLE_CGAL -DENABLE_OPENCSG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Isrc -I/usr/include/eigen2 -I/usr/X11R6/include -Iobjects -Iobjects -o objects/polyset.o src/polyset.cc src/polyset.cc:33:22: error: Eigen/Core: No such file or directory src/polyset.cc:34:20: error: Eigen/LU: No such file or directory src/polyset.cc: In member function ‘void PolySet::render_surface(PolySet::colormode_e, PolySet::csgmode_e, double*, GLint*) const’: src/polyset.cc:140: error: ‘Eigen’ has not been declared src/polyset.cc:140: error: expected ‘;’ before ‘m3f’ src/polyset.cc:141: error: ‘m3f’ was not declared in this scope make: *** [objects/polyset.o] Error 1 " Am I missing some new lib? Elmo Elmo wrote: > That did it. > > Now make gives: > "/usr/bin/uic-qt4 src/MainWindow.ui -o objects/ui_MainWindow.h > /usr/bin/uic-qt4 src/Preferences.ui -o objects/ui_Preferences.h > g++ -c -pipe -frounding-math -O2 -D_REENTRANT -Wall -W > -DOPENSCAD_VERSION=2010.02.04 -DENABLE_CGAL -DENABLE_OPENCSG > -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED > -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore > -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 > -Isrc -I/usr/include/eigen2 -I/usr/X11R6/include -Iobjects -Iobjects -o > objects/openscad.o src/openscad.cc > src/openscad.cc: In function ‘void handle_dep(QString)’: > src/openscad.cc:74: warning: ignoring return value of ‘int system(const > char*)’, declared with attribute warn_unused_result > g++ -c -pipe -frounding-math -O2 -D_REENTRANT -Wall -W > -DOPENSCAD_VERSION=2010.02.04 -DENABLE_CGAL -DENABLE_OPENCSG > -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED > -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore > -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 > -Isrc -I/usr/include/eigen2 -I/usr/X11R6/include -Iobjects -Iobjects -o > objects/mainwin.o src/mainwin.cc > src/mainwin.cc: In constructor ‘MainWindow::MainWindow(const char*)’: > src/mainwin.cc:196: error: ‘class MainWindow’ has no member named > ‘menuExamples’ > make: *** [objects/mainwin.o] Error 1 > " > > So what next? > > Elmo > > Marius Kintel wrote: >> On Feb 4, 2010, at 11:50 , Elmo wrote: >> >>> I had successfully built the code from 2010.01.17. If you can't >>> reproduce this, tell me how to bisect with svn? >>> >> Try removing this line from openscad.pro: >> >> !macx:QMAKE_CXXFLAGS_RELEASE = -O3 -march=pentium >> >> ~/= Marius >> >> -- >> We are Elektropeople for a better living. >> >> >> >> >> _______________________________________________ >> OpenSCAD mailing list >> [hidden email] >> http://rocklinux.net/mailman/listinfo/openscad > _______________________________________________ > OpenSCAD mailing list > [hidden email] > http://rocklinux.net/mailman/listinfo/openscad |
Too hastily answered, I already found the lib in the ubuntu repos :) So
I'll include it in the wikibook build instructions. Elmo Elmo wrote: > I commented the offending block of code referencing menuExamples, and > now it's compiling further: > "g++ -c -pipe -frounding-math -O2 -D_REENTRANT -Wall -W > -DOPENSCAD_VERSION=2010.02.04 -DENABLE_CGAL -DENABLE_OPENCSG > -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED > -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore > -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 > -Isrc -I/usr/include/eigen2 -I/usr/X11R6/include -Iobjects -Iobjects -o > objects/polyset.o src/polyset.cc > src/polyset.cc:33:22: error: Eigen/Core: No such file or directory > src/polyset.cc:34:20: error: Eigen/LU: No such file or directory > src/polyset.cc: In member function ‘void > PolySet::render_surface(PolySet::colormode_e, PolySet::csgmode_e, > double*, GLint*) const’: > src/polyset.cc:140: error: ‘Eigen’ has not been declared > src/polyset.cc:140: error: expected ‘;’ before ‘m3f’ > src/polyset.cc:141: error: ‘m3f’ was not declared in this scope > make: *** [objects/polyset.o] Error 1 > " > > Am I missing some new lib? > > Elmo > > Elmo wrote: >> That did it. >> >> Now make gives: >> "/usr/bin/uic-qt4 src/MainWindow.ui -o objects/ui_MainWindow.h >> /usr/bin/uic-qt4 src/Preferences.ui -o objects/ui_Preferences.h >> g++ -c -pipe -frounding-math -O2 -D_REENTRANT -Wall -W >> -DOPENSCAD_VERSION=2010.02.04 -DENABLE_CGAL -DENABLE_OPENCSG >> -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED >> -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore >> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 >> -Isrc -I/usr/include/eigen2 -I/usr/X11R6/include -Iobjects -Iobjects -o >> objects/openscad.o src/openscad.cc >> src/openscad.cc: In function ‘void handle_dep(QString)’: >> src/openscad.cc:74: warning: ignoring return value of ‘int system(const >> char*)’, declared with attribute warn_unused_result >> g++ -c -pipe -frounding-math -O2 -D_REENTRANT -Wall -W >> -DOPENSCAD_VERSION=2010.02.04 -DENABLE_CGAL -DENABLE_OPENCSG >> -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED >> -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore >> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 >> -Isrc -I/usr/include/eigen2 -I/usr/X11R6/include -Iobjects -Iobjects -o >> objects/mainwin.o src/mainwin.cc >> src/mainwin.cc: In constructor ‘MainWindow::MainWindow(const char*)’: >> src/mainwin.cc:196: error: ‘class MainWindow’ has no member named >> ‘menuExamples’ >> make: *** [objects/mainwin.o] Error 1 >> " >> >> So what next? >> >> Elmo >> >> Marius Kintel wrote: >>> On Feb 4, 2010, at 11:50 , Elmo wrote: >>> >>>> I had successfully built the code from 2010.01.17. If you can't >>>> reproduce this, tell me how to bisect with svn? >>>> >>> Try removing this line from openscad.pro: >>> >>> !macx:QMAKE_CXXFLAGS_RELEASE = -O3 -march=pentium >>> >>> ~/= Marius >>> >>> -- >>> We are Elektropeople for a better living. >>> >>> >>> >>> >>> _______________________________________________ >>> OpenSCAD mailing list >>> [hidden email] >>> http://rocklinux.net/mailman/listinfo/openscad >> _______________________________________________ >> OpenSCAD mailing list >> [hidden email] >> http://rocklinux.net/mailman/listinfo/openscad > _______________________________________________ > OpenSCAD mailing list > [hidden email] > http://rocklinux.net/mailman/listinfo/openscad |
Now I get this:
"g++ -c -pipe -frounding-math -O2 -D_REENTRANT -Wall -W -DOPENSCAD_VERSION=2010.02.04 -DENABLE_CGAL -DENABLE_OPENCSG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -Isrc -I/usr/include/eigen2 -I/usr/X11R6/include -Iobjects -Iobjects -o objects/dxftess.o src/dxftess.cc In file included from src/dxftess.cc:29: src/dxftess-cgal.cc:10:55: error: CGAL/Delaunay_mesher_no_edge_refinement_2.h: No such file or directory In file included from src/dxftess.cc:29: src/dxftess-cgal.cc: In function ‘void dxf_tesselate(PolySet*, DxfData*, double, bool, bool, double)’: src/dxftess-cgal.cc:169: error: ‘refine_Delaunay_mesh_2_without_edge_refinement’ is not a member of ‘CGAL’ make: *** [objects/dxftess.o] Error 1 " Ubuntu Karmic has CGAL 3.4, are you depending on a newer version? I'm now backporting 3.5.1 from lucid, which is the latest release. Should I make a note about this in the build instructions? Elmo Elmo wrote: > Too hastily answered, I already found the lib in the ubuntu repos :) So > I'll include it in the wikibook build instructions. > > Elmo > > Elmo wrote: >> I commented the offending block of code referencing menuExamples, and >> now it's compiling further: >> "g++ -c -pipe -frounding-math -O2 -D_REENTRANT -Wall -W >> -DOPENSCAD_VERSION=2010.02.04 -DENABLE_CGAL -DENABLE_OPENCSG >> -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED >> -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore >> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 >> -Isrc -I/usr/include/eigen2 -I/usr/X11R6/include -Iobjects -Iobjects -o >> objects/polyset.o src/polyset.cc >> src/polyset.cc:33:22: error: Eigen/Core: No such file or directory >> src/polyset.cc:34:20: error: Eigen/LU: No such file or directory >> src/polyset.cc: In member function ‘void >> PolySet::render_surface(PolySet::colormode_e, PolySet::csgmode_e, >> double*, GLint*) const’: >> src/polyset.cc:140: error: ‘Eigen’ has not been declared >> src/polyset.cc:140: error: expected ‘;’ before ‘m3f’ >> src/polyset.cc:141: error: ‘m3f’ was not declared in this scope >> make: *** [objects/polyset.o] Error 1 >> " >> >> Am I missing some new lib? >> >> Elmo >> >> Elmo wrote: >>> That did it. >>> >>> Now make gives: >>> "/usr/bin/uic-qt4 src/MainWindow.ui -o objects/ui_MainWindow.h >>> /usr/bin/uic-qt4 src/Preferences.ui -o objects/ui_Preferences.h >>> g++ -c -pipe -frounding-math -O2 -D_REENTRANT -Wall -W >>> -DOPENSCAD_VERSION=2010.02.04 -DENABLE_CGAL -DENABLE_OPENCSG >>> -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED >>> -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore >>> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 >>> -Isrc -I/usr/include/eigen2 -I/usr/X11R6/include -Iobjects -Iobjects -o >>> objects/openscad.o src/openscad.cc >>> src/openscad.cc: In function ‘void handle_dep(QString)’: >>> src/openscad.cc:74: warning: ignoring return value of ‘int system(const >>> char*)’, declared with attribute warn_unused_result >>> g++ -c -pipe -frounding-math -O2 -D_REENTRANT -Wall -W >>> -DOPENSCAD_VERSION=2010.02.04 -DENABLE_CGAL -DENABLE_OPENCSG >>> -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED >>> -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore >>> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 >>> -Isrc -I/usr/include/eigen2 -I/usr/X11R6/include -Iobjects -Iobjects -o >>> objects/mainwin.o src/mainwin.cc >>> src/mainwin.cc: In constructor ‘MainWindow::MainWindow(const char*)’: >>> src/mainwin.cc:196: error: ‘class MainWindow’ has no member named >>> ‘menuExamples’ >>> make: *** [objects/mainwin.o] Error 1 >>> " >>> >>> So what next? >>> >>> Elmo >>> >>> Marius Kintel wrote: >>>> On Feb 4, 2010, at 11:50 , Elmo wrote: >>>> >>>>> I had successfully built the code from 2010.01.17. If you can't >>>>> reproduce this, tell me how to bisect with svn? >>>>> >>>> Try removing this line from openscad.pro: >>>> >>>> !macx:QMAKE_CXXFLAGS_RELEASE = -O3 -march=pentium >>>> >>>> ~/= Marius >>>> >>>> -- >>>> We are Elektropeople for a better living. >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> OpenSCAD mailing list >>>> [hidden email] >>>> http://rocklinux.net/mailman/listinfo/openscad >>> _______________________________________________ >>> OpenSCAD mailing list >>> [hidden email] >>> http://rocklinux.net/mailman/listinfo/openscad >> _______________________________________________ >> OpenSCAD mailing list >> [hidden email] >> http://rocklinux.net/mailman/listinfo/openscad > _______________________________________________ > OpenSCAD mailing list > [hidden email] > http://rocklinux.net/mailman/listinfo/openscad |
Administrator
|
In reply to this post by Elmo Mäntynen
On Feb 4, 2010, at 16:16 , Elmo wrote:
> src/mainwin.cc: In constructor ‘MainWindow::MainWindow(const char*)’: > src/mainwin.cc:196: error: ‘class MainWindow’ has no member named > ‘menuExamples’ I suspect this to be caused by a stray file from an earlier build (we reorganized the source tree recently) Try removing all .o, .cpp and .h files from the root dir of your openscad checkout. ~/= Marius -- We are Elektropeople for a better living. |
Administrator
|
In reply to this post by Elmo Mäntynen
On Feb 4, 2010, at 16:43 , Elmo wrote: > Ubuntu Karmic has CGAL 3.4, are you depending on a newer version? I'm > now backporting 3.5.1 from lucid, which is the latest release. > Should I > make a note about this in the build instructions? > Evidently, the function we recently started using was introduced in 3.5. I wasn't aware of that - I guess we all use 3.5.x for development.. Thanks for updating the build docs - we need more people in the wild to hammer the build system ;) ~/= Marius -- We are Elektropeople for a better living. |
Did a fresh checkout, and seems to work. Now with mono fonts :) Still
have to disable that mac specific thing. Elmo Marius Kintel wrote: > On Feb 4, 2010, at 16:43 , Elmo wrote: > >> Ubuntu Karmic has CGAL 3.4, are you depending on a newer version? I'm >> now backporting 3.5.1 from lucid, which is the latest release. >> Should I >> make a note about this in the build instructions? >> > Evidently, the function we recently started using was introduced in > 3.5. I wasn't aware of that - I guess we all use 3.5.x for development.. > > Thanks for updating the build docs - we need more people in the wild > to hammer the build system ;) > > ~/= Marius > > -- > We are Elektropeople for a better living. > > > > > _______________________________________________ > OpenSCAD mailing list > [hidden email] > http://rocklinux.net/mailman/listinfo/openscad |
Administrator
|
On Feb 4, 2010, at 20:16 , Elmo wrote:
> Did a fresh checkout, and seems to work. Now with mono fonts :) Sounds good! > Still have to disable that mac specific thing. > That thing actually turns _off_ those options for Mac ;) I didn't dare turning it off for the other platforms in case they were there for a reason.. ~/= Marius -- We are Elektropeople for a better living. |
Yup I got it to work also! Thanks!
On Thu, Feb 4, 2010 at 2:00 PM, Marius Kintel <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |