From: Bob D. <bd...@si...> - 2005-04-28 19:21:48
|
Where are you doing the make install from? On Thu, 2005-04-28 at 14:15 -0500, Derek Giromini wrote: > We can't use 1.3.3 at the moment, but I've addressed this in another thread. > > I started from scratch -- created a new directory. I changed pcode.c. When I make in /libsrc, it acknowledges that pcode.c has changed, creates the pcode.o file, then rebuilds the library. From there, I rebuild the php library in /bindings. Nevertheless, it's as though nothing has changed in pcode.c. Is there something subtle in the Makefiles for /libsrc that overwrite changes to code in that directory? I've changed odbc.c in /inputs and never had this problem. > > -----Original Message----- > From: Bob Doan [mailto:bd...@si...] > Sent: Thursday, April 28, 2005 1:27 PM > To: Derek Giromini > Cc: RLIB USERS > Subject: RE: [Rlib-users] Numerical overflow instr_to_long_long > conversion > > > Just download this http://www.sicom.com/~bdoan/rlib-1.3.3.tar.gz > > It includes everything plus ODBC Fixes > > - bob > > > > On Thu, 2005-04-28 at 12:56 -0500, Derek Giromini wrote: > > Bob-- > > > > This may seem like a dumb user issue, but we've changed the message, and > > completely rebuilt RLIB twice, and the message is the same as before. Is > > there something glaringly obvious that we're missing? > > > > Apache has been restarted since then. > > > > Do we need to recompile PHP? > > > > --Derek > > > > -----Original Message----- > > From: Bob Doan [mailto:bd...@si...] > > Sent: Wednesday, April 20, 2005 2:45 PM > > To: Al Arzaga > > Cc: RLIB USERS > > Subject: Re: [Rlib-users] Numerical overflow instr_to_long_long > > conversion > > > > > > Al, > > > > This is kinda odd. > > > > Can you do me a favor so I can see what number is actually causing this? > > > > in rlib/libsrc/pcode.c > > > > around line 216 is: > > > > rlogit("Numerical overflow in str_to_long_long conversion"); > > > > can you change it to: > > > > rlogit("Numerical overflow in str_to_long_long conversion [%s]\n", str); > > > > and make, as root make install, best to restart apache > > > > and run the report again and let me know the number causing this. > > > > thanks! > > > > - bob > > > > On Wed, 2005-04-20 at 13:38 -0500, Al Arzaga wrote: > > > I get this error when creating a report to a pdf file. > > > > > > Any insights? > > > > > > > > > -Al > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: New Crystal Reports XI. > > > Version 11 adds new functionality designed to reduce time involved in > > > creating, integrating, and deploying reporting solutions. Free runtime > > info, > > > new features, or free trial, at: > > http://www.businessobjects.com/devxi/728 > > > _______________________________________________ > > > Rlib-users mailing list > > > Rli...@li... > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: New Crystal Reports XI. > > Version 11 adds new functionality designed to reduce time involved in > > creating, integrating, and deploying reporting solutions. Free runtime > > info, > > new features, or free trial, at: > > http://www.businessobjects.com/devxi/728 > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Tell us your software development plans! > > Take this survey and enter to win a one-year sub to SourceForge.net > > Plus IDC's 2005 look-ahead and a copy of this survey > > Click here to start! http://www.idcswdc.com/cgi-bin/survey?id5hix > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Tell us your software development plans! > Take this survey and enter to win a one-year sub to SourceForge.net > Plus IDC's 2005 look-ahead and a copy of this survey > Click here to start! http://www.idcswdc.com/cgi-bin/survey?id5hix > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |