Ubuntu 11.10 Jahshaka Yükleme Sorunu

Başlatan halukunal, 05 Mayıs 2012 - 14:05:57

« önceki - sonraki »

0 Üyeler ve 3 Ziyaretçi konuyu incelemekte.

halukunal

Merhaba arkadaşlar.

Jahkasha adlı programın tar.gz halini  http://sourceforge.net/projects/jahshakafx/ buradan indirdim.

Dosyayı çıkarttım ve terminalde çıkarttığım klasorun içine girdim.

.configure komutunu yazdıktan sonra aşağıdaki gibi birşey geliyor; make install deyince yükleme yapmıyor.

unal@Unallar:~/Masaüstü/a$ ./configure
>>Configuring build type for jahshaka

./configure: 57: qmake: not found
---------------------------------------
Jahshaka Configure Script User Commands
---------------------------------------

SYNOPSIS

     ./configure [ switches ]
     ./configure [ switches ] jahshaka
     ./configure [ switches ] jahplayer

DESCRIPTION

     Configures the jahshaka build process to build either jahshaka
     or jahplayer

     By default running configure with no arguments will activate the
     build for jahshaka

     You need to follow the configure command with the make command
     in order to actually build the software!

SWITCHES

     --prefix=path
          sets the path for the installation (default: /usr/local)

     --disable-debug
          sets debug mode off

     --disable-plugins
          disables the plugin build and install

     --enable-static
          disables the dynamic loading of various open libraries

