[Çözüldü] Smilla Enlarger'ı Ubuntuya Kurmak

Başlatan maydin95, 24 Aralık 2009 - 23:08:08

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

maydin95

Arkadaşlar Smilla Enlarger'ın Windos sürümü vardı. Küçük resimleri bozmadan büyütmeye yarıyor. Program açık kaynak kodlu ve http://sourceforge.net/projects/imageenlarger/ adlı siteden linux versiyonu indiriliyor. Wine ile açtığım zaman yazılar olmadığından kullanamıyordum. Açık kaynaklı olduğunu bildiğim için bir arama yaptım ve buldum; indirdim. Orada "linux_install.txt" dosyası vardı açtım içinde de şunlar yazıyordu:

To compile SmillaEnlarger, make sure that the Qt library and its developer tools are installed.

Within the SmillaEnlargerSrc directory first create the Makefile with qmake , then build the enlarger with make:

cd SmillaEnlargerSrc

qmake ImageEnlarger.pro

make


Orada dediği gibi "SmillaEnlargerSrc" klasörüne girdim ve "Open in Terminal" dedim. Terminale "qmake ImageEnlarger.pro" yazdım ve:

maydin@maydin:~/Masaüstü/SmillaEnlarger_0.8.9_source/SmillaEnlargerSrc$ qmake Im
ageEnlarger.pro
'qmake' programı aşağıdaki paketlerde bulunabilir.
* qt3-dev-tools
* qt4-qmake
Şunu deneyin: sudo apt-get install <seçili paket>
qmake: command not found
maydin@maydin:~/Masaüstü/SmillaEnlarger_0.8.9_source/SmillaEnlargerSrc$ make
make: *** Hedefler belirtilmediğinden make dosyası yok. Durdu.
maydin@maydin:~/Masaüstü/SmillaEnlarger_0.8.9_source/SmillaEnlargerSrc$


Depoda da yok. Ne yapabilirim acaba. Bu dosyaları naıl kuracağım?


Din; ilimle birleşirse nefaset, cehaletle birleşirse rezalet, siyasetle birleşirse de felaket olur.

kuleyni

  qt3-dev-tools
  qt4-qmake


Söylediği bu paketleri kurmayı deneyebilirsiniz başlangıç olarak :)

maydin95

Bu paketleri kurdum ama

maydin@maydin:~/Masaüstü/SmillaEnlarger_0.8.9_source/SmillaEnlargerSrc$ qmake Im
ageEnlarger.pro
WARNING: Failure to find: EnlargeParam.h
maydin@maydin:~/Masaüstü/SmillaEnlarger_0.8.9_source/SmillaEnlargerSrc$ make
/usr/share/qt3/bin/uic enlargerdialog.ui -o enlargerdialog.h
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -o main.o main.cpp
make: g++: Komut bulunamadı
make: *** [main.o] Hata 127
maydin@maydin:~/Masaüstü/SmillaEnlarger_0.8.9_source/SmillaEnlargerSrc$


Şimdi ne yapacam acaba?
Din; ilimle birleşirse nefaset, cehaletle birleşirse rezalet, siyasetle birleşirse de felaket olur.

kuleyni

şunu bi dene yüklü değil galiba

sudo apt-get install g++

heartsmagic

Geliştirme paketlerini topluca bir kur en iyisi:

sudo aptitude install build-essential
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.

maydin95

maydin@maydin:~/Masaüstü/SmillaEnlarger_0.8.9_source/SmillaEnlargerSrc$ qmake Im
ageEnlarger.pro
WARNING: Failure to find: EnlargeParam.h
maydin@maydin:~/Masaüstü/SmillaEnlarger_0.8.9_source/SmillaEnlargerSrc$ make
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -o main.o main.cpp
main.cpp:24:30: error: QtGui/QApplication: No such file or directory
main.cpp:25:17: error: QIcon: No such file or directory
In file included from main.cpp:26:
ConsoleManager.h:26:19: error: QString: No such file or directory
ConsoleManager.h:27:19: error: QObject: No such file or directory
ConsoleManager.h:28:18: error: QImage: No such file or directory
In file included from ConsoleManager.h:31,
                from main.cpp:26:
