Unconfigured Ad Widget

تقليص

إعـــــــلان

تقليص
لا يوجد إعلان حتى الآن.

عمل Compile للبليندر على اﻷبونتو وأخوته

تقليص
X
 
  • تصفية - فلترة
  • الوقت
  • عرض
إلغاء تحديد الكل
مشاركات جديدة

  • #16
    لااا
    آظن الخطأ عندى لم أسطب cvs

    تعليق


    • #17
      في حاجة غلط

      كود:
      source/blender/python/BPY_interface.c:515: warning: left-hand operand of comma expression has no effect
      source/blender/python/BPY_interface.c:515: warning: statement with no effect
      source/blender/python/BPY_interface.c:550: warning: incompatible implicit declaration of built-in function ‘strlen’
      source/blender/python/BPY_interface.c:559: warning: implicit declaration of function ‘CreateGlobalDictionary’
      source/blender/python/BPY_interface.c:568: warning: implicit declaration of function ‘PyConstant_New’
      source/blender/python/BPY_interface.c:571: warning: implicit declaration of function ‘PyString_FromString’
      source/blender/python/BPY_interface.c:571: error: too many arguments to function ‘PyConstant_Insert’
      source/blender/python/BPY_interface.c:572: error: ‘Py_None’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:573: error: too many arguments to function ‘PyConstant_Insert’
      source/blender/python/BPY_interface.c:575: error: expected expression before ‘)’ token
      source/blender/python/BPY_interface.c:578: warning: implicit declaration of function ‘RunPython’
      source/blender/python/BPY_interface.c:583: warning: implicit declaration of function ‘ReleaseGlobalDictionary’
      source/blender/python/BPY_interface.c: In function ‘BPY_run_python_script’:
      source/blender/python/BPY_interface.c:635: warning: implicit declaration of function ‘exit’
      source/blender/python/BPY_interface.c:635: warning: incompatible implicit declaration of built-in function ‘exit’
      source/blender/python/BPY_interface.c: In function ‘BPY_menu_do_python’:
      source/blender/python/BPY_interface.c:669: error: ‘PyObject’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:669: error: ‘py_dict’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:669: error: ‘py_res’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:669: warning: left-hand operand of comma expression has no effect
      source/blender/python/BPY_interface.c:669: error: ‘pyarg’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:669: warning: left-hand operand of comma expression has no effect
      source/blender/python/BPY_interface.c:669: warning: statement with no effect
      source/blender/python/BPY_interface.c:713: error: ‘Py_None’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:744: warning: incompatible implicit declaration of built-in function ‘strlen’
      source/blender/python/BPY_interface.c:815: error: too many arguments to function ‘PyConstant_Insert’
      source/blender/python/BPY_interface.c:816: error: too many arguments to function ‘PyConstant_Insert’
      source/blender/python/BPY_interface.c:818: error: expected expression before ‘)’ token
      source/blender/python/BPY_interface.c:867: warning: implicit declaration of function ‘PyRun_String’
      source/blender/python/BPY_interface.c:867: error: ‘Py_file_input’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c: In function ‘BPY_free_compiled_text’:
      source/blender/python/BPY_interface.c:912: error: ‘PyObject’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:912: error: expected expression before ‘)’ token
      source/blender/python/BPY_interface.c: In function ‘BPY_clear_script’:
      source/blender/python/BPY_interface.c:964: error: ‘PyObject’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:964: error: ‘dict’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:969: warning: implicit declaration of function ‘Py_IsInitialized’
      source/blender/python/BPY_interface.c:975: warning: implicit declaration of function ‘Py_XDECREF’
      source/blender/python/BPY_interface.c:975: error: expected expression before ‘)’ token
      source/blender/python/BPY_interface.c:976: error: expected expression before ‘)’ token
      source/blender/python/BPY_interface.c:977: error: expected expression before ‘)’ token
      source/blender/python/BPY_interface.c:978: error: expected expression before ‘)’ token
      source/blender/python/BPY_interface.c:987: warning: implicit declaration of function ‘PyDict_Clear’
      source/blender/python/BPY_interface.c: In function ‘bpy_pydriver_create_dict’:
      source/blender/python/BPY_interface.c:1004: error: ‘PyObject’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1004: error: ‘d’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1004: error: ‘mod’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1004: warning: left-hand operand of comma expression has no effect
      source/blender/python/BPY_interface.c:1004: warning: statement with no effect
      source/blender/python/BPY_interface.c:1006: error: ‘bpy_pydriver_Dict’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1015: warning: implicit declaration of function ‘PyEval_GetBuiltins’
      source/blender/python/BPY_interface.c:1040: warning: implicit declaration of function ‘importText’
      source/blender/python/BPY_interface.c:1054: error: ‘fcn’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c: In function ‘pydriver_error’:
      source/blender/python/BPY_interface.c:1087: error: ‘bpy_pydriver_Dict’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c: In function ‘BPY_pydriver_update’:
      source/blender/python/BPY_interface.c:1111: error: ‘bpy_pydriver_Dict’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c: In function ‘BPY_pydriver_eval’:
      source/blender/python/BPY_interface.c:1156: error: ‘PyObject’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1156: error: ‘retval’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1156: error: ‘floatval’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1156: warning: left-hand operand of comma expression has no effect
      source/blender/python/BPY_interface.c:1156: warning: statement with no effect
      source/blender/python/BPY_interface.c:1164: error: ‘bpy_pydriver_Dict’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1177: error: ‘Py_eval_input’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1184: warning: implicit declaration of function ‘PyNumber_Float’
      source/blender/python/BPY_interface.c:1191: warning: implicit declaration of function ‘PyFloat_AsDouble’
      source/blender/python/BPY_interface.c: In function ‘bpy_button_eval_error’:
      source/blender/python/BPY_interface.c:1217: error: ‘bpy_pydriver_Dict’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c: In function ‘BPY_button_eval’:
      source/blender/python/BPY_interface.c:1233: error: ‘PyObject’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1233: error: ‘retval’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1233: error: ‘floatval’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1233: warning: left-hand operand of comma expression has no effect
      source/blender/python/BPY_interface.c:1233: warning: statement with no effect
      source/blender/python/BPY_interface.c:1239: error: ‘bpy_pydriver_Dict’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1253: error: ‘Py_eval_input’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c: In function ‘BPY_do_pyscript’:
      source/blender/python/BPY_interface.c:1371: error: ‘PyObject’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1371: error: ‘dict’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1372: error: ‘ret’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1386: error: ‘g_blenderdict’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1386: warning: implicit declaration of function ‘EXPP_incr_ret_True’
      source/blender/python/BPY_interface.c:1388: warning: implicit declaration of function ‘GetPyObjectFromID’
      source/blender/python/BPY_interface.c:1428: warning: implicit declaration of function ‘EXPP_incr_ret_False’
      source/blender/python/BPY_interface.c:1429: error: ‘Py_None’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c: In function ‘BPY_is_spacehandler’:
      source/blender/python/BPY_interface.c:1480: warning: implicit declaration of function ‘strstr’
      source/blender/python/BPY_interface.c:1480: warning: incompatible implicit declaration of built-in function ‘strstr’
      source/blender/python/BPY_interface.c: In function ‘BPY_add_spacehandler’:
      source/blender/python/BPY_interface.c:1552: warning: implicit declaration of function ‘memcpy’
      source/blender/python/BPY_interface.c:1552: warning: incompatible implicit declaration of built-in function ‘memcpy’
      source/blender/python/BPY_interface.c: In function ‘BPY_do_spacehandlers’:
      source/blender/python/BPY_interface.c:1589: error: ‘PyObject’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1589: error: ‘dict’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1590: error: ‘ret’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1607: error: ‘g_blenderdict’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1609: warning: implicit declaration of function ‘PyInt_FromLong’
      source/blender/python/BPY_interface.c:1641: error: ‘Py_None’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c: In function ‘BPY_copy_scriptlink’:
      source/blender/python/BPY_interface.c:1773: warning: incompatible implicit declaration of built-in function ‘memcpy’
      source/blender/python/BPY_interface.c: At top level:
      source/blender/python/BPY_interface.c:1806: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
      source/blender/python/BPY_interface.c:1844: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
      source/blender/python/BPY_interface.c:1858: error: expected ‘)’ before ‘*’ token
      source/blender/python/BPY_interface.c:1885: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
      source/blender/python/BPY_interface.c:1931: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bimport’
      source/blender/python/BPY_interface.c:1935: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
      source/blender/python/BPY_interface.c: In function ‘init_ourImport’:
      source/blender/python/BPY_interface.c:1968: error: ‘PyObject’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1968: error: ‘m’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1968: error: ‘d’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1968: warning: left-hand operand of comma expression has no effect
      source/blender/python/BPY_interface.c:1968: warning: statement with no effect
      source/blender/python/BPY_interface.c:1969: error: ‘import’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1969: warning: implicit declaration of function ‘PyCFunction_New’
      source/blender/python/BPY_interface.c:1969: error: ‘bimport’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:1975: warning: implicit declaration of function ‘Main_Init’
      source/blender/python/BPY_interface.c: At top level:
      source/blender/python/BPY_interface.c:1984: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
      source/blender/python/BPY_interface.c:2037: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
      source/blender/python/BPY_interface.c:2067: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘breload’
      source/blender/python/BPY_interface.c: In function ‘init_ourReload’:
      source/blender/python/BPY_interface.c:2073: error: ‘PyObject’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:2073: error: ‘m’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:2073: error: ‘d’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:2073: warning: left-hand operand of comma expression has no effect
      source/blender/python/BPY_interface.c:2073: warning: statement with no effect
      source/blender/python/BPY_interface.c:2074: error: ‘reload’ undeclared (first use in this function)
      source/blender/python/BPY_interface.c:2074: error: ‘breload’ undeclared (first use in this function)
      scons: *** [/home/oem/cvs-blender/build/linux2/source/blender/python/BPY_interface.o] Error 1
      scons: building terminated because of errors.
      الله اكبر
      الله المستعان

      تعليق


      • #18
        شكراً أستاذي محمد على الموضوع..
        لاكن للاسف ليس لدي نظام لينيكس..
        ومامميزات نظام لينيكس عن الويندوز؟!

        ......
        اللحين اللي فهمته من الموضوع..
        أنه يسرع الاداء..يعني حتى لو أني أشتغل على كائنات كثير في مساحه العمل..
        والرندر يكون سريع في العرض..

        أعلموني بالطريقه رجاء لاني أعاني من هذا الشيء..
        النظام:ويندوز
        نوع الجهاز:لاب توب

        دخلت على الرابط اللي أرفقته لاخونا اللي فوق..
        كله أنجليزي..
        أأمل من يعرف أو يطبق العمل لنظام ويندوز أنا يشرحها بالمنتدى..
        لتعم الفائد على الجميع..

        شاكر لكم أخواني الغالين..

        تحياتي..

        تعليق


        • #19
          السلام عليكم
          أخى Mohheader لا أعلم الخطأ بالضبط ولكن تقريبا هى مشكله فى ال python
          تأكد انك ركبت كل المكتبات اللتى ذكرتها بالأعلى وخاصة python2.4-dev

          أخى pro_star لو استطعت عمله على الويندوز سوف اشرح الطريقة ان شاء الله
          و ما توفيقي الا بالله


          _________________________________________

          تعليق


          • #20
            هممممم

            أخي محمد ... لقد احتجت الى تثبيت python-all-dev لكي يعمل جيدا

            ارجو اضافتها الى القائمة ^_^
            الله اكبر
            الله المستعان

            تعليق


            • #21
              وجزاكم الله خيرا ^_^
              الله اكبر
              الله المستعان

              تعليق


              • #22
                لقد احتجت الى تثبيت python-all-dev لكي يعمل جيدا
                نعم تقريبا البليندر انتقل الى python 2.5 ﻷن وظيفة هذه المكتبه ادخالها
                تم التعديل
                تحياتى
                و ما توفيقي الا بالله


                _________________________________________

                تعليق


                • #23
                  بخصوص محرك الألعاب أريد تفعيله أنا الآن أقوم بتنزيل Cvs من النت ؟؟

                  تعليق


                  • #24
                    لتفعيل محرك اﻷلعاب جرب هذا اﻷمر لعمل الكومبايل

                    scons WITH_BF_GAMEENGINE=1
                    و ما توفيقي الا بالله


                    _________________________________________

                    تعليق


                    • #25
                      scons: *** No SConstruct file found.
                      File "/usr/lib/scons/SCons/Script/Main.py", line 1019, in _main
                      هذا ما ظهرررر

                      تعليق


                      • #26
                        ياشباب مافيه طريقه عملها على الويندوز؟!؟

                        تعليق


                        • #27
                          الواضح إن فى مشكلة عندى فى scons

                          تعليق


                          • #28
                            آه لم أدخل إلى الفولدر ^___^ Blender

                            تعليق


                            • #29
                              آه لم أدخل إلى الفولدر ^___^ Blender
                              يبقى انت كنت بتعمل compile للفولدر - اﻷمر نفع ؟؟
                              و ما توفيقي الا بالله


                              _________________________________________

                              تعليق


                              • #30
                                آه أشتغل تماااااااااااااااااااااااااااااام

                                تعليق

                                يعمل...
                                X