unal@Unallar:~/Masaüstü/a$ make install
make: *** Hedef `install' i derlemek için  hiçbir kural yok. Durdu.


Ne yapmalıyım?

heartsmagic

qmake: not found
Haliyle kurman lazım. Son sürümlerde bu paket sanırım şudur: qt4-qmake

Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

halukunal

Bu sefer şöyle dedi.

unal@Unallar:~/Masaüstü/a$ ./configure
>>Configuring build type for jahshaka

Project MESSAGE: Jahshaka 2.0 build system
Project MESSAGE: -----------------------------
Project MESSAGE:
Project MESSAGE: Checking operating system and paths
Project MESSAGE:
Project MESSAGE: DEBUG
Project MESSAGE: Operating System Type (Linux)
Project MESSAGE: Using linux presets...
Braces mismatch /home/unal/Masaüstü/a/Settings.pro:425
Project LOAD(): Feature Settings.pro cannot be found.
---------------------------------------
Jahshaka Configure Script User Commands
---------------------------------------

SYNOPSIS

     ./configure [ switches ]
     ./configure [ switches ] jahshaka
     ./configure [ switches ] jahplayer

DESCRIPTION

     Configures the jahshaka build process to build either jahshaka
     or jahplayer

     By default running configure with no arguments will activate the
     build for jahshaka

     You need to follow the configure command with the make command
     in order to actually build the software!

SWITCHES

     --prefix=path
          sets the path for the installation (default: /usr/local)

     --disable-debug
          sets debug mode off

     --disable-plugins
          disables the plugin build and install

     --enable-static
          disables the dynamic loading of various open libraries

heartsmagic

http://sourceforge.net/projects/jahshakafx/forums/forum/76063/topic/4025765

Settings.pro dosyasını görebilir miyiz? Orada bir satırı iptal etmemiz gerekiyor. Eğer cevabı anladıysan kendin yapabilirsin, yardım istiyorsan dosyanın içeriğini buraya geç. En azından cevapta bahsedilen satırların bir kısmını buraya geç.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

halukunal

#4
Alıntı Yap#exists( /usr/lib/Xm/bindings/sgi ) {

kodunun başındaki # kaldırıp denedim ama yine aynı hatayı verdi

###############################################################
#
# Jahshaka 1.9 RC1 Configuration File
#
###############################################################

###############################################################
# System wide settings here, you can modify these
###############################################################
# This is the default config for all libraries and the app

include( /home/unal/Masaüstü/a/config.pro )

## inclusion control
JAH_MAIN_SETTINGS_INCLUDED=1

###System Options###
JAHTHEMES       = true   #some linuxes have trouble with qt themes
JAHGIFT         = true   #for giFT p2p support very experimental
SPACEBALL       = false  #for spaceball support

###Media Options###
JAHMPEGDECODER  = false   #mpeg decoding using built in encoder
JAHMPEGENCODER  = false   #mpeg encoding support using built in decoder

###Hardware Acceleration###
NVIDIA_GPU      = true   #for GPU support
NVIDIA_GPGPU    = false  #for GPGPU support (not compatable with GPU keep this off!)

###Jahplayer Build dont touch this###
JAHPLAYER       =   false

###############################################################
# now we do a bit of auto configueration

###Debug or release ###
CONFIG  += warn_on qt opengl thread rtti exceptions stl
contains( JAHDEBUG,true ) {
message(DEBUG)
CONFIG += debug
} else {
message(RELEASE)
CONFIG  += release
DEFINES = NDEBUG
}

###currently windows and osx builds are static by default###

win32 {
JAHSTATIC       = true  #set to true for static linking
}

mac {
JAHSTATIC       = true  #set to true for static linking
}

###MLT Configure Options###

#false by default
MLTSUPPORT      = false
LINUXAVISUPPORT = false

!win32 {

# Determine if the mlt-config script is available
MLTPREFIX = $$system(mlt-config --prefix 2>/dev/null)

# Determine if avifile-config script is available
AVIPREFIX = $$system(avifile-config --prefix 2>/dev/null)

!isEmpty( AVIPREFIX ) {
# Drop to avifile if no MLT detected
LINUXAVISUPPORT = true  #avi support on linux using avifile
}

!isEmpty( MLTPREFIX ) {
# Use MLT when available
MLTSUPPORT      = true   #mlt support on linux (possibly os/x and irix)
LINUXAVISUPPORT = false
}
}

### OpenObjectLib configure options ###

# false by default
OPENOBJECTLIBSUPPORT = false

!win32 {
# determine if openobjectlib exists
OPENOBJECTLIBEXISTS = $$system(pkg-config --exists openlibraries 2>/dev/null ; echo $?)

contains( OPENOBJECTLIBEXISTS, 0 ) {
OPENOBJECTLIBSUPPORT = true
}
}

###############################################################
# Configuration from here on down
###############################################################

# we must specify the path where libsurface3d.so will be stored
unix {
JAH_SHARED_OBJECT_PATH = $$system( pwd )
}

###############################################################
# Sets up the Qt depend path, override if it doesnt work
# should be /usr/lib/qt-3.1/include
#think this is just for irix

unix {
QTPATH = $$system(echo $QTDIR)
}

win32 {
QTPATH = C:/Qt/3.3.3
}

JAHDEPENDPATH = $$QTPATH/include

unix {
TMAKE_CXXFLAGS_RELEASE  += -rdynamic
}

###############################################################
# OS specific settings here
###############################################################

#for windows only we test here since uname wont work
win32 {
OSNAME = Windows
}
!win32 {
OSNAME = $$system(uname -s)
}

message( Operating System Type  ($$OSNAME)  )

OSDEF = LOST


###############################################################
# calculated paths here
###############################################################

unix {
JAHSHAREDIR = $$JAHPREFIX/share/jahshaka
}

###############################################################
# QMake related fixes and globals here
###############################################################

false {
isEmpty( QMAKE_INSTALL_FILE ): QMAKE_INSTALL_FILE = $$QMAKE_COPY_FILE
isEmpty( QMAKE_INSTALL_DIR ): QMAKE_INSTALL_DIR = $$QMAKE_COPY_DIR

isEmpty( INSTALL_FILE ): INSTALL_FILE = $$QMAKE_INSTALL_FILE
isEmpty( INSTALL_DIR ): INSTALL_DIR = $$QMAKE_INSTALL_DIR
isEmpty( DEL_FILE ): DEL_FILE = $$QMAKE_DEL_FILE
isEmpty( DEL_DIR ): DEL_DIR = $$QMAKE_DEL_DIR
}

###############################################################
# Configure declrartions
###############################################################

DEFINES += JAHPREFIX=\"$$JAHPREFIX\" _THREAD_SAFE=true

#for qt theme support
contains( JAHTHEMES,true ) {
DEFINES += JAHTHEMES
}

#for giFT p2p support
contains( JAHGIFT,true ) {
DEFINES += JAHGIFT
}

#for Nvidia GPU
contains( NVIDIA_GPU,true ) {
DEFINES += NVIDIA_GPU
}

#for Nvidia GPGPU
contains( NVIDIA_GPGPU,true ) {
DEFINES += NVIDIA_GPGPU
}

#for the audio hack
contains( JAHAUDIO,true ) {
DEFINES += AUDIOSUPPORT
}

#for jahplayer support
contains( JAHPLAYER,true ) {
DEFINES += JAHPLAYER
}

#for native mpeg decoder support
contains( JAHMPEGDECODER,true ) {
DEFINES += JAHMPEGDECODER
}

#for native mpeg encoder support
contains( JAHMPEGENCODER,true ) {
DEFINES += JAHMPEGENCODER
}

#for spaceball
contains( SPACEBALL,true ) {
DEFINES += SPACEBALL
}

#for avi
contains( LINUXAVISUPPORT,true ) {
DEFINES += LINUXAVISUPPORT
}

#for mlt
contains( MLTSUPPORT,true ) {
    DEFINES += MLTSUPPORT
LIBS += -L$$MLTPREFIX/lib -lmlt++ $$system(mlt-config --libs 2>/dev/null) -lz
FREEDIR += $$MLTPREFIX/include/mlt
FREEDIR += $$MLTPREFIX/include
}

#for OpenObjectLib
contains( OPENOBJECTLIBSUPPORT,true ) {
DEFINES += NEWOPENOBJECTLIB

contains( OSNAME,[wW]indows ) {
DEFINES += HAVE_FLEX_STRING
DEFINES += HAVE_OPENIMAGELIB

#location of openobjectlib and openimagelib libraries
OPENOBJECTLIB_INCLUDE = C:/openobjectlib/include/openobjectlib \
  C:/openobjectlib/include
OPENIMAGELIB_INCLUDE = C:/openimagelib/include/openimagelib \
  C:/openimagelib/include
BOOST_INCLUDE = C:/Boost/include/boost-1_33

OPENOBJECTLIB_LIBS = C:/openobjectlib/lib
OPENIMAGELIB_LIBS = C:/openimagelib/lib
BOOST_LIBS = C:/Boost/lib
} else {
OPENLIBRARIES_INCLUDE = $$system(pkg-config --cflags openlibraries 2>/dev/null | sed 's/-I//g')
OPENLIBRARIES_LIBS = $$system(pkg-config --libs openlibraries 2>/dev/null)
OPENIMAGELIB_PLUGINS_PATH = $$system(pkg-config --variable=OPENIMAGELIB_PLUGINS openlibraries 2>/dev/null)
OPENMEDIALIB_PLUGINS_PATH = $$system(pkg-config --variable=OPENMEDIALIB_PLUGINS openlibraries 2>/dev/null)
OPENEFFECTSLIB_PLUGINS_PATH = $$system(pkg-config --variable=OPENEFFECTSLIB_PLUGINS openlibraries 2>/dev/null)
OPENOBJECTLIB_PLUGINS_PATH = $$system(pkg-config --variable=OPENOBJECTLIB_PLUGINS openlibraries 2>/dev/null)

DEFINES += OPENIMAGELIB_PLUGINS=\"$$OPENIMAGELIB_PLUGINS_PATH\"
DEFINES += OPENMEDIALIB_PLUGINS=\"$$OPENMEDIALIB_PLUGINS_PATH\"
DEFINES += OPENEFFECTSLIB_PLUGINS=\"$$OPENEFFECTSLIB_PLUGINS_PATH\"
DEFINES += OPENOBJECTLIB_PLUGINS=\"$$OPENOBJECTLIB_PLUGINS_PATH\"
}
}

#define this for script support. needed because of the player build.
contains( JAHPLAYER,false ) {
DEFINES += JAHSCRIPT
}

###############################################################
# System wide OS specific settings here, you can modify these
###############################################################

###############################################################
# Linux specific settings here

contains( OSNAME,[lL]inux  ) {
    message( "Using linux presets..." )
    OSDEF = FOUND

CONFIG += x11

    #os specific variable
    JAHOS=LINUX
    DEFINES += JAHLINUX

    #location of freetype libraries on linux
    FREEDIR += /usr/include/freetype2

#for  <GL/glut.h>
    FREEDIR += /usr/local/include
    FREEDIR += /usr/include

}

###############################################################
# OsX specific settings here

contains( OSNAME,[dD]arwin ) {
    message( "Using Mac OsX presets..." )
    OSDEF = FOUND

    #os specific variable
    JAHOS=DARWIN
    DEFINES += JAHDARWIN

DEFINES += FTGL_LIBRARY_STATIC
#DEFINES += GLEW_STATIC
DEFINES += PIXELSHADERS

    #default location of freetype libraries on mac
    FREEDIR += /usr/local/include/freetype2

    contains( OPENALFRAMEWORK, true) {
OPENAL_INCLUDE=/System/Library/Frameworks/OpenAL.framework/Headers
OPENAL_LIBS=-framework OpenAL
DEFINES += OPENALFRAMEWORK
    } else {
OPENAL_LIBS=-lopenal
    }
}

###############################################################
# Sgi Irix specific settings here

contains( OSNAME,IRIX64    ) {
    message( "Using Irix presets..." )
    OSDEF = FOUND

    #os specific variable
    JAHOS=IRIX
    DEFINES += JAHIRIX

    #location of freetype libraries on irix
    FREEDIR += /usr/nekoware/include/freetype2

    SGIDIR  += /usr/nekoware/include
}

###############################################################
# Windows specific settings here

contains( OSNAME,[wW]indows    ) {
    message( "Using Windows presets..." )
    OSDEF = FOUND

    #os specific variables
    JAHOS=WINDOWS
    DEFINES += JAHWINDOWS
    DEFINES += WIN32
    DEFINES += WINAVISUPPORT
    #DEFINES += _DEBUG
    DEFINES += _WINDOWS
DEFINES += PARTICLEDLL_EXPORTS
DEFINES += FTGL_LIBRARY_STATIC
#DEFINES += GLEW_STATIC
DEFINES += PIXELSHADERS
#DEFINES += JAH_DLL_EXPORT
#DEFINES += QT_NO_STYLE_WINDOWS
DEFINES -= UNICODE

    #location of freetype libraries on windows
    FREEDIR += C:/freetype/include

contains( OPENOBJECTLIBSUPPORT,false ) {
DEFINES += GLEW_STATIC
}
}



###############################################################

# Sgi Irix old Qt specific settings here
#this is a hack for sgi systems using the older qt 3.0 libs
#that are distributed with the aug03 freeware
#jahshaka needs at least 3.1 for optimal functionality

unix {

#exists( /usr/lib/Xm/bindings/sgi ) {

#message( "Using Unstable 3.0 Irix presets..." )

    #os specific variable
#    JAHOS=IRIX
#    OSDEF = FOUND
#    DEFINES += JAHIRIX

    #location of freetype libraries on irix
#    FREEDIR += /usr/freeware/include/freetype2

    #location of qt libraries on irix
#    JAHDEPENDPATH += /usr/freeware/Qt/include
#    SGIDIR  += /usr/freeware/include
#    SGIDIR += /usr/freeware/include/GL

} else {

##############################################################
# Cant figure out the os use some defaults and hope

contains( OSDEF, LOST  ) {
    message( "Cant figure out OS Using linux defaults..." )

    #os specific variable
    JAHOS=LINUX
    DEFINES += JAHLINUX

#we have to assume this is where it is
    QTPATH = /usr/lib/qt-3.1
    JAHDEPENDPATH += /usr/lib/qt-3.1/include

    #location of freetype libraries on linux
    FREEDIR += /usr/include/freetype2

    #for the audio hack
    contains( JAHAUDIO,true ) {

    #we hack the directories where libaudio is on to freedir
    FREEDIR += /usr/local/include
    FREEDIR += /usr/include
    DEFINES += AUDIOSUPPORT
    }
}

}

} ###end of file






Dosyayı değiştirdikten sonra ./configure deyince dosya eski haline dönüyor;

gedit üst bildirim olarak aşağıdaki mesaj geliyor.

Dosya /home/unal/Masaüstü/a/Settings.pro disk üzerinde değişmiş.
Dosyayı yeniden yüklemek istiyor musunuz?

heartsmagic

Hata çıktısı birebir aynı mı? Eğer parantez hatası diyorsa başka yerlerde de vardır belki.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

halukunal

Çıktı birebir aynı.

geany ile denedim olmuyor diye düşündüm.

gedit ile denerken, kaydettikten sonra, terminale ./configure yazdıktan sonra üst bildirim olarak aşağıdaki mesaj geliyor.

Dosya /home/unal/Masaüstü/a/Settings.pro disk üzerinde değişmiş.
Dosyayı yeniden yüklemek istiyor musunuz?

heartsmagic

Peki yeniden yükle dediğinde o satırın başına yine # koyuyor mu? Bu arada 425. satırda ne var?
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

halukunal

Evet başına # ekliyor, dosya eski haline dönmüş gibi oluyor.

Yukarda verdiğim kodların en sonundaki yazı olan satır 425.satırdır. Bu satırın altında 3 tane boş satır var.

425.satır
} ###end of file

heartsmagic

O zaman dosya haliyle yeniden üretiliyor, aslında mantıklı olan da o. Onu üreten şeyi bilmek/bulmak lazım kaynak kodun içinde. Bilmiyorum neler var kaynakta.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

halukunal

Paketi http://sourceforge.net/projects/jahshakafx/files/latest/download burdan indirebilirsiniz.

Eğer olmayacak gibiyse Adobe After Effects programına alternatif olarak önerebileceğiniz açık kaynak kodlu bir program var mıdır?

heartsmagic

Bir ara ilk elden bakmaya çalışırım. Genelde bu derlemeye çalıştığın uygulama dolanıyor etrafta muadil olarak. Bir iki tane daha var ancak ne kadar iyiler bilemem.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

mesuttoksoz

Arkadaşlar bu konu hakkında birçok başlık açılmış fakat hiçbirinde yeterli bilgi verilmemiş. genelde depoda zaten mevcut denmiş ve geçiştirilmiş!!! Bu konudaki en kapsamlı açıklama olan 2008 yılında açılmış olan Uygulama Kurma / Derleme / Checkinstall programı (http://forum.ubuntu-tr.net/index.php/topic,179.0.html) başlıklı yazı. Fakat bu yazıya göre kurulum yapmaya çalışınca(2008 de ubuntu 12.04 yoktu) belli noktadan sonra ilerleme yapılamıyor. Bu konu hakkında güzel bir açıklama yapabilecek arkadaşlardan yardım bekliyorum. Umarım bu konuda açılması gereken son başlık olur!!!(Açıklamalar sadece belli program için olmazsa genel olarak açıklayıcı olmuş olur)

Benim yukarıdaki sitedeki açıklamaya göre gidişimde tıkandığım nokta ''./configure'' deiğimiz kısım.Bu kodu girdiğimde;

mesut@mesut-Joybook-S41:~/Masaüstü/jahshaka$ ./configure
>>Configuring build type for jahshaka

./configure: 50: ./configure: qmake: not found
---------------------------------------
Jahshaka Configure Script User Commands
---------------------------------------

SYNOPSIS

     ./configure [ switches ]
     ./configure [ switches ] jahshaka
     ./configure [ switches ] jahplayer

DESCRIPTION

     Configures the jahshaka build process to build either jahshaka
     or jahplayer

     By default running configure with no arguments will activate the
     build for jahshaka

     You need to follow the configure command with the make command
     in order to actually build the software!

SWITCHES

     --prefix=path
          sets the path for the installation (default: /usr/local)

     --disable-debug
          sets debug mode off

     --disable-plugins
          disables the plugin build and install

     --enable-static
          disables the dynamic loading of various open libraries


diyor... Doğru birşeymi söylüyor bilmiyorum. Devamında ise ''make'' dediğimde


mesut@mesut-Joybook-S41:~/Masaüstü/jahshaka$ make
make: *** Hedefler belirtilmediğinden make dosyası yok. Durdu.


diyor ki buda tıkandığım nokta!!!

ebubekirs

http://forum.ubuntu-tr.net/index.php?topic=33550.0

Bu konuya göz atmış mıydınız ? Öncelikle qmake paketini kurmanız gerekiyor. Sonrasına tekrar bakalım.
Dünyaya gelen de benim, dünyadan giden de benim

mesuttoksoz

Alıntı yapılan: ebubekirs - 08 Ekim 2012 - 10:31:36
http://forum.ubuntu-tr.net/index.php?topic=33550.0

Bu konuya göz atmış mıydınız ? Öncelikle qmake paketini kurmanız gerekiyor. Sonrasına tekrar bakalım.

cevap için teşekkür ederim.

Evet burayada göz attım fakat hem benim için yeterli bilgi içermiyor hemde bir sonuca ulaşılamamış buradada!!!

ebubekirs

Nerede takıldıysanız oradan devam edelim o halde. qmake kurduktan sonra ne hata verdi ?
Dünyaya gelen de benim, dünyadan giden de benim

mesuttoksoz

Yukarıda belirttiğim gibi ''.configure'' dedikten sonra

mesut@mesut-Joybook-S41:~/Masaüstü/jahshaka$ ./configure
>>Configuring build type for jahshaka

./configure: 50: ./configure: qmake: not found
---------------------------------------
Jahshaka Configure Script User Commands
---------------------------------------

SYNOPSIS

     ./configure [ switches ]
     ./configure [ switches ] jahshaka
     ./configure [ switches ] jahplayer

DESCRIPTION

     Configures the jahshaka build process to build either jahshaka
     or jahplayer

     By default running configure with no arguments will activate the
     build for jahshaka

     You need to follow the configure command with the make command
     in order to actually build the software!

SWITCHES

     --prefix=path
          sets the path for the installation (default: /usr/local)

     --disable-debug
          sets debug mode off

     --disable-plugins
          disables the plugin build and install

     --enable-static
          disables the dynamic loading of various open libraries


yanıtını alıyorum burada aldığım cevap olumlu mu anlayamıyorum!! Daha sonra ise önce ''make'' komutu kullandım cevabı;

mesut@mesut-Joybook-S41:~/Masaüstü/jahshaka$ make
make: *** Hedefler belirtilmediğinden make dosyası yok. Durdu.


Bu olmayınca sizin verdiğiniz likteki işlemleri uygulamak istedim. önce ''qmake'' cevabı;


mesut@mesut-Joybook-S41:~/Masaüstü/jahshaka$ qmake
'qmake' uygulaması aşağıda geçen paketlerde bulunabilir:
* qt3-dev-tools
* qt4-qmake
Şunu deneyin: sudo apt-get install <seçili paket>


burada dediğine göre önce ''qt4-make'' komutu verdim. cevabı;

mesut@mesut-Joybook-S41:~/Masaüstü/jahshaka$ qt4-qmake
qt4-qmake: command not found
mesut@mesut-Joybook-S41:~/Masaüstü/jahshaka$


bundada * bir şey elde edemeyince ''Şunu deneyin: sudo apt-get install <seçili paket>'' komutuna uydum ve bunu denedim. bunun cevabı ise;

mesut@mesut-Joybook-S41:~/Masaüstü/jahshaka$ sudo apt-get install jahshaka
[sudo] password for mesut:
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı inşa ediliyor.       
Durum bilgisi okunuyor... Bitti       
N: Ignoring file 'noobslab-swar-themes-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'paul-climbing-ppa-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'precise-partner.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'upubuntu-com-conky-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'tista-selene-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'satyajit-happy-themes-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'alanbell-unity-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'worg-themes-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'ikarosdev-unity-revamped-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'tualatrix-ppa-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'ferramroberto-java-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'ojno-unity-minimize-on-click-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'upubuntu-com-themes-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'tiheum-equinox-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'kroq-gar78-ppa-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'upubuntu-com-shell-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'noobslab-malys-themes-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'alecive-antigone-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'shimmerproject-ppa-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'noobslab-icons-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'scopes-packagers-ppa-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'noobslab-themes-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'webupd8team-themes-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ precise/partner i386 Packages (/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-i386_Packages)
W: Bu sorunun çözümü için apt-get update kullanmak isteyebilirsin
E: jahshaka paketi konumlandırılamıyor
mesut@mesut-Joybook-S41:~/Masaüstü/jahshaka$


burada dediğine uyarakta ''apt-get update'' kullandım ondada şu cevabı aldım;

mesut@mesut-Joybook-S41:~/Masaüstü/jahshaka$ apt-get update
N: Ignoring file 'noobslab-swar-themes-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'paul-climbing-ppa-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'precise-partner.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'upubuntu-com-conky-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'tista-selene-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'satyajit-happy-themes-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'alanbell-unity-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'worg-themes-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'ikarosdev-unity-revamped-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'tualatrix-ppa-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'ferramroberto-java-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'ojno-unity-minimize-on-click-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'upubuntu-com-themes-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'tiheum-equinox-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'kroq-gar78-ppa-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'upubuntu-com-shell-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'noobslab-malys-themes-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'alecive-antigone-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'shimmerproject-ppa-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'noobslab-icons-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'scopes-packagers-ppa-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'noobslab-themes-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'webupd8team-themes-precise.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: /var/lib/apt/lists/lock dosyası kilitli açılamıyor - open (13: Erişim engellendi)
E: /var/lib/apt/lists/ dizini kilitlenemiyor
E: /var/lib/dpkg/lock dosyası kilitli açılamıyor - open (13: Erişim engellendi)
E: (/var/lib/dpkg/) yönetim dizinini kilitlenemiyor, yönetici misin?
mesut@mesut-Joybook-S41:~/Masaüstü/jahshaka$


kusura bakmayın biraz uzun bir açıklama oldu ama fazladan uğraş olmasın dedim. tekrar teşekkür ederim.


ebubekirs

"sudo apt-get install <seçili paket>"

ile kastettiği eksik olan qt4-qmake paketi. Önce bunu yüklemeniz gerekiyor. Bunun için;

sudo apt-get install qt4-qmake

Daha sonra ./configure adımını tekrar yapın. Sonrasında bakalım tekrar
Dünyaya gelen de benim, dünyadan giden de benim

mesuttoksoz

''gt4-qmake'' işlemini dediğiniz gibi yaptım. ardından kuruluma tekrar başladım. ''./configure'' işleminin cevabı;

mesut@mesut-Joybook-S41:~/Masaüstü/jahshaka$ ./configure
>>Configuring build type for jahshaka

Project MESSAGE: Jahshaka 2.0 build system
Project MESSAGE: -----------------------------
Project MESSAGE:
Project MESSAGE: Checking operating system and paths
Project MESSAGE:
Project MESSAGE: DEBUG
Project MESSAGE: Operating System Type (Linux)
Project MESSAGE: Using linux presets...
Braces mismatch /home/mesut/Masaüstü/jahshaka/Settings.pro:425
Project LOAD(): Feature Settings.pro cannot be found.
---------------------------------------
Jahshaka Configure Script User Commands
---------------------------------------

SYNOPSIS

     ./configure [ switches ]
     ./configure [ switches ] jahshaka
     ./configure [ switches ] jahplayer

DESCRIPTION

     Configures the jahshaka build process to build either jahshaka
     or jahplayer

     By default running configure with no arguments will activate the
     build for jahshaka

     You need to follow the configure command with the make command
     in order to actually build the software!

SWITCHES

     --prefix=path
          sets the path for the installation (default: /usr/local)

     --disable-debug
          sets debug mode off

     --disable-plugins
          disables the plugin build and install

     --enable-static
          disables the dynamic loading of various open libraries


sonuç olarak bu kısımda değişim var. sonrasında ''make'' komutu denedim. cevabı;


mesut@mesut-Joybook-S41:~/Masaüstü/jahshaka$ make
make: *** Hedefler belirtilmediğinden make dosyası yok. Durdu.


bu olmayınca ''qt4-qmake'' denedim. cevabı;


mesut@mesut-Joybook-S41:~/Masaüstü/jahshaka$ qt4-qmake
qt4-qmake: command not found


son olarak ''qmake'' uyguladım.cevabı;

mesut@mesut-Joybook-S41:~/Masaüstü/jahshaka$ qmake
Project MESSAGE: Jahshaka 2.0 build system
Project MESSAGE: -----------------------------
Project MESSAGE:
Project MESSAGE: Checking operating system and paths
Project MESSAGE:
Project MESSAGE: DEBUG
Project MESSAGE: Operating System Type (Linux)
Project MESSAGE: Using linux presets...
Braces mismatch /home/mesut/Masaüstü/jahshaka/Settings.pro:425
Project LOAD(): Feature Settings.pro cannot be found.


cevaplar bunlar!!! devamında şu kodlar var ama onların uygulaması aynımı olacak yada bunlardan hangisini kullanmam gerek;


sudo make install
sudo aptitude install checkinstall
sudo checkinstall


mesela ''make'' yerine ''qmake'' uyguladığımızda ''sudo make install'' adımında ''sudo qmake install'' mi kullanacağız.

ebubekirs

Önce şu Settings.pro dosyasındaki hataya bakalım,

gedit /home/mesut/Masaüstü/jahshaka/Settings.pro dosyasını açın. 425. satırın içeriğini bir görelim.
Dünyaya gelen de benim, dünyadan giden de benim

mesuttoksoz

#20
Alıntı yapılan: ebubekirs - 08 Ekim 2012 - 14:29:37
Önce şu Settings.pro dosyasındaki hataya bakalım,

gedit /home/mesut/Masaüstü/jahshaka/Settings.pro dosyasını açın. 425. satırın içeriğini bir görelim.

Sonuç şöyle;



###############################################################
# Sgi Irix specific settings here

contains( OSNAME,IRIX64    ) {
    message( "Using Irix presets..." )
    OSDEF = FOUND

    #os specific variable
    JAHOS=IRIX
    DEFINES += JAHIRIX

    #location of freetype libraries on irix
    FREEDIR += /usr/nekoware/include/freetype2

    SGIDIR  += /usr/nekoware/include
}

###############################################################
# Windows specific settings here

contains( OSNAME,[wW]indows    ) {
    message( "Using Windows presets..." )
    OSDEF = FOUND

    #os specific variables
    JAHOS=WINDOWS
    DEFINES += JAHWINDOWS
    DEFINES += WIN32
    DEFINES += WINAVISUPPORT
    #DEFINES += _DEBUG
    DEFINES += _WINDOWS
DEFINES += PARTICLEDLL_EXPORTS
DEFINES += FTGL_LIBRARY_STATIC
#DEFINES += GLEW_STATIC
DEFINES += PIXELSHADERS
#DEFINES += JAH_DLL_EXPORT
#DEFINES += QT_NO_STYLE_WINDOWS
DEFINES -= UNICODE

    #location of freetype libraries on windows
    FREEDIR += C:/freetype/include

contains( OPENOBJECTLIBSUPPORT,false ) {
DEFINES += GLEW_STATIC
}
}



###############################################################

# Sgi Irix old Qt specific settings here
#this is a hack for sgi systems using the older qt 3.0 libs
#that are distributed with the aug03 freeware
#jahshaka needs at least 3.1 for optimal functionality

unix {

#exists( /usr/lib/Xm/bindings/sgi ) {

#message( "Using Unstable 3.0 Irix presets..." )

    #os specific variable
#    JAHOS=IRIX
#    OSDEF = FOUND
#    DEFINES += JAHIRIX

    #location of freetype libraries on irix
#    FREEDIR += /usr/freeware/include/freetype2

    #location of qt libraries on irix
#    JAHDEPENDPATH += /usr/freeware/Qt/include
#    SGIDIR  += /usr/freeware/include
#    SGIDIR += /usr/freeware/include/GL

} else {

##############################################################
# Cant figure out the os use some defaults and hope

contains( OSDEF, LOST  ) {
    message( "Cant figure out OS Using linux defaults..." )

    #os specific variable
    JAHOS=LINUX
    DEFINES += JAHLINUX

#we have to assume this is where it is
    QTPATH = /usr/lib/qt-3.1
    JAHDEPENDPATH += /usr/lib/qt-3.1/include

    #location of freetype libraries on linux
    FREEDIR += /usr/include/freetype2

    #for the audio hack
    contains( JAHAUDIO,true ) {

    #we hack the directories where libaudio is on to freedir
    FREEDIR += /usr/local/include
    FREEDIR += /usr/include
    DEFINES += AUDIOSUPPORT
    }
}

}

} ###end of file



Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 08 Ekim 2012 - 14:42:59

ayrıca uçbirimde aldığım yanıt;



mesut@mesut-Joybook-S41:~$ gedit /home/mesut/Masaüstü/jahshaka/Settings.pro

(gedit:6931): LIBDBUSMENU-GLIB-WARNING **: Translation has an invalid value 'ltr(soldan sağa)' for default text direction.  Defaulting to left-to-right.

Ninoslayer

Bu tip dosyalarda içinde genelde bir "Readme" dosyası olur. Orada programı kurmadan önce kurmanız gereken program kısmı "Bağımlıklar" ingilizce olarak "Dependincies" kısmı olur. Mesela "Qmake" bu programın kurulumu için bir "Bağımlılıktır". O "Readme" dosyasında ne bağımlıklar var bilmemiz lazım. Anlaşılacağı gibi her tar.gz nin kurulumu birbirinin aynı değildir.

mesuttoksoz

Readme dosyası aşagıdaki gibidir. 



/*******************************************************************************
**              J A H S H A K A   I M A G E   I N T E G R A T O R              *
**                                                                             *
**                                                                             *
**                        http://www.jahshaka.org                              *
**                                                                             *
** Release:  Mon June 2 23:53:52 2003                                          *
**      by:  Jah Shaka                                                         *
**   email:  jahshaka@users.sourceforge.net                                    *
**                                                                             *
** Copyright (C) 2000-2005 Visual Media                                        *
**                                                                             *
** This program is distributed in the hope that it will be useful,             *
** but WITHOUT ANY WARRANTY; without even the implied warranty of              *
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               *
** GNU General Public License for more details.                                *
**                                                                             *
*******************************************************************************/


       >>>>> Welcome the the Jahshaka 2.0RC1 release! <<<<<

Since this is currently beta software, be very careful (as mentioned above)!

Jahshaka currently runs on Linux, Windows, OsX and Irix.  We have
tested on Fedora Core 3 and 4, Slackware, Windows XP, Irix 6.5.18 and
OsX 10.3 and 10.4 although most other linuxes and windows should work.

>> COMPILING

To run jahshaka, you need to compile first if you are working with the source.
If you have downloaded the binary, skip over to GETTING STARTED

The only dependencies you need are Qt 3.x, freetype 2.x and glut 3.7+. You can
find these online easily by doing a search in google. Please read the INSTALL
document for information on compiling jahshaka

>> GETTING STARTED

To execute jahshaka, go to the jahshaka main directory (where this file is)
and type:

./jahshaka (for linux)

or

double click on the jahshaka file (for windows or OsX)

>> EXPERIMENTING

To start using jahshaka, simply load a few clips onto the desktop by clicking the
Load Clip button. We currently only support stills and image sequences but media
file support is on the way.

Once you have a few clips, check out the modules.
Create a layer, and then to get a clip to fill it, hit the 'Get Desktop' button.
Select a clip from the desktop, and then hit the red 'return' button to use it.

In order to save-out scene files they must have a .jsf extension. Saving and
loading is done through the World layers object menu.

>> FEEDBACK

So far things are working nicely, and the force-play option in the controller
is a great example of what hardware accelerated open-gl can really do
when its put to good use. The interface is a mess, and we are cleaning it up for
the next alpha release, plus making things a lot more slick and intuitive.


>> FORUMS

Please report all bugs to the Jahshaka bugzilla at:

http://bugs.jahshaka.org

Thanks and Enjoy!


The Jahshaka Project



Ayrıca dependencies in geçtiği tek cümle;

The only dependencies you need are Qt 3.x, freetype 2.x and glut 3.7+. You can
find these online easily by doing a search in google. Please read the INSTALL
document for information on compiling jahshaka


heartsmagic

@mesuttoksoz, cümlelerinde bol bol ünlem kullanıyorsun. Bu alışkanlığı kötü bir amaçla yapmıyorsun belki ama yazışmalarda ünlem çokluğu genelde tepki anlamı taşır. Örneğin ilk iletini okuduğumda ortada biraz şikayetle beraber tepki seziyorum ki, bu konuda eğer böyle düşünüyorsan haksızlık ediyorsun demektir.

Uygulama derlemenin son konusu olmaz, zira uygulama derlemek *nix tarafında ha deyince olacak bir hadise değil. Geliştiricilerin kullanabileceği o kadar çok dil, o kadar çok kütüphane ve geliştirme takımı var ki, hepsi için ayrı ayrı başlık açamayacağımıza göre genel bir başlık açmak durumundayız bizler. Ve evet önce herkes depolara bakmalı, ardından varsa PPA aramalı yoksa derleme işlemi denemeli. Açılan başlıkta da yazdığı gibi derlenecek her paket genelde README ve INSTALL dosyaları içerir. Orada derleme bilgileri vardır.

Derlemeye çalıştığın uygulama için zaten bir başlık var. Bir başlık varken oradan devam etmek en makul durum. Gördüğün gibi sorunu orada da çözememişiz. Ben ilk elden denemeye çalışırım demişim ama ya unutmuşum ya da vakit bulamamışım demektir. Eğer derleme bu şekilde sorun yapamaya devam ederse geliştiriciye bilgi geçilebilir.

Başlıkları birleştiriyorum.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

mesuttoksoz

@heartsmagic cevapların için teşekkür ederim. Ünlem kullanmamın sebebi o noktaya dikkat çekmek sadece. Gözden kaçmaması için yani.:) Onun dışında bir anlam yüklemek istemedim yani.

İlk ileti konusunda ise tepkim forum'a değil ubuntu ya çünkü yaklaşık 4-5 yıldan beri kullanıyorum ama bir türlü bu yükleme işini yapamadım :) bütün sorunlarımı forumdaki açıklamalara göre çözebilirken sadece (belli program değil) tar.gz olan hiçbir programı yükleme yapılamadığı için tam anlamıyla bir açıklama bulabilmek için yazdım.  ya da ben hep sorunlu programlara denk geliyorum çünkü hiç yükleme yapamadım. hemde konunun güncel olması için özellikle 12.04 olarak açtım. örneğin : make, qmake, gt4-make ...gibi.

Yani amacım tamamen sizinde dediğiniz gibi; ''hepsi için ayrı ayrı başlık açamayacağımıza göre genel bir başlık açmak durumundayız bizler.''