ArgumentParser.h:24:23: error: QStringList: No such file or directory
In file included from main.cpp:27:
EnlargerDialog.h:27:29: error: QtGui/QMainWindow: No such file or directory
EnlargerDialog.h:28:16: error: QDir: No such file or directory
In file included from main.cpp:28:
EnlargerThread.h:28:19: error: QThread: No such file or directory
EnlargerThread.h:29:18: error: QMutex: No such file or directory
EnlargerThread.h:30:26: error: QWaitCondition: No such file or directory
In file included from ConsoleManager.h:31,
                from main.cpp:26:
ArgumentParser.h:32: error: ISO C++ forbids declaration of 'QList' with no type
ArgumentParser.h:32: error: expected ';' before '<' token
ArgumentParser.h:33: error: 'QStringList' does not name a type
ArgumentParser.h:41: error: 'QStringList' does not name a type
ArgumentParser.h:52: error: 'QStringList' does not name a type
ArgumentParser.h:60: error: 'QString' has not been declared
ArgumentParser.h:61: error: ISO C++ forbids declaration of 'QString' with no type
ArgumentParser.h:61: error: expected ',' or '...' before '&' token
ArgumentParser.h:65: error: ISO C++ forbids declaration of 'QString' with no type
ArgumentParser.h:65: error: expected ',' or '...' before '&' token
ArgumentParser.h:67: error: 'QStringList' does not name a type
ArgumentParser.h:79: error: ISO C++ forbids declaration of 'QString' with no type
ArgumentParser.h:79: error: expected ',' or '...' before '&' token
ArgumentParser.h:85: error: ISO C++ forbids declaration of 'QString' with no type
ArgumentParser.h:85: error: expected ',' or '...' before '&' token
ArgumentParser.h:90: error: 'QString' does not name a type
ArgumentParser.h:94: error: ISO C++ forbids declaration of 'QString' with no type
ArgumentParser.h:94: error: expected ',' or '...' before '&' token
ArgumentParser.h:96: error: 'QString' does not name a type
ArgumentParser.h:97: error: ISO C++ forbids declaration of 'QString' with no type
ArgumentParser.h:97: error: expected ',' or '...' before '&' token
ArgumentParser.h:100: error: ISO C++ forbids declaration of 'QString' with no type
ArgumentParser.h:100: error: expected ',' or '...' before '&' token
ArgumentParser.h: In member function 'void StringOption::Set(ArgumentParser*, int)':
ArgumentParser.h:95: error: 'optStr' was not declared in this scope
ArgumentParser.h:95: error: 'optStr2' was not declared in this scope
ArgumentParser.h: At global scope:
ArgumentParser.h:94: warning: unused parameter 'QString'
ArgumentParser.h: In member function 'void StringOption::SetDefault(int)':
ArgumentParser.h:97: error: 'value' was not declared in this scope
ArgumentParser.h:97: error: 'defaultV' was not declared in this scope
ArgumentParser.h: At global scope:
ArgumentParser.h:97: warning: unused parameter 'QString'
In file included from main.cpp:26:
ConsoleManager.h:40: error: expected class-name before '{' token
ConsoleManager.h:41: error: 'Q_OBJECT' does not name a type
ConsoleManager.h:48: error: ISO C++ forbids declaration of 'QString' with no type
ConsoleManager.h:48: error: expected ',' or '...' before '&' token
ConsoleManager.h:51: error: expected ':' before 'slots'
ConsoleManager.h:52: error: expected primary-expression before 'void'
ConsoleManager.h:52: error: ISO C++ forbids declaration of 'slots' with no type
ConsoleManager.h:52: error: expected ';' before 'void'
main.cpp:54: error: expected ';' at end of input
main.cpp:54: error: expected '}' at end of input
In file included from main.cpp:26:
ConsoleManager.h: In constructor 'EnlargerOut::EnlargerOut()':
ConsoleManager.h:46: error: class 'EnlargerOut' does not have any field named 'QObject'
ConsoleManager.h: In member function 'void EnlargerOut::SetName(int)':
ConsoleManager.h:48: error: 'dstName' was not declared in this scope
ConsoleManager.h:48: error: 'name' was not declared in this scope
ConsoleManager.h: At global scope:
ConsoleManager.h:48: warning: unused parameter 'QString'
ConsoleManager.h: In member function 'void EnlargerOut::StartMessage()':
ConsoleManager.h:49: error: 'dstName' was not declared in this scope
ConsoleManager.h: At global scope:
ConsoleManager.h:49: error: expected unqualified-id at end of input
make: *** [main.o] Hata 1
maydin@maydin:~/Masaüstü/SmillaEnlarger_0.8.9_source/SmillaEnlargerSrc$


