<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/pitacard/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/pitacard/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/pitacard/bugs/</id><updated>2006-10-26T11:42:03Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>If you save unsaved changes on exit, program doesn't exit</title><link href="https://sourceforge.net/p/pitacard/bugs/3/" rel="alternate"/><published>2006-10-26T11:42:03Z</published><updated>2006-10-26T11:42:03Z</updated><author><name>Austin Bingham</name><uri>https://sourceforge.net/u/abingham/</uri></author><id>https://sourceforge.net52678509460c9469fc0f72ea6321b977001f9bc6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If you make changes to you deck and "quit" before&lt;br /&gt;
saving, you are prompted for whether you'd like to save&lt;br /&gt;
your changes. If you click "Yes" for this, the changes&lt;br /&gt;
do get saved, but pitacard doesn't exit. If you&lt;br /&gt;
subsequently select "Quit" again, it does exit&lt;br /&gt;
properly. Likewise, if you select "No" when prompted to&lt;br /&gt;
save changes, the changes are not saved and the program&lt;br /&gt;
exits normally. This is almost certainly a bug in the&lt;br /&gt;
SaveFileManager class.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>doesn't compile</title><link href="https://sourceforge.net/p/pitacard/bugs/2/" rel="alternate"/><published>2005-05-05T21:19:26Z</published><updated>2005-05-05T21:19:26Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc58266b3b12c35d8b6f6bf66484c1a512ad526aa</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;System: Linux From Scratch&lt;br /&gt;
GCC 3.4.2&lt;/p&gt;
&lt;p&gt;pitacard 0.6 doesn't compile on my system.&lt;br /&gt;
First I need to add QTDIR/bin to my $PATH -- fine.&lt;br /&gt;
Next I get messages as follows:&lt;/p&gt;
&lt;p&gt;(omitting most of 'make'...)&lt;br /&gt;
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"&lt;br /&gt;
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"&lt;br /&gt;
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pitacard\"&lt;br /&gt;
-DVERSION=\"0.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1&lt;br /&gt;
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1&lt;br /&gt;
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1&lt;br /&gt;
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1&lt;br /&gt;
-DHAVE_DLFCN_H=1  -I. -I.      -I../include&lt;br /&gt;
-I/opt/qt/include -g -O2 -MT DeckReviewOptionsDlg.o -MD&lt;br /&gt;
-MP -MF ".deps/DeckReviewOptionsDlg.Tpo" \
-c -o DeckReviewOptionsDlg.o `test -f&lt;br /&gt;
'DeckReviewOptionsDlg.cpp' || echo&lt;br /&gt;
'./'`DeckReviewOptionsDlg.cpp; \
then mv ".deps/DeckReviewOptionsDlg.Tpo"&lt;br /&gt;
".deps/DeckReviewOptionsDlg.Po"; \
else rm -f ".deps/DeckReviewOptionsDlg.Tpo"; exit 1; \
fi&lt;br /&gt;
In file included from KeyboardDeckRunnerUI.h:4,&lt;br /&gt;
from DeckReviewOptionsDlg.cpp:5:&lt;br /&gt;
DeckRunnerUI.h: In member function `void&lt;br /&gt;
pitacard::ui::DeckRunnerUI&amp;lt;Selector&amp;gt;::showFront()':&lt;br /&gt;
DeckRunnerUI.h:47: error: 'const class&lt;br /&gt;
__gnu_cxx::__normal_iterator&amp;lt;const&lt;br /&gt;
pitacard::data::Card*,&lt;br /&gt;
std::vector&amp;lt;pitacard::data::Card,&lt;br /&gt;
std::allocator&amp;lt;pitacard::data::Card&amp;gt; &amp;gt; &amp;gt;' has no member&lt;br /&gt;
named 'front'&lt;br /&gt;
DeckRunnerUI.h: In member function `void&lt;br /&gt;
pitacard::ui::DeckRunnerUI&amp;lt;Selector&amp;gt;::showBack()':&lt;br /&gt;
DeckRunnerUI.h:59: error: 'const class&lt;br /&gt;
__gnu_cxx::__normal_iterator&amp;lt;const&lt;br /&gt;
pitacard::data::Card*,&lt;br /&gt;
std::vector&amp;lt;pitacard::data::Card,&lt;br /&gt;
std::allocator&amp;lt;pitacard::data::Card&amp;gt; &amp;gt; &amp;gt;' has no member&lt;br /&gt;
named 'back'&lt;br /&gt;
In file included from DeckReviewOptionsDlg.cpp:5:&lt;br /&gt;
KeyboardDeckRunnerUI.h: In member function `void&lt;br /&gt;
pitacard::ui::KeyboardDeckRunnerUI&amp;lt;Selector,&lt;br /&gt;
FaceChooser&amp;gt;::keyPressEvent(QKeyEvent*)':&lt;br /&gt;
KeyboardDeckRunnerUI.h:39: error: there are no&lt;br /&gt;
arguments to `haveValidCard' that depend on a template&lt;br /&gt;
parameter, so a declaration of `haveValidCard' must be&lt;br /&gt;
available&lt;br /&gt;
KeyboardDeckRunnerUI.h:39: error: (if you use&lt;br /&gt;
`-fpermissive', G++ will accept your code, but allowing&lt;br /&gt;
the use of an undeclared name is deprecated)&lt;br /&gt;
KeyboardDeckRunnerUI.h:42: error: `mBackTextEdit'&lt;br /&gt;
undeclared (first use this function)&lt;br /&gt;
KeyboardDeckRunnerUI.h:42: error: (Each undeclared&lt;br /&gt;
identifier is reported only once for each function it&lt;br /&gt;
appears in.)&lt;br /&gt;
KeyboardDeckRunnerUI.h:42: error: there are no&lt;br /&gt;
arguments to `currentCard' that depend on a template&lt;br /&gt;
parameter, so a declaration of `currentCard' must be&lt;br /&gt;
available&lt;br /&gt;
KeyboardDeckRunnerUI.h:44: error: there are no&lt;br /&gt;
arguments to `repaint' that depend on a template&lt;br /&gt;
parameter, so a declaration of `repaint' must be available&lt;br /&gt;
KeyboardDeckRunnerUI.h:48: error: there are no&lt;br /&gt;
arguments to `nextCard' that depend on a template&lt;br /&gt;
parameter, so a declaration of `nextCard' must be available&lt;br /&gt;
KeyboardDeckRunnerUI.h:49: error: there are no&lt;br /&gt;
arguments to `haveValidCard' that depend on a template&lt;br /&gt;
parameter, so a declaration of `haveValidCard' must be&lt;br /&gt;
available&lt;br /&gt;
KeyboardDeckRunnerUI.h:51: error: `mFrontTextEdit'&lt;br /&gt;
undeclared (first use this function)&lt;br /&gt;
KeyboardDeckRunnerUI.h:51: error: there are no&lt;br /&gt;
arguments to `currentCard' that depend on a template&lt;br /&gt;
parameter, so a declaration of `currentCard' must be&lt;br /&gt;
available&lt;br /&gt;
KeyboardDeckRunnerUI.h:54: error: there are no&lt;br /&gt;
arguments to `repaint' that depend on a template&lt;br /&gt;
parameter, so a declaration of `repaint' must be available&lt;br /&gt;
KeyboardDeckRunnerUI.h: In member function `void&lt;br /&gt;
pitacard::ui::KeyboardDeckRunnerUI&amp;lt;Selector,&lt;br /&gt;
FaceChooser&amp;gt;::startReview()':&lt;br /&gt;
KeyboardDeckRunnerUI.h:67: error: there are no&lt;br /&gt;
arguments to `nextCard' that depend on a template&lt;br /&gt;
parameter, so a declaration of `nextCard' must be available&lt;br /&gt;
KeyboardDeckRunnerUI.h:69: error: there are no&lt;br /&gt;
arguments to `haveValidCard' that depend on a template&lt;br /&gt;
parameter, so a declaration of `haveValidCard' must be&lt;br /&gt;
available&lt;br /&gt;
KeyboardDeckRunnerUI.h:77: error: `mStartButton'&lt;br /&gt;
undeclared (first use this function)&lt;br /&gt;
KeyboardDeckRunnerUI.h:78: error: `mStopButton'&lt;br /&gt;
undeclared (first use this function)&lt;br /&gt;
KeyboardDeckRunnerUI.h:81: error: `mFrontTextEdit'&lt;br /&gt;
undeclared (first use this function)&lt;br /&gt;
KeyboardDeckRunnerUI.h:81: error: there are no&lt;br /&gt;
arguments to `currentCard' that depend on a template&lt;br /&gt;
parameter, so a declaration of `currentCard' must be&lt;br /&gt;
available&lt;br /&gt;
KeyboardDeckRunnerUI.h: In member function `void&lt;br /&gt;
pitacard::ui::KeyboardDeckRunnerUI&amp;lt;Selector,&lt;br /&gt;
FaceChooser&amp;gt;::stopReview()':&lt;br /&gt;
KeyboardDeckRunnerUI.h:88: error: `mFrontTextEdit'&lt;br /&gt;
undeclared (first use this function)&lt;br /&gt;
KeyboardDeckRunnerUI.h:89: error: `mBackTextEdit'&lt;br /&gt;
undeclared (first use this function)&lt;br /&gt;
KeyboardDeckRunnerUI.h:91: error: `mStartButton'&lt;br /&gt;
undeclared (first use this function)&lt;br /&gt;
KeyboardDeckRunnerUI.h:92: error: `mStopButton'&lt;br /&gt;
undeclared (first use this function)&lt;br /&gt;
make[2]: *** [DeckReviewOptionsDlg.o] Error 1&lt;br /&gt;
make[2]: Leaving directory `/home/rynx/pitacard-0.6/src'&lt;br /&gt;
make[1]: *** [all] Error 2&lt;br /&gt;
make[1]: Leaving directory `/home/rynx/pitacard-0.6/src'&lt;br /&gt;
make: *** [all-recursive] Error 1&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>some initial build issues</title><link href="https://sourceforge.net/p/pitacard/bugs/1/" rel="alternate"/><published>2003-11-04T14:27:20Z</published><updated>2003-11-04T14:27:20Z</updated><author><name>Austin Bingham</name><uri>https://sourceforge.net/u/abingham/</uri></author><id>https://sourceforge.netf1aaf0c4d0d88bd5d0908bb4e3aa75066d6a5633</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;--- from Stergios Marinopoulos ---&lt;/p&gt;
&lt;p&gt;Here's some observations I had while compiling pitacard:&lt;/p&gt;
&lt;p&gt;configure fails if I do not have /usr/lib/qt3/bin in my&lt;br /&gt;
path. That was easy enough to fix.&lt;/p&gt;
&lt;p&gt;But compiling fails in the following two files due&lt;br /&gt;
to the missing include file of assert.h&lt;/p&gt;
&lt;p&gt;I had to add a &amp;amp;quot;#include &amp;amp;lt;assert.h&amp;amp;gt;&amp;amp;quot;&lt;br /&gt;
to the files: KeyboardDeckRunnerUI.h (due to line&lt;br /&gt;
37), and&lt;br /&gt;
saxReaderBase.cpp (due to line 177)&lt;/p&gt;
&lt;p&gt;Next up, I get this error:&lt;/p&gt;
&lt;p&gt;DeckEditorUIBase.cpp:13:75:&lt;br /&gt;
/home/abingham/projects/sourceforge/pitacard/src/xlatTextEdit.h:&lt;br /&gt;
No such file or directory&lt;/p&gt;
&lt;p&gt;which is caused by the line:&lt;/p&gt;
&lt;p&gt;#include&lt;br /&gt;
&amp;amp;lt;/home/abingham/projects/sourceforge/pitacard/src/xlatTextEdit.h&amp;amp;gt;&lt;/p&gt;
&lt;p&gt;so I changed that to&lt;br /&gt;
#include &amp;amp;quot;xlatTextEdit.h&amp;amp;quot;&lt;/p&gt;
&lt;p&gt;Same for DeckRunnerUIBase.cpp&lt;/p&gt;
&lt;p&gt;After that it compiled. BTW this is all on Mandrake 9.2&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>