-
Hi,
a mere code as this running on remote sheel without XServer:
(XXX = OPEN_GL/anything not EDT_NULL)
#include
#include
using namespace irr;
using namespace core;
using namespace video;
int main (void)
{
IrrlichtDevice *device = createDevice (video::EDT_XXXX, dimension2d(640, 480), 8, false, false, false,
0);
if (device != NULL)
2007-03-13 13:40:46 UTC in Irrlicht Engine
-
Hi,
I just try to compile souce code of devel release, and without any special configure option, I got this:
[Debian GNU/Linux testing, x86 32 bits
gcc version 4.1.2 20061028 (prerelease) (Debian 4.1.1-19)]
CDVDiso.c: In function 'DvdRead':
CDVDiso.c:202: error: invalid lvalue in assignment
CDVDiso.c: In function 'CDVD_findfile':
CDVDiso.c:304: error: invalid lvalue in assignment...
2007-01-12 15:00:13 UTC in PCSX2 and PCSX2 team's plugins
-
Works great now (tested on 5.4-rc3, I guess 5.4 is also ok). Thanks.
2006-12-13 17:00:10 UTC in net-snmp
-
I didn't clearly understand your questions as I spoke of generic source level, so it's not relevant to platform use.
And it's for 5.2.3 release.
2006-11-21 10:30:59 UTC in net-snmp
-
Hi,
there a big issue about logfile options handling in
snmptrapd:
in "reconfig" code part of daemon core, code use a
'logfile' variable (string) set ONLY with '-o' command
line opt. So when we use '-Lf' opt managed by
snmp_log_options, logfile not set and in case of
rotation, and logfile will NOT BE rotated as expected.
Note that some others tools which use snmp_log_options
call...
2006-11-10 13:32:14 UTC in net-snmp
-
Hi,
webmagick failed with the message:
Internal error: writeTopIndexes called when $opt_frames
is not set
with just 'noframes' opt set.
I use kubuntu dapper, with default Perl 5.8.7 and jpeg
pictures.
Internet search let me know that other people have this
issue.
Regards.
-- System Information:
Debian Release: testing/unstable
APT prefers dapper-updates
APT policy...
2006-08-31 10:56:51 UTC in WebMagick