build essential i kurdum ve yine hata var acaba bunun ubuntu ile mi sorunu var? Linux sürümü diye görünüyor
Din; ilimle birleşirse nefaset, cehaletle birleşirse rezalet, siyasetle birleşirse de felaket olur.

heartsmagic

Sende neler eksik irdelemek gerekiyor ancak sistemin kaç bit önce bunu sorayım. Bendeki derlenmişi sana iletirim, kullanırsın olmazsa. 64bit sistemimde derledim ben. Sorun çıkartmadı. Kurduğum paketler:

qt4-qmake
libqt4-dev

Sende qmake işlediğine göre muhtemelen ilkini kurdun ancak ikincisinden şüpheliyim ben. Bir de onu kurup tekrar dene.
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.

maydin95

#7
EnlargeParam.h dosyası bu dizindeki başkabir dizindeymiş onu kopyalayıp bu dizine kopyaladım ve qmake... kodu döndü sonra make yapınca olmuyor işte ayrıca "uname -a" komutundan sonra sistemimin 32 bit olduğu anlaşılıyor. Doctus.org da pardus ve arch ta çalıştırmışlar kısa bir yolla ama ubuntuda olmuyor ben bir şu paketlerin ne olduğuna bakayım sonra indirir kurarım


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 29 Aralık 2009 - 18:43:30

En sonunda kurmayı başardım. İlk olarak "EnlargeParam.h" dosyasını olduğumuz dizine kopyalıyoruz. Sonra qt4-qmake ve libqt4-dev paketlerini kurduktan sonra "qmake ImageEnlarger.pro" komutunu veriyoruz. Kod döndükten sonra "make" diyerek kurulum gerçekleşiyor aynı dizinde.
Bununlar ilgili bir tanıtım hazırlayabilirim. Hem açık kaynaklı hem de resim işiyle uğraşanlar için güzel bir resim büyütme yazılımı.
Din; ilimle birleşirse nefaset, cehaletle birleşirse rezalet, siyasetle birleşirse de felaket olur.

heartsmagic

İkinci dizinin tamamının birinci dizine taşınması gerekiyor, ardından söylediğin gibi program sorunsuzca derleniyor.
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.

maydin95

#9
İkinci dizin dediğiniz EnlargeParam.h dosyasını aldığımız ImageEnlargeCode dizini mi?


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 31 Aralık 2009 - 17:03:04

qt4-qmake
libqt4-dev

ve bunları kurmaya gerek var değil mi?
Din; ilimle birleşirse nefaset, cehaletle birleşirse rezalet, siyasetle birleşirse de felaket olur.

heartsmagic

Pardon ben bir başka başlıkla karıştırmışım sanırım :)
Derlemek için benim yaptığım yukarıda söylemiş olduğum şeydir. Fakat build-essential bende kuruluydu hemen belirteyim. Olmayanların onu da kurması gerekiyor, ya da den azından g++ paketini.
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.

ns

atila@atila-desktop:~/s$ sudo qmake ImageEnlarger.pro
atila@atila-desktop:~/s$ make
/usr/share/qt3/bin/uic enlargerdialog.ui -o enlargerdialog.h
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -o main.o main.cpp
main.cpp:24:30: error: QtGui/QApplication: No such file or directory
main.cpp:25:17: error: QIcon: No such file or directory
In file included from main.cpp:26:
ConsoleManager.h:26:19: error: QString: No such file or directory
ConsoleManager.h:27:19: error: QObject: No such file or directory
ConsoleManager.h:28:18: error: QImage: No such file or directory
In file included from ConsoleManager.h:31,
                 from main.cpp:26:
ArgumentParser.h:24:23: error: QStringList: No such file or directory
In file included from main.cpp:27:
EnlargerDialog.h:27:29: error: QtGui/QMainWindow: No such file or directory
EnlargerDialog.h:28:16: error: QDir: No such file or directory
In file included from main.cpp:28:
EnlargerThread.h:28:19: error: QThread: No such file or directory
EnlargerThread.h:29:18: error: QMutex: No such file or directory
EnlargerThread.h:30:26: error: QWaitCondition: No such file or directory
In file included from ConsoleManager.h:31,
                 from main.cpp:26:
