Jump to content

mhk3000

Dormant
  • Posts

    26
  • Joined

  • Last visited

    Never

Posts posted by mhk3000

  1. Daid,

    I am working with the latest Cura in git and trying to build Cura for Max OSX 10.10. Initially I was getting a serial module not found, but now I am getting power module not found. I searched through package.sh, power module is not getting explicitly copied compare to builds of other platforms. Furthermore py2app is the correct required version.

    Any help here is greatly appreciated.

    thanks

    Mohammed

     

    Mohammeds-MacBook-Air:Cura MacBookAirMHK$ Cura/Cura.app/Contents/MacOS/Cura

     

    load preferences from /Users/MacBookAirMHK/Library/Application Support/Cura/14.11-RC7/preferences.ini

     

    Traceback (most recent call last):

     

    File "/Users/MacBookAirMHK/3DPrinting/Cura/Cura/Cura.app/Contents/Resources/__boot__.py", line 320, in <module>

     

    _run()

     

    File "/Users/MacBookAirMHK/3DPrinting/Cura/Cura/Cura.app/Contents/Resources/__boot__.py", line 311, in _run

     

    exec(compile(source, path, 'exec'), globals(), globals())

     

    File "/Users/MacBookAirMHK/3DPrinting/Cura/Cura/Cura.app/Contents/Resources/cura.py", line 89, in <module>

     

    main()

     

    File "/Users/MacBookAirMHK/3DPrinting/Cura/Cura/Cura.app/Contents/Resources/cura.py", line 86, in main

     

    app.CuraApp(args).MainLoop()

     

    File "Cura/gui/app.pyo", line 58, in __init__

     

    File "Cura/gui/app.pyo", line 100, in afterSplashCallback

     

    File "Cura/gui/mainWindow.pyo", line 13, in <module>

     

    File "Cura/gui/preferencesDialog.pyo", line 5, in <module>

     

    File "Cura/gui/configWizard.pyo", line 13, in <module>

     

    File "Cura/gui/printWindow.pyo", line 4, in <module>

     

    ImportError: No module named power

     

    2014-11-27 14:51:45.961 Cura[28689:227191] Cura Error

     

  2. Daid,

    thanks for your reply. I have installed Codeblocks and still getting the following error. Also I am using a windoww 7 operating system

    C:\Github\CuraEngine>mingw32-make all

    The syntax of the command is incorrect.

    mingw32-make: [build/] Error 1 (ignored)

    The syntax of the command is incorrect.

    mingw32-make: [build/modelFile/] Error 1 (ignored)

    The syntax of the command is incorrect.

    mingw32-make: [build/utils/] Error 1 (ignored)

    g++ -c -Wall -Wextra -Wold-style-cast -Woverloaded-virtual -std=c++11 -DVERSION=

    \"DEV\" -isystem libs -O3 -fomit-frame-pointer -march=pentium4 -flto src/bridge.

    cpp -o build/bridge.o

    Assembler messages:

    Fatal error: can't create build/bridge.o: No such file or directory

    mingw32-make: *** [build/bridge.o] Error 1

     

  3. Hello Daid,

    When I am using package.sh to build Cura.exe, the size of CuraEngine.exe is approximately half compared to CuraEngine.exe packaged with the release version from software.Ultimaker.com. Gcode toolpaths within my CuraEngine do not work on any machine other than the build machine

    I have shared a link of package.sh

    https://www.dropbox.com/s/9e1pgmbzrpsv889/package.sh?dl=0

    And I have commented only the following lines

    #package the result

    if (( ${ARCHIVE_FOR_DISTRIBUTION} )); then

    if [ $BUILD_TARGET = "win32" ]; then

    #rm ${TARGET_DIR}.zip

    #cd ${TARGET_DIR}

    #7z a ../${TARGET_DIR}.zip *

    #cd ..

    #if [ -f '/cygdrive/c/Program\ Files\ \(x86\)/NSIS/makensis.exe' ]; then

    rm -rf scripts/win32/dist

    mv `pwd`/${TARGET_DIR} scripts/win32/dist

    'makensis.exe' -DVERSION=${BUILD_NAME} 'scripts/win32/installer.nsi' >> log.txt

    mv scripts/win32/Cura_${BUILD_NAME}.exe ./

    # fi

    else

    echo "Archiving to ${TARGET_DIR}.tar.gz"

    $TAR cfp - ${TARGET_DIR} | gzip --best -c > ${TARGET_DIR}.tar.gz

    fi

    else

    echo "Installed into ${TARGET_DIR}"

    fi

     

  4. Hi Daid,

    I have installed mingw32-make and running make in the CuraEngine directory in the DOS prompt. I am getting the following error. Can you pls help us with set up of environment

    C:githubmhkCuraCuraEngine>mingw32-make all

    g++ -I. -c -Wall -Wextra -O3 -fomit-frame-pointer gcodeExport.cpp -o gcodeExport.o

    In file included from utils/intpoint.h:12,

    from utils/floatpoint.h:10,

    from settings.h:4,

    from gcodeExport.h:7,

    from gcodeExport.cpp:4:

    clipper/clipper.hpp:41: ostream: No such file or directory

    In file included from utils/floatpoint.h:10,

    from settings.h:4,

    from gcodeExport.h:7,

    from gcodeExport.cpp:4:

    utils/intpoint.h:15: stdint.h: No such file or directory

    In file included from settings.h:4,

    from gcodeExport.h:7,

    from gcodeExport.cpp:4:

    utils/floatpoint.h:12: stdint.h: No such file or directory

    In file included from gcodeExport.cpp:5:

    pathOrderOptimizer.h:5: stdint.h: No such file or directory

    mingw32-make: *** [gcodeExport.o] Error 1

     

  5. Daid,

    I am also using mingw32 but having the same problem as above as the Exe is incomplete.

     

    1. Where do I get access to code block 12.11 on github
    2. Also can you specify which dlls are missing for me to build with cygwin.

    thanks

    Mohammed

     

  6. Hello Daid,

    When I am running the Make utility for cygwin win7 for CuraEngine, I am getting CuraEngine.exe of only 367KB. This CuraEngine does not work with Cura

    The released CuraEngine.exe size is 1MB.

    I am synching from github.com/Ultimaker.com/CuraEngine.exe master branch.

    Any ideas??

    thanks

    Mohammed

     

  7. Hello,

    When I am making CuraEngine on my Win7 64 bit, I am getting the following error

    $ mingw32-make all

    g++ -I. -c -Wall -Wextra -O3 -fomit-frame-pointer main.cpp -o main.o

    In file included from main.cpp:34:0:

    gcodeExport.h: In member function ‘void GCodeExport::replaceTagInStart(const char*, const char*)’:

    gcodeExport.h:65:9: error: ‘off64_t’ was not declared in this scope

    off64_t oldPos = ftello64(f);

    ^

    gcodeExport.h:65:17: error: expected ‘;’ before ‘oldPos’

    off64_t oldPos = ftello64(f);

    ^

    gcodeExport.h:68:32: error: ‘fseeko64’ was not declared in this scope

    fseeko64(f, 0, SEEK_SET);

    ^

    gcodeExport.h:78:21: error: ‘oldPos’ was not declared in this scope

    fseeko64(f, oldPos, SEEK_SET);

    ^

    C:mingwinmingw32-make.exe: *** [main.o] Error 1

     

     

    any ideas

     

    thanks

     

    Mohammed

     

  8. Hello,

    I am looking to source ABS 1.7mm which has high tensile strength 40MPa. The manufacturer should have a reputation of giving a very uniform cylindrical filament.

    Any ideas whom I can contact.

    thanks

    Mohammed

     

  9. Hi,

    I am running Mac 10.8.3. I am experimenting a bit.

     

    1. I symlinked python in /Applications/Cura/Cura.app/Contents/MacOS/Cura
    2. ln -s /Library/Frameworks/Python.framework/Versions/2.7/bin/python python
    3. Then i got the following error

    4. Mohammeds-MacBook-Air:MacOS MacBookAirMHK$ /Applications/Cura/Cura.app/Contents/MacOS/Cura
      Traceback (most recent call last):
      File "/Applications/Cura/Cura.app/Contents/Resources/__boot__.py", line 28, in <module>
      import ctypes
      File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 10, in <module>
      from _ctypes import Union, Structure, Array
      ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so, 2): Symbol not found: __PyInt_AsInt
      Referenced from: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
      Expected in: flat namespace
      in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
      2013-04-09 12:23:18.263 Cura[558:707] Cura Error
       

     

×
×
  • Create New...