Re: Problem with include on debian

2012-01-20 Thread Victor Nitu
-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

Problem with include on debian

2012-01-20 Thread Dayron Crespo
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

Re: Problem with: #include

2006-08-22 Thread Kevin B. McCarty
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

Re: Problem with: #include

2006-08-21 Thread gustavo halperin
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.)

Re: Problem with: #include

2006-08-21 Thread Kevin B. McCarty
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

Re: Problem with: #include

2006-08-21 Thread gustavo halperin
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

Re: Problem with: #include

2006-08-21 Thread Kevin B. McCarty
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:

Problem with: #include

2006-08-21 Thread gustavo halperin
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

Apache2 problem with Include statements in apache2.conf

2004-08-21 Thread B-Fly
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

Re: g++-3.0 problem (with include files?)

2002-02-13 Thread Faheem Mitha
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

Re: g++-3.0 problem (with include files?)

2002-02-13 Thread J.H.M. Dassen \(Ray\)
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

g++-3.0 problem (with include files?)

2002-02-13 Thread Anders Lennartsson
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+