ArgumentParser.h:32: error: ISO C++ forbids declaration of 'QList' with no type
ArgumentParser.h:32: error: expected ';' before '<' token
ArgumentParser.h:33: error: 'QStringList' does not name a type
ArgumentParser.h:41: error: 'QStringList' does not name a type
ArgumentParser.h:52: error: 'QStringList' does not name a type
ArgumentParser.h:60: error: 'QString' has not been declared
ArgumentParser.h:61: error: ISO C++ forbids declaration of 'QString' with no type
ArgumentParser.h:61: error: expected ',' or '...' before '&' token
ArgumentParser.h:65: error: ISO C++ forbids declaration of 'QString' with no type
ArgumentParser.h:65: error: expected ',' or '...' before '&' token
ArgumentParser.h:67: error: 'QStringList' does not name a type
ArgumentParser.h:79: error: ISO C++ forbids declaration of 'QString' with no type
ArgumentParser.h:79: error: expected ',' or '...' before '&' token
ArgumentParser.h:85: error: ISO C++ forbids declaration of 'QString' with no type
ArgumentParser.h:85: error: expected ',' or '...' before '&' token
ArgumentParser.h:90: error: 'QString' does not name a type
ArgumentParser.h:94: error: ISO C++ forbids declaration of 'QString' with no type
ArgumentParser.h:94: error: expected ',' or '...' before '&' token
ArgumentParser.h:96: error: 'QString' does not name a type
ArgumentParser.h:97: error: ISO C++ forbids declaration of 'QString' with no type
ArgumentParser.h:97: error: expected ',' or '...' before '&' token
ArgumentParser.h:100: error: ISO C++ forbids declaration of 'QString' with no type
ArgumentParser.h:100: error: expected ',' or '...' before '&' token
ArgumentParser.h: In member function 'void StringOption::Set(ArgumentParser*, int)':
ArgumentParser.h:95: error: 'optStr' was not declared in this scope
ArgumentParser.h:95: error: 'optStr2' was not declared in this scope
ArgumentParser.h: At global scope:
ArgumentParser.h:94: warning: unused parameter 'QString'
ArgumentParser.h: In member function 'void StringOption::SetDefault(int)':
ArgumentParser.h:97: error: 'value' was not declared in this scope
ArgumentParser.h:97: error: 'defaultV' was not declared in this scope
ArgumentParser.h: At global scope:
ArgumentParser.h:97: warning: unused parameter 'QString'
In file included from main.cpp:26:
ConsoleManager.h:40: error: expected class-name before '{' token
ConsoleManager.h:41: error: 'Q_OBJECT' does not name a type
ConsoleManager.h:48: error: ISO C++ forbids declaration of 'QString' with no type
ConsoleManager.h:48: error: expected ',' or '...' before '&' token
ConsoleManager.h:51: error: expected ':' before 'slots'
ConsoleManager.h:52: error: expected primary-expression before 'void'
ConsoleManager.h:52: error: ISO C++ forbids declaration of 'slots' with no type
ConsoleManager.h:52: error: expected ';' before 'void'
main.cpp:54: error: expected ';' at end of input
main.cpp:54: error: expected '}' at end of input
In file included from main.cpp:26:
ConsoleManager.h: In constructor 'EnlargerOut::EnlargerOut()':
ConsoleManager.h:46: error: class 'EnlargerOut' does not have any field named 'QObject'
ConsoleManager.h: In member function 'void EnlargerOut::SetName(int)':
ConsoleManager.h:48: error: 'dstName' was not declared in this scope
ConsoleManager.h:48: error: 'name' was not declared in this scope
ConsoleManager.h: At global scope:
ConsoleManager.h:48: warning: unused parameter 'QString'
ConsoleManager.h: In member function 'void EnlargerOut::StartMessage()':
ConsoleManager.h:49: error: 'dstName' was not declared in this scope
ConsoleManager.h: At global scope:
ConsoleManager.h:49: error: expected unqualified-id at end of input
make: *** [main.o] Hata 1


bende boyle bir hata verdi ?
Madem ki sen bensin, ben de senim, niceye şu senlik benlik...

maydin95

İlk olarak build-essential ikur

qt4-qmake
libqt4-dev  kur

sonra şu paketi kesinlikle kaldır. Çünkü ilk olarak qt3 ü görüyor ve hata veriyor
sudo apt-get remove qt3-dev-tools
Din; ilimle birleşirse nefaset, cehaletle birleşirse rezalet, siyasetle birleşirse de felaket olur.

