POV-Ray : Newsgroups : povray.unix : QTPOV Editor ... new step Server Time
3 Jul 2024 13:48:10 EDT (-0400)
  QTPOV Editor ... new step (Message 1 to 5 of 5)  
From: gRRosminet
Subject: QTPOV Editor ... new step
Date: 4 Dec 2003 10:43:12
Message: <3fcf5610@news.povray.org>
Hi every body,

As you can have seen it, the v0.1.5 package had realy serious problems. 
That's why I have decided to provide you the v0.2.0 before having 
completed the "auto-complete" functionality.

so the changes of the v0.2.0 are quite light but it will bee easyier for 
everyone to use a non-bugged version.

Changes:
v0.2.0
* New editor component wich will allow many more extensions
* correction for all v0.1.5 package problems
* '*' added in the tab name of modified files
* new tabulation system (you can now ident a full paragraph
   and the indentation is calculated from {,},#if,#end ... tokens )


http://sourceforge.net/project/showfiles.php?group_id=92021


let's go !
Thierry


Post a reply to this message

From: Florian Brucker
Subject: Re: QTPOV Editor ... new step
Date: 4 Dec 2003 15:36:18
Message: <3fcf9ac2$1@news.povray.org>
I get the following error when I try to compile the package (qmake runs 
without error, it's make who stops):

---
In file included from main.cpp:2:
.ui/poveditmainwindow.h:147: syntax error before ';'
make: *** [.obj/main.o] Error 1
---

Any ideas?

Florian


Post a reply to this message

From: gRRosminet
Subject: Re: QTPOV Editor ... new step
Date: 4 Dec 2003 16:45:52
Message: <3fcfab10$1@news.povray.org>
have you clean the directory before compiling ?
as you can see, QT generates some hidden files.


I have tried it 5 times and I get no error


Try to remove the directory and then uncompress the tarball before 
compiling it.

Thierry



here is the clue :

[thierry@petitscarabee qtpoveditor]$ qmake
[thierry@petitscarabee qtpoveditor]$ make
/usr/local/qt/bin/uic searchdialog.ui -o .ui/searchdialog.h
/usr/local/qt/bin/uic replacedialog.ui -o .ui/replacedialog.h
/usr/local/qt/bin/uic poveditmainwindow.ui -o .ui/poveditmainwindow.h
/usr/local/qt/bin/uic preferencesdialog.ui -o .ui/preferencesdialog.h
/usr/local/qt/bin/uic pathselectiondialog.ui -o .ui/pathselectiondialog.h
/usr/local/qt/bin/uic gotolinedialog.ui -o .ui/gotolinedialog.h
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/main.o main.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/povSyntaxHighlighter.o povSyntaxHighlighter.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/povTab.o povTab.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/editor.o composants/editor.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/indenter.o composants/indenter.cpp
/usr/local/qt/bin/uic poveditmainwindow.ui -i poveditmainwindow.h -o 
.ui/poveditmainwindow.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/poveditmainwindow.o .ui/poveditmainwindow.cpp
/usr/local/qt/bin/uic searchdialog.ui -i searchdialog.h -o 
.ui/searchdialog.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/searchdialog.o .ui/searchdialog.cpp
/usr/local/qt/bin/uic preferencesdialog.ui -i preferencesdialog.h -o 
.ui/preferencesdialog.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/preferencesdialog.o .ui/preferencesdialog.cpp
/usr/local/qt/bin/uic replacedialog.ui -i replacedialog.h -o 
.ui/replacedialog.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/replacedialog.o .ui/replacedialog.cpp
/usr/local/qt/bin/uic pathselectiondialog.ui -i pathselectiondialog.h -o 
.ui/pathselectiondialog.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/pathselectiondialog.o .ui/pathselectiondialog.cpp
/usr/local/qt/bin/uic gotolinedialog.ui -i gotolinedialog.h -o 
.ui/gotolinedialog.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/gotolinedialog.o .ui/gotolinedialog.cpp
/usr/local/qt/bin/uic  -embed qtpoveditor images/filenew images/fileopen 
images/filesave images/print images/undo images/redo images/editcut 
images/editcopy images/editpaste images/searchfind images/close.png 
images/run.png images/stop.png images/pipette.png images/font.png 
images/coloreditor.png images/suivant.png -o .ui/qmake_image_collection.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/qmake_image_collection.o .ui/qmake_image_collection.cpp
/usr/local/qt/bin/moc composants/editor.h -o .moc/moc_editor.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/moc_editor.o .moc/moc_editor.cpp
/usr/local/qt/bin/moc composants/indenter.h -o .moc/moc_indenter.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/moc_indenter.o .moc/moc_indenter.cpp
/usr/local/qt/bin/moc .ui/poveditmainwindow.h -o 
.moc/moc_poveditmainwindow.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/moc_poveditmainwindow.o .moc/moc_poveditmainwindow.cpp
/usr/local/qt/bin/moc .ui/searchdialog.h -o .moc/moc_searchdialog.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/moc_searchdialog.o .moc/moc_searchdialog.cpp
/usr/local/qt/bin/moc .ui/preferencesdialog.h -o 
.moc/moc_preferencesdialog.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/moc_preferencesdialog.o .moc/moc_preferencesdialog.cpp
/usr/local/qt/bin/moc .ui/replacedialog.h -o .moc/moc_replacedialog.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/moc_replacedialog.o .moc/moc_replacedialog.cpp
/usr/local/qt/bin/moc .ui/pathselectiondialog.h -o 
.moc/moc_pathselectiondialog.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/moc_pathselectiondialog.o .moc/moc_pathselectiondialog.cpp
/usr/local/qt/bin/moc .ui/gotolinedialog.h -o .moc/moc_gotolinedialog.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I.ui/ -I. 
-I.moc/ -o .obj/moc_gotolinedialog.o .moc/moc_gotolinedialog.cpp
g++ -Wl,-rpath,/usr/local/qt/lib -o qtpoveditor .obj/main.o 
.obj/povSyntaxHighlighter.o .obj/povTab.o .obj/editor.o .obj/indenter.o 
.obj/poveditmainwindow.o .obj/searchdialog.o .obj/preferencesdialog.o 
.obj/replacedialog.o .obj/pathselectiondialog.o .obj/gotolinedialog.o 
.obj/qmake_image_collection.o .obj/moc_editor.o .obj/moc_indenter.o 
.obj/moc_poveditmainwindow.o .obj/moc_searchdialog.o 
.obj/moc_preferencesdialog.o .obj/moc_replacedialog.o 
.obj/moc_pathselectiondialog.o .obj/moc_gotolinedialog.o 
-L/usr/local/qt/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm




> I get the following error when I try to compile the package (qmake runs 
> without error, it's make who stops):
> 
> ---
> In file included from main.cpp:2:
> .ui/poveditmainwindow.h:147: syntax error before ';'
> make: *** [.obj/main.o] Error 1
> ---
> 
> Any ideas?
> 
> Florian
>


Post a reply to this message

From: Shay
Subject: Re: QTPOV Editor ... new step
Date: 5 Dec 2003 10:12:31
Message: <3fd0a05f@news.povray.org>
"gRRosminet" <pov### [at] les-charlesnet> wrote in message
news:3fcf5610@news.povray.org...
|
| http://sourceforge.net/project/showfiles.php?group_id=92021
|

Compiled fine and worked perfectly except that I could not use my TAB
key. Still works in 0.1.4, so I don't think it's a problem with my
computer.

 -Shay


Post a reply to this message

From: gRRosminet
Subject: Re: QTPOV Editor ... new step
Date: 6 Dec 2003 04:34:32
Message: <3fd1a2a8$1@news.povray.org>

> "gRRosminet" <pov### [at] les-charlesnet> wrote in message
> news:3fcf5610@news.povray.org...
> |
> | http://sourceforge.net/project/showfiles.php?group_id=92021
> |
> 
> Compiled fine and worked perfectly except that I could not use my TAB
> key. Still works in 0.1.4, so I don't think it's a problem with my
> computer.
> 
>  -Shay
> 
> 

The TAB key works, but doesn't move the cursor at the end of indentation 
... will be fixed in the next version


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.