~ubuntu-branches/ubuntu/hoary/kvirc/hoary

« back to all changes in this revision

Viewing changes to doc/CURIOSITY

  • Committer: Bazaar Package Importer
  • Author(s): Robin Verduijn
  • Date: 2004-12-14 15:32:19 UTC
  • mfrom: (0.2.1 upstream) (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041214153219-fdink3gyp2s20b6g
Tags: 2:2.1.3.1-2
* Change Recommends on xmms to a Suggests.
* Rebuild against KDE 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
kvi_mdi.h:127: Please submit a full bug report to `egcs-bugs@cygnus.com'.
10
10
make[1]: *** [kvi_mdi.lo] Error 1
11
11
make[1]: Leaving directory `/usr/build/NEW_kvirc/kvirc/kvilib'
12
 
make: *** [install-recursive] Error 1                             
 
12
make: *** [install-recursive] Error 1
13
13
 
14
14
 
15
15
-24.02.99 [24 must be not a lucky day for egcs]
65
65
#if defined(UNIX) && !defined(_OS_OS2EMX_)
66
66
    if ( !isSymLink() )
67
67
        return QString();
68
 
    int len = readlink( fn, s, PATH_MAX ); #<------- readlink does not put the terminator at the end...it is a bit unsafe...
 
68
    int len = readlink( fn, s, PATH_MAX ); # <--- readlink does not put the terminator at the end; it is a bit unsafe
69
69
    if ( len < 0 )
70
70
        len = 0;                                // error, return empty string #<-----What ?
71
71
#endif
79
79
[22:23:14] <BuTi> hi
80
80
[22:24:10] <Icewolf> did you write kvIRC?
81
81
[23:00:19] <BuTi> not really
82
 
[23:00:33] <BuTi> but i'm helping pragma...
 
82
[23:00:33] <BuTi> but i am helping pragma...
83
83
[23:00:48] <BuTi> and i wrote some pieces of code :)
84
84
[23:01:07] <Icewolf> in what language?
85
85
[23:01:10] <BuTi> c++
86
 
[23:01:11] <Icewolf> im writing IceIRC for win..
 
86
[23:01:11] <Icewolf> im writing IceIRC for win...
87
87
[23:01:33] <BuTi> and qt
88
 
[23:01:48] <BuTi> i never heared about iceIRC... 
 
88
[23:01:48] <BuTi> i never heared about iceIRC...
89
89
[23:02:01] <Icewolf> why not make mouse for kvIRC ?
90
90
[23:02:02] <Icewolf> heh
91
91
[23:02:15] <BuTi> make mouse?
98
98
[23:03:56] <Icewolf> Skiluru �etta tungum�l ? :P
99
99
[23:03:56] <Icewolf> hehe
100
100
[23:04:02] <BuTi> :)
101
 
[23:04:11] <BuTi> i don't understand a word..
 
101
[23:04:11] <BuTi> i do not understand a word...
102
102
[23:04:26] <BuTi> can you explain me "write mouse" ?
103
103
[23:05:59] <Icewolf> forget it
104
104
[23:06:02] <BuTi> ok
105
 
[05:59:46] [BuTi] prepares to go sleeping ....
 
105
[05:59:46] [BuTi] prepares to go sleeping...
106
106
 
107
107
 
108
108
some pieces of really kewl code and "code":
117
117
}
118
118
 
119
119
 
120
 
kvi_config.cpp:239: warning: `class KviStr * pointer_that_IS_initialized' 
 
120
kvi_config.cpp:239: warning: `class KviStr * pointer_that_IS_initialized'
121
121
        might be used uninitialized in this function
122
122
kvi_config.cpp: In method `class QRect KviConfig::readRectEntry(const char *, const class QRect &)':
123
123
kvi_config.cpp:364: warning: unused variable
132
132
kvi_utoolbar.cpp: In method `KviUserToolBar::KviUserToolBar(class KviFrame *, class QWidget *)':
133
133
kvi_utoolbar.cpp:79: Internal compiler error.
134
134
kvi_utoolbar.cpp:79: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
135
 
kvi_utoolbar.cpp:79: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.      
 
135
kvi_utoolbar.cpp:79: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
136
136
 
137
137
-19.12.1999
138
138
 
139
 
In file included from ../../kvicore/kvi_string.h:32,
 
139
In file included from ../../kvilib/core/kvi_string.h:32,
140
140
                 from ../kvirc_plugin.h:30,
141
141
                 from libkvixmms.cpp:23:
142
142
/usr/include/stdio.h:400: Internal compiler error.
143
143
/usr/include/stdio.h:400: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
144
144
/usr/include/stdio.h:400: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
145
145
make[3]: *** [libkvixmms.lo] Error 1
146
 
make[3]: Leaving directory `/usr/build/kvirc/cvs/src/plugins/xmms'                                                                              
 
146
make[3]: Leaving directory `/usr/build/kvirc/cvs/src/plugins/xmms'
147
147
 
148
148
WOW :)
149
149
 
160
160
 
161
161
(2)
162
162
 
163
 
c++ -DHAVE_CONFIG_H -I. -I. -I../../src   -pipe -I/usr/local/kde/./include   -I/usr/X11R6/include -I/usr/local/kde/qt-2.1/include -I/usr/X11R6/include -D_REENTRANT -I../common -I../kvicore -I../kvilib -DGLOBAL_KVIRC_DIR=\"/usr/local/share/kvirc\"  -g -O2 -c kvi_taskbar.cpp
 
163
c++ -DHAVE_CONFIG_H -I. -I. -I../../src   -pipe -I/usr/local/kde/./include   -I/usr/X11R6/include -I/usr/local/kde/qt-2.1/include -I/usr/X11R6/include -D_REENTRANT -I../common -I../kvilib -DGLOBAL_KVIRC_DIR=\"/usr/local/share/kvirc\"  -g -O2 -c kvi_taskbar.cpp
164
164
make[2]: *** [kvi_taskbar.o] Error 132 <-----eh ?
165
165
make[2]: Leaving directory `/usr/build/kvirc/cvs/src/kvirc'
166
166
make[1]: *** [install-recursive] Error 1
167
167
make[1]: Leaving directory `/usr/build/kvirc/cvs/src'
168
 
make: *** [install-recursive] Error 1  
 
168
make: *** [install-recursive] Error 1
169
169
 
170
170
(3)
171
171
 
174
174
{standard input}: Assembler messages:
175
175
{standard input}:1458: Warning: end of file not at end of a line; newline inserted
176
176
{standard input}:1605: Warning: Missing string
177
 
{standard input}:1605: Warning: .stabs: Missing comma                           
 
177
{standard input}:1605: Warning: .stabs: Missing comma
178
178
 
179
 
.... got more of these today :)
 
179
... got more of these today :)
180
180
 
181
181
 
182
182
- May 19 2000
188
188
../kvirc_plugin.h:245: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
189
189
make: *** [libkvibiffsocket.lo] Error 1
190
190
 
191
 
Well...seems egcs doesn't like KVIrc plugins :\
 
191
Well, seems egcs does not like KVIrc plugins:
192
192
-- Kristoff
193
193
 
194
 
Wow...another one, a few hours later :
 
194
Wow, another one, a few hours later:
195
195
 
196
196
libkvibiff.cpp: In method `KviBiffMailbox::KviBiffMailbox(const char *, const char *, const char *, unsigned int = 110)':
197
197
libkvibiff.cpp:64: Internal compiler error.