erginemr

Amacınız kaynaktan kurulumu öğrenmekse bir şey diyemem ama grafik arayüzlü paketlerin kaynaktan kurulumu zahmetlidir, pek çok geliştirme (dev) paketi bağımlılığına sahiptir.

Denemek isterseniz, biraz daha eski bir sürümüne GetDeb.net'te rastladım:
http://old.getdeb.net/app/Smilla+Enlarger

ns

Alıntı yapılan: maydin95 - 11 Şubat 2010 - 22:47:15
İlk olarak build-essential ikur

qt4-qmake
libqt4-dev  kur

sonra şu paketi kesinlikle kaldır. Çünkü ilk olarak qt3 ü görüyor ve hata veriyor
sudo apt-get remove qt3-dev-tools

bende tam senin doctustaki cevabını kopyala yapıştır yapacaktım. sorun boyle çözülüyormuş diye.

enginemr kurulumu yaptım galiba teşekkürler
Madem ki sen bensin, ben de senim, niceye şu senlik benlik...

heartsmagic

Bu durumda kapatmayı unuttuğumuz bu başlığı kapatalım.
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.

ırmak

#16
Ben malesef yapamadım kurulumu, gerçi eski sürümün deb paketi de işimi görürdü ama böyle de yapabilmek istiyorum.
Konuda bahsedilen paketleri kurdum.
Ama
irmak@irmak-laptop:~$ cd /home/irmak/İndirilenler/SmillaEnlarger_0.8.9_source/SmillaEnlargerSrc
irmak@irmak-laptop:~/İndirilenler/SmillaEnlarger_0.8.9_source/SmillaEnlargerSrc$
qmake ImageEnlarger.pro
irmak@irmak-laptop:~/İndirilenler/SmillaEnlarger_0.8.9_source/SmillaEnlargerSrc$
make
/usr/bin/uic-qt4 enlargerdialog.ui -o ui_enlargerdialog.h
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o main.o main.cpp
In file included from main.cpp:26:
ConsoleManager.h:58: warning: unused parameter 'w'
ConsoleManager.h:58: warning: unused parameter 'h'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o selectField.o selectField.cpp
selectField.cpp:30: warning: unused parameter 'parent'
selectField.cpp:211: warning: unused parameter 'event'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o previewField.o previewField.cpp
previewField.cpp:28: warning: unused parameter 'parent'
previewField.cpp: In member function 'virtual void PreviewField::mouseMoveEvent(QMouseEvent*)':
previewField.cpp:131: warning: unused variable 'dx'
previewField.cpp:131: warning: unused variable 'dy'
previewField.cpp: At global scope:
previewField.cpp:139: warning: unused parameter 'event'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o EnlargerDialog.o EnlargerDialog.cpp
In file included from EnlargerDialog.cpp:36:
CalcQueue.h:53: warning: unused parameter 'parent'
EnlargerDialog.cpp:313: warning: unused parameter 'state'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o Array.o ImageEnlargerCode/Array.cpp
ImageEnlargerCode/Array.cpp: In member function 'void MyArray::FillWithDots()':
ImageEnlargerCode/Array.cpp:81: warning: unused variable 'yf'
In file included from ImageEnlargerCode/Array.cpp:27:
ImageEnlargerCode/ArraysTemplateDefs.h: In member function 'BasicArray<T>* BasicArray<T>::SplitLowFreq(int) [with T = PFloat]':
ImageEnlargerCode/Array.h:83:   instantiated from here
ImageEnlargerCode/ArraysTemplateDefs.h:162: warning: unused variable 'hh'
ImageEnlargerCode/ArraysTemplateDefs.h: In member function 'BasicArray<T>* BasicArray<T>::SplitLowFreq(int) [with T = Point2]':
ImageEnlargerCode/Array.h:114:   instantiated from here
ImageEnlargerCode/ArraysTemplateDefs.h:162: warning: unused variable 'hh'
ImageEnlargerCode/ArraysTemplateDefs.h: In member function 'void BasicArray<T>::HiSharpen(float) [with T = PFloat]':
ImageEnlargerCode/Array.cpp:29:   instantiated from here
ImageEnlargerCode/ArraysTemplateDefs.h:577: warning: unused variable 'invF'
ImageEnlargerCode/ArraysTemplateDefs.h: In member function 'void BasicArray<T>::HiSharpen(float) [with T = Point2]':
ImageEnlargerCode/Array.cpp:30:   instantiated from here
ImageEnlargerCode/ArraysTemplateDefs.h:577: warning: unused variable 'invF'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o EnlargerThread.o EnlargerThread.cpp
EnlargerThread.cpp:207: warning: unused parameter 'parent'
In file included from EnlargerThread.h:33,
                 from EnlargerThread.cpp:26:
