Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    SIMPLY MEPIS installazione JAHSHAKA


    Salve, vorrei sapere come faccio a installare questo programma dallo shell----------
    dopo aver fatto ./configure mi da questi errori:
    glsl_objects.h:22: error: âGLhandleARBâ does not name a type
    glsl_objects.h:26: error: âGLenumâ has not been declared
    glsl_objects.h:27: error: expected `)' before âtypeâ
    glsl_objects.h:30: error: ISO C++ forbids declaration of âGLhandleARBâ with no type
    glsl_objects.h:30: error: expected â;â before â*â token
    glsl_objects.h:31: error: expected `;' before âcharâ
    glsl_objects.h:38: error: âGLhandleARBâ does not name a type
    glsl_objects.h:42: error: ISO C++ forbids declaration of âGLhandleARBâ with no type
    glsl_objects.h:42: error: expected â;â before â*â token
    glsl_objects.h:43: error: expected `;' before âboolâ
    gpumathlib.h:546: error: âGLuintâ has not been declared
    gpumathlib.h:547: error: âGLuintâ has not been declared
    gpumathlib.h:555: error: variable or field âreadTextureSubImageUcharâ declared void
    gpumathlib.h:555: error: âGLuintâ was not declared in this scope
    gpumathlib.h:555: error: expected primary-expression before âintâ
    gpumathlib.h:555: error: expected primary-expression before âintâ
    gpumathlib.h:556: error: expected primary-expression before âintâ
    gpumathlib.h:556: error: expected primary-expression before âintâ
    gpumathlib.h:557: error: expected primary-expression before âunsignedâ
    gpumathlib.h:557: error: expected primary-expression before âintâ
    gpumathlib.h:557: error: expected primary-expression before âintâ
    gpumathlib.h:557: error: initializer expression list treated as compound expression
    gpumathlib.h:559: error: variable or field âcreateEmpty2DTextureâ declared void
    gpumathlib.h:559: error: âGLuintâ was not declared in this scope
    gpumathlib.h:559: error: âtexture_id_ptrâ was not declared in this scope
    gpumathlib.h:559: error: âGLenumâ was not declared in this scope
    gpumathlib.h:559: error: expected primary-expression before âintâ
    gpumathlib.h:559: error: expected primary-expression before âintâ
    gpumathlib.h:559: error: initializer expression list treated as compound expression
    gpumathlib.h:577: error: variable or field âloadJahshakaBasicArbâ declared void
    gpumathlib.h:577: error: âGLintâ was not declared in this scope
    gpumathlib.h:577: error: âGLintâ was not declared in this scope
    gpumathlib.h:577: error: expected primary-expression before âfloatâ
    gpumathlib.h:578: error: expected primary-expression before âunsignedâ
    gpumathlib.h:579: error: âGLuintâ was not declared in this scope
    gpumathlib.h:579: error: âvertex_program_handleâ was not declared in this scope
    gpumathlib.h:579: error: initializer expression list treated as compound expression
    gpumathlib.h:581: error: âGLubyteâ was not declared in this scope
    gpumathlib.h:581: error: âfragment_programâ was not declared in this scope
    gpumathlib.h:582: error: âGLubyteâ was not declared in this scope
    gpumathlib.h:582: error: âstringâ was not declared in this scope
    gpumathlib.cpp: In function âbool jahstd::glslSupport()â:
    gpumathlib.cpp:48: error: âGLEW_VERSION_2_0â was not declared in this scope
    gpumathlib.cpp:49: error: âGLEW_ARB_fragment_shaderâ was not declared in this scope
    gpumathlib.cpp:50: error: âGLEW_ARB_vertex_shaderâ was not declared in this scope
    gpumathlib.cpp:50: error: âGLEW_ARB_shader_objectsâ was not declared in this scope
    gpumathlib.cpp:51: error: âGLEW_ARB_shading_language_100â was not declared in this scope
    gpumathlib.cpp: At global scope:
    gpumathlib.cpp:138: error: variable or field âreadTextureSubImageUcharâ declared void
    gpumathlib.cpp:138: error: redefinition of âint readTextureSubImageUcharâ
    gpumathlib.h:555: error: âint readTextureSubImageUcharâ previously defined here
    gpumathlib.cpp:138: error: âGLuintâ was not declared in this scope
    gpumathlib.cpp:138: error: expected primary-expression before âintâ
    gpumathlib.cpp:138: error: expected primary-expression before âintâ
    gpumathlib.cpp:139: error: expected primary-expression before âintâ
    gpumathlib.cpp:139: error: expected primary-expression before âintâ
    gpumathlib.cpp:140: error: expected primary-expression before âunsignedâ
    gpumathlib.cpp:140: error: expected primary-expression before âintâ
    gpumathlib.cpp:140: error: expected primary-expression before âintâ
    gpumathlib.cpp: In function âvoid check_gl()â:
    gpumathlib.cpp:851: error: âGLenumâ was not declared in this scope
    gpumathlib.cpp:851: error: expected `;' before âerrorâ
    gpumathlib.cpp:852: error: âerrorâ was not declared in this scope
    gpumathlib.cpp:852: error: âglGetErrorâ was not declared in this scope
    gpumathlib.cpp:852: error: âGL_NO_ERRORâ was not declared in this scope
    gpumathlib.cpp:853: error: âgluErrorStringâ was not declared in this scope
    gpumathlib.cpp: In function âvoid find_shader_program_error(unsigned char*, char*)â:
    gpumathlib.cpp:890: error: âGLintâ was not declared in this scope
    gpumathlib.cpp:890: error: expected `;' before âposâ
    gpumathlib.cpp:903: error: âGL_PROGRAM_ERROR_POSITION_NVâ was not declared in this scope
    gpumathlib.cpp:903: error: âposâ was not declared in this scope
    gpumathlib.cpp:903: error: âglGetIntegervâ was not declared in this scope
    gpumathlib.cpp:943: error: âGL_PROGRAM_ERROR_STRING_ARBâ was not declared in this scope
    gpumathlib.cpp:943: error: âglGetStringâ was not declared in this scope
    gpumathlib.cpp: In function âvoid getMVPMatrices(float*, float*, float*, float*, float*)â:
    gpumathlib.cpp:996: error: âGL_MODELVIEW_MATRIXâ was not declared in this scope
    gpumathlib.cpp:996: error: âglGetFloatvâ was not declared in this scope
    gpumathlib.cpp:997: error: âGL_PROJECTION_MATRIXâ was not declared in this scope
    gpumathlib.cpp:998: error: âGL_TEXTURE_MATRIXâ was not declared in this scope
    gpumathlib.cpp: At global scope:
    gpumathlib.cpp:1278: error: variable or field âloadJahshakaBasicArbâ declared void
    gpumathlib.cpp:1278: error: redefinition of âint loadJahshakaBasicArbâ
    gpumathlib.h:577: error: âint loadJahshakaBasicArbâ previously defined here
    gpumathlib.cpp:1278: error: âGLintâ was not declared in this scope
    gpumathlib.cpp:1278: error: âGLintâ was not declared in this scope
    gpumathlib.cpp:1278: error: expected primary-expression before âfloatâ
    gpumathlib.cpp:1279: error: expected primary-expression before âunsignedâ
    gpumathlib.cpp:1280: error: âGLuintâ was not declared in this scope
    gpumathlib.cpp:1280: error: âvertex_program_handleâ was not declared in this scope
    gpumathlib.cpp: In function âvoid debug_arbdata()â:
    gpumathlib.cpp:1302: error: âGLintâ was not declared in this scope
    gpumathlib.cpp:1302: error: expected `;' before âmax_fragment_instructionsâ
    gpumathlib.cpp:1303: error: expected `;' before âmax_vertex_instructionsâ
    gpumathlib.cpp:1306: error: âGL_FRAGMENT_PROGRAM_ARBâ was not declared in this scope
    gpumathlib.cpp:1307: error: âGL_MAX_PROGRAM_INSTRUCTIONS_ARBâ was not declared in this scope
    gpumathlib.cpp:1308: error: âmax_fragment_instructionsâ was not declared in this scope
    gpumathlib.cpp:1308: error: âglGetProgramivARBâ was not declared in this scope
    gpumathlib.cpp:1313: error: âGL_VERTEX_PROGRAM_ARBâ was not declared in this scope
    gpumathlib.cpp:1315: error: âmax_vertex_instructionsâ was not declared in this scope
    gpumathlib.cpp: At global scope:
    gpumathlib.cpp:1321: error: redefinition of âbool isAnARBFPInstructionâ
    gpumathlib.h:582: error: âbool isAnARBFPInstructionâ previously defined here
    gpumathlib.cpp:1321: error: âGLubyteâ was not declared in this scope
    gpumathlib.cpp:1321: error: âstringâ was not declared in this scope
    gpumathlib.cpp:1344: error: redefinition of âint countARBFPInstructionsâ
    gpumathlib.h:581: error: âint countARBFPInstructionsâ previously defined here
    gpumathlib.cpp:1344: error: âGLubyteâ was not declared in this scope
    gpumathlib.cpp:1344: error: âfragment_programâ was not declared in this scope
    gpumathlib.cpp: In function âbool checkComplexArbSupport(QString, int, int)â:
    gpumathlib.cpp:1382: error: âcountARBFPInstructionsâ cannot be used as a function
    make[2]: *** [gpumathlib.o] Error 1
    make[2]: Leaving directory `/home/ciokito/Documents/Programmi/da installare/jahshaka-2.0.0/jahshaka/source/OpenLibraries/opengpulib'
    make[1]: *** [sub-opengpulib] Error 2
    make[1]: Leaving directory `/home/ciokito/Documents/Programmi/da installare/jahshaka-2.0.0/jahshaka/source/OpenLibraries'
    make: *** [sub-source-OpenLibraries] Error 2

    che cosa significa e che cosa devo fare................
    G R A Z I E E E !!!!!!!!!!!!!!

  2. #2
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,558
    Significa solo che stai perdendo tempo inutilmente JAHSHAKA è composto da 29 pacchetti interdipendenti compilarlo da sorci quando basta inserire nel sources.list la sua repostri ubuntu dapper
    ed installareselo senza problemi con synapic mi sembra alquanto inopportuno

    #Jahshaka
    deb http://repo.jahshaka.org/ubuntu/dapper/ binary-i386/


    http://doc.ubuntu-fr.org/applications/jahshaka

  3. #3

    JAHSHAKA



    Ciao, scusa se ti disturbo ancora (specialmente dopo tutto questo tempo), ma ho fatto come mi hai consigliato tu, ho inserito nel sources.list - deb http://repo.jahshaka.org/ubuntu/dapper/ binary-i386/, ma mi da il seguente errore "404 not found"

    perche?????????????

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.