-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/21/2012 04:49 AM, Dayron Crespo wrote:
> I use
>
>
> PHP Version 5.3.3-7+squeeze3
>
> I Have this code in my page
>
> include ('/application/configs/Configuracion.php');
>
> when I load in wiondows all is OK but when I do in the server doe
I use
PHP Version 5.3.3-7+squeeze3
I Have this code in my page
include ('/application/configs/Configuracion.php');
when I load in wiondows all is OK but when I do in the server doesn't load
my file
Thanks
I wrote:
>> Hmm, then try (re-)installing the latest version of the "x-dev"
>> package from backports.org (version 6.9.0.dfsg.1-5bpo2). The
>> Xfuncproto.h in there does include the _X_SENTINEL stuff.
gustavo halperin wrote:
> Thank you, you are right. I fixed it now like you say. BTW: So, maybe
Kevin B. McCarty wrote:
gustavo halperin wrote:
Kevin B. McCarty wrote:
The _X_SENTINEL macro is defined in /usr/include/X11/Xfuncproto.h
-- try installing the latest version of the x11proto-core-dev
package that supplies this file. (Should be version 7.0.4-3 in Sid
or Etch.)
gustavo halperin wrote:
> Kevin B. McCarty wrote:
>> The _X_SENTINEL macro is defined in /usr/include/X11/Xfuncproto.h
>> -- try installing the latest version of the x11proto-core-dev
>> package that supplies this file. (Should be version 7.0.4-3 in Sid
>> or Etch.)
>
> OK, I'm using Debian Sarg
Kevin B. McCarty wrote:
gustavo halperin wrote:
I have a code that include the file "/usr/include/X11/Xlib.h", but when I try
to compile I receive the parser error, see below:
In file included from cube.cpp:32:
/usr/include/X11/Xlib.h: In function `char* XSetOMValues(_XOM*, ...)':
/usr/incl
gustavo halperin wrote:
> I have a code that include the file "/usr/include/X11/Xlib.h", but when I try
> to compile I receive the parser error, see below:
> In file included from cube.cpp:32:
> /usr/include/X11/Xlib.h: In function `char* XSetOMValues(_XOM*, ...)':
> /usr/include/X11/Xlib.h:3578:
Hello
I have a code that include the file "/usr/include/X11/Xlib.h", but when
I try to compile I receive the parser error, see below:
In file included from cube.cpp:32:
/usr/include/X11/Xlib.h: In function `char* XSetOMValues(_XOM*,
...)':
/usr/include/X11/Xlib.h:3578: er
Hello,
Since yesterday I restarted apache2 and since then it didn't start anymore:
iserver:/etc/apache2# /etc/init.d/apache2 start
Starting web server: Apache2apache2: could not open document config
file /etc/apache2/conf.d/\x88A\x0f\b\x90`\v\b\x01
I am currently running testing, but I got
On 13 Feb 2002, J.H.M. Dassen (Ray) wrote:
> On Wed, Feb 13, 2002 at 10:31:13 +0100, Anders Lennartsson wrote:
> > But with g++3.0 it reports some errors. If I run with -v it displays all
> > the paths compiled in, which do seem ok. Why doesn't it find the correct
> > location of the include fil
On Wed, Feb 13, 2002 at 10:31:13 +0100, Anders Lennartsson wrote:
> But with g++3.0 it reports some errors. If I run with -v it displays all
> the paths compiled in, which do seem ok. Why doesn't it find the correct
> location of the include files (which I believe is the problem)?
That is not the
I have problems with g++3.0 in sid, both 3.0.3 and 3.0.4prexxx screws up
when trying to compile
a small test program,
#include
#include
#include
int
main(int argc, char** argv )
{
string muu = "M";
cout << muu << endl;
return 0;
}
with standard g++ it works fine:
beo204:~/tmp$ g+
12 matches
Mail list logo