ImageEnlargerCode/EnlargerTemplate.h: In instantiation of 'void BasicEnlarger<T>::ReadSrcPixel(int, int, T&) [with T = Point4]':
EnlargerThread.cpp:35:   instantiated from here
ImageEnlargerCode/EnlargerTemplate.h:173: warning: unused parameter 'srcX'
ImageEnlargerCode/EnlargerTemplate.h:173: warning: unused parameter 'srcY'
ImageEnlargerCode/EnlargerTemplate.h:173: warning: unused parameter 'dstP'
ImageEnlargerCode/EnlargerTemplate.h: In instantiation of 'void BasicEnlarger<T>::WriteDstPixel(T, int, int) [with T = Point4]':
EnlargerThread.cpp:35:   instantiated from here
ImageEnlargerCode/EnlargerTemplate.h:174: warning: unused parameter 'p'
ImageEnlargerCode/EnlargerTemplate.h:174: warning: unused parameter 'dstCX'
ImageEnlargerCode/EnlargerTemplate.h:174: warning: unused parameter 'dstCY'
In file included from EnlargerThread.cpp:31:
ImageEnlargerCode/EnlargerTemplateDefs.h: In member function 'void BasicEnlarger<T>::CalcBaseWeights() [with T = Point4]':
EnlargerThread.cpp:35:   instantiated from here
ImageEnlargerCode/EnlargerTemplateDefs.h:1246: warning: unused variable 'cc'
EnlargerThread.cpp:35:   instantiated from here
ImageEnlargerCode/EnlargerTemplateDefs.h:1279: warning: unused variable 'dWork'
ImageEnlargerCode/EnlargerTemplateDefs.h:1289: warning: unused variable 'v2'
ImageEnlargerCode/EnlargerTemplateDefs.h: In member function 'void BasicEnlarger<T>::ShrinkClip() [with T = Point4]':
EnlargerThread.cpp:35:   instantiated from here
ImageEnlargerCode/EnlargerTemplateDefs.h:799: warning: unused variable 'srcX'
ImageEnlargerCode/EnlargerTemplateDefs.h: In member function 'void BasicEnlarger<T>::CreateKernelsFromIntegralTab(float**, int, float*, int, float, int*) [with T = Point4]':
EnlargerThread.cpp:35:   instantiated from here
ImageEnlargerCode/EnlargerTemplateDefs.h:933: warning: unused variable 'invScaleF'
ImageEnlargerCode/EnlargerTemplateDefs.h:934: warning: unused variable 'invFineScaleF'
ImageEnlargerCode/EnlargerTemplateDefs.h:935: warning: unused variable 'k'
ImageEnlargerCode/EnlargerTemplateDefs.h:935: warning: unused variable 'tabPos'
In file included from EnlargerThread.h:33,
                 from EnlargerThread.cpp:26:
ImageEnlargerCode/EnlargerTemplate.h: In member function 'T BasicEnlarger<T>::LinModColorB(float, float, int) [with T = Point4]':
EnlargerThread.cpp:35:   instantiated from here
ImageEnlargerCode/EnlargerTemplate.h:318: warning: unused variable 'faktD'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o TemplateInst.o TemplateInst.cpp
In file included from TemplateInst.cpp:25:
ImageEnlargerCode/ArraysTemplateDefs.h: In member function 'BasicArray<T>* BasicArray<T>::SplitLowFreq(int) [with T = Point]':
TemplateInst.cpp:29:   instantiated from here
ImageEnlargerCode/ArraysTemplateDefs.h:162: warning: unused variable 'hh'
ImageEnlargerCode/ArraysTemplateDefs.h: In member function 'void BasicArray<T>::HiSharpen(float) [with T = Point]':
TemplateInst.cpp:29:   instantiated from here
ImageEnlargerCode/ArraysTemplateDefs.h:577: warning: unused variable 'invF'
ImageEnlargerCode/ArraysTemplateDefs.h: In member function 'BasicArray<T>* BasicArray<T>::SplitLowFreq(int) [with T = Point4]':
TemplateInst.cpp:30:   instantiated from here
ImageEnlargerCode/ArraysTemplateDefs.h:162: warning: unused variable 'hh'
ImageEnlargerCode/ArraysTemplateDefs.h: In member function 'void BasicArray<T>::HiSharpen(float) [with T = Point4]':
TemplateInst.cpp:30:   instantiated from here
ImageEnlargerCode/ArraysTemplateDefs.h:577: warning: unused variable 'invF'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o FractTab.o ImageEnlargerCode/FractTab.cpp
In file included from ImageEnlargerCode/FractTab.cpp:25:
ImageEnlargerCode/ArraysTemplateDefs.h: In member function 'BasicArray<T>* BasicArray<T>::SplitLowFreq(int) [with T = PFloat]':
ImageEnlargerCode/Array.h:83:   instantiated from here
ImageEnlargerCode/ArraysTemplateDefs.h:162: warning: unused variable 'hh'
ImageEnlargerCode/ArraysTemplateDefs.h: In member function 'BasicArray<T>* BasicArray<T>::SplitLowFreq(int) [with T = Point2]':
ImageEnlargerCode/Array.h:114:   instantiated from here
ImageEnlargerCode/ArraysTemplateDefs.h:162: warning: unused variable 'hh'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o CalcQueue.o CalcQueue.cpp
In file included from CalcQueue.cpp:31:
CalcQueue.h:53: warning: unused parameter 'parent'
CalcQueue.cpp:76: warning: unused parameter 'parent'
CalcQueue.cpp:85: warning: unused parameter 'parent'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o ArgumentParser.o ArgumentParser.cpp
ArgumentParser.cpp:105: warning: unused parameter 'nextArg'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o ConsoleManager.o ConsoleManager.cpp
In file included from ConsoleManager.cpp:32:
ConsoleManager.h:58: warning: unused parameter 'w'
ConsoleManager.h:58: warning: unused parameter 'h'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o ED_LoadSave.o ED_LoadSave.cpp
In file included from ED_LoadSave.cpp:36:
CalcQueue.h:53: warning: unused parameter 'parent'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o ED_Parameter.o ED_Parameter.cpp
In file included from ED_Parameter.cpp:36:
CalcQueue.h:53: warning: unused parameter 'parent'
ED_Parameter.cpp:256: warning: unused parameter 'state'
/usr/bin/moc-qt4 -DQT_NO_DEBUG -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 -I. -I. selectField.h -o moc_selectField.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o moc_selectField.o moc_selectField.cpp
/usr/bin/moc-qt4 -DQT_NO_DEBUG -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 -I. -I. previewField.h -o moc_previewField.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o moc_previewField.o moc_previewField.cpp
/usr/bin/moc-qt4 -DQT_NO_DEBUG -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 -I. -I. EnlargerDialog.h -o moc_EnlargerDialog.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o moc_EnlargerDialog.o moc_EnlargerDialog.cpp
/usr/bin/moc-qt4 -DQT_NO_DEBUG -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 -I. -I. EnlargerThread.h -o moc_EnlargerThread.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o moc_EnlargerThread.o moc_EnlargerThread.cpp
/usr/bin/moc-qt4 -DQT_NO_DEBUG -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 -I. -I. CalcQueue.h -o moc_CalcQueue.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o moc_CalcQueue.o moc_CalcQueue.cpp
In file included from moc_CalcQueue.cpp:10:
CalcQueue.h:53: warning: unused parameter 'parent'
/usr/bin/moc-qt4 -DQT_NO_DEBUG -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 -I. -I. ConsoleManager.h -o moc_ConsoleManager.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o moc_ConsoleManager.o moc_ConsoleManager.cpp
In file included from moc_ConsoleManager.cpp:10:
ConsoleManager.h:58: warning: unused parameter 'w'
ConsoleManager.h:58: warning: unused parameter 'h'
/usr/bin/rcc -name ressources ressources.qrc -o qrc_ressources.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -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 -I. -I. -o qrc_ressources.o qrc_ressources.cpp
g++ -Wl,-O1 -o SmillaEnlarger main.o selectField.o previewField.o EnlargerDialog.o Array.o EnlargerThread.o TemplateInst.o FractTab.o CalcQueue.o ArgumentParser.o ConsoleManager.o ED_LoadSave.o ED_Parameter.o moc_selectField.o moc_previewField.o moc_EnlargerDialog.o moc_EnlargerThread.o moc_CalcQueue.o moc_ConsoleManager.o qrc_ressources.o    -L/usr/lib -lQtGui -lQtCore -lpthread
irmak@irmak-laptop:~/İndirilenler/SmillaEnlarger_0.8.9_source/SmillaEnlargerSrc$



Neyi nereye kopyalayacağımı anlayamadım açıkçası.
İkinci dizin hangisi, birinci dizin nerde acaba?

heartsmagic

@ırmak, bu çıktının tamamı mı? Sanki derleme işlemi yarım kalmış gibi.
Bir şeyi taşımana gerek yok, ben başka bir konuyla karıştırmışım onu söylediğimde :)
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.

ırmak

Alıntı yapılan: heartsmagic - 16 Şubat 2010 - 17:42:29
@ırmak, bu çıktının tamamı mı? Sanki derleme işlemi yarım kalmış gibi.
Bir şeyi taşımana gerek yok, ben başka bir konuyla karıştırmışım onu söylediğimde :)

Bir önceki mesajdaki çıktıyı düzelttim, tam olarak bu şekilde.

Felâsife

Gerçi önceki sayfada da geçmiş ama sistemde qt3 varsa olmuyor bu şey.
qt3-dev-tools kaldırın, gerçi bu da başka sorun verir mi orasını bilmiyorum.

Önce bi'arama yapın istersebiz.
apt-cache search qt3-dev-tools

apt-cache search qt4-dev-tools
Maceraya hazır mısın!  Bir BSD almaz mısın?

ırmak

Alıntı yapılan: Felâsife - 16 Şubat 2010 - 20:27:02
Gerçi önceki sayfada da geçmiş ama sistemde qt3 varsa olmuyor bu şey.
qt3-dev-tools kaldırın, gerçi bu da başka sorun verir mi orasını bilmiyorum.

Önce bi'arama yapın istersebiz.
apt-cache search qt3-dev-tools

apt-cache search qt4-dev-tools

Teşekkürler hatırlatmanız için ama qt3 yok sistemimde. Kaldırmıştım.
Başka bir şey olmalı.

Felâsife

Şimdi yeni bi'kurulum yaptım, ekstra olarak build essentialden başka (onu önceden kuruluydu) libqt4-dev ve qt4-qmake kurdum.

qmake ImageEnlarger.pro
make

ve SmillaEnlarger şimdi çalışıyor.

Sizin son satıra baktım aynı gibiydi, yanlışlıkla konsolu kapamışım.
Dizin içinde SmillaEnlarger diye bir dosya yok mu?
Maceraya hazır mısın!  Bir BSD almaz mısın?

ırmak

Alıntı yapılan: Felâsife - 16 Şubat 2010 - 20:57:45
Şimdi yeni bi'kurulum yaptım, ekstra olarak build essentialden başka (onu önceden kuruluydu) libqt4-dev ve qt4-qmake kurdum.

qmake ImageEnlarger.pro
make

ve SmillaEnlarger şimdi çalışıyor.

Sizin son satıra baktım aynı gibiydi, yanlışlıkla konsolu kapamışım.
Dizin içinde SmillaEnlarger diye bir dosya yok mu?

Yok, konuda bahsedilen paketleri kurdum.
Ama olmadı, neden bilemedim..

heartsmagic

@ırmak, sorunsuzca derlenmiş program. Derleme yaptığın dizinde SmillaEnlarger isminde bir ikilik dosya oluşur. Olmaması çok zor inan :)
./SmillaEnlarger

komutunu verirsen program çalışır.
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.

ırmak

Alıntı yapılan: heartsmagic - 16 Şubat 2010 - 23:44:06
@ırmak, sorunsuzca derlenmiş program. Derleme yaptığın dizinde SmillaEnlarger isminde bir ikilik dosya oluşur. Olmaması çok zor inan :)
./SmillaEnlarger

komutunu verirsen program çalışır.

Öyle bir dizin yok sistemimde.
Sabah deb paketinden bir önceki sürümünü kurup denedim programı.
Bunu da öğrenebilmek için soruyordum sadece.
Neyse önemi yok tekrar kilitleyebilirsiniz konuyu.