| |
| |
| |
|
Comments:
<0> i want to try compiling the header files for a library, but it seems g++ doesn't recognize the files as headerfiles because they have a .hpp extension. (works fine with .h). is there any way to force it to compile the file as a header that will also be used when i include the .hpp? <0> or do i need to make a search and replace s/SomeHeader.hpp/SomeHeader.h/ > <1> plams: you want to precompile a c++ header? <0> yes <0> not possible? <0> or.. it seemed to work when i renamed one file to .h <1> try adding -xc++-header <0> it worked. thanks! now, when i try to include a precompiled .hpp file it will use the .gch instead?
<1> should <0> thanks <2> how do I get gcc to compile in debugging options <2> if I have specified a line as such <2> #define UHIDDEV_DEBUG <2> and content after it? <2> i got it <2> -D <3> if i have a empty macro <3> #define UPNP_SOCKET(args) <3> which is called like <3> UPNP_SOCKET(("%s: socket returns %d\n", __FUNCTION__, fd)); <3> what to do to printf it? <3> #define UPNP_SOCKET(args) printf(args) segfaults <3> #define UPNP_SOCKET(args) printf("%s",args) segfaults too <4> is there any argument I can p*** to gcc to make it do memory transfers faster? <5> #ion <5> oops sorry pls ignore that <6> how much gnu extensions are "standard" ? <6> does visual c++ compiles gnu extensions? <7> hello, has anyone seen the error "warning: int format, pointer arg (arg 3)" <7> well its not an error.. <1> looks like a printf format warning <1> because you give a format specifier that doesn't match the type of the provided argument <7> yeah, i was doing an %i when i should of been doing a %s <7> thanks <1> np <8> in gcc's implementation is it safe to have 2 restrict pointers pointing to the same thing IF the pointees are never mutated? <9> Hi. I would like to get a gcc/make toolchain installed on a very stripped down linux system (GuardianOS, made by Snap appliance). Can someone point me to a guide or perhaps help me out with this. I'm not really sure where to start <10> I downloaded the windows version of GCC.. how do I use it? <11> Shoooooot: what's the problem? <10> <10> I downloaded the windows version of GCC.. how do I use it?
<11> cylon whipped me :( <11> use it it's simple <10> lol <11> put bin/ into your path <10> ? <11> %PATH% <10> ? <10> =\ <11> systemsettings->System->Advanced->Environment Variables <10> dude i have no idea what you are talking about <10> this is windows.. <11> yes <11> windows i know <11> but it seems you don't know about your system <11> :D <10> >< <11> dude i'm in a gcc channel i can't advertise for other IDEs, unfort :( <12> when i am building gcc-4.0.3 i get an d-tools/gcc-4.0.3/gcc/testsuite/g++.old-deja/g++.pt/spec27.C <12> /home/akp/xscale/build-tools/gcc-4.0.3/gcc/testsuite/g++.old-deja/g++.pt/spec38.C <12> /home/akp/xscale/build-tools/gcc-4.0.3/gcc/testsuite/g++.old-deja/g++.pt/spec12.C <12> /home/akp/xscale/build-tools/gcc-4.0.3/gcc/testsuite/g++.old-deja/g++.pt/spec33.C <12> /home/akp/xscale/build-tools/gcc-4.0.3/gcc/testsuite/g++.old-deja/g++.pt/spec3.C <12> /home/akp/xscale/build-tools/gcc-4.0.3/gcc/testsuite/g++.old-deja/g++.pt/spec6.C <12> /home/akp/xscale/build-tools/gcc-4.0.3/gcc/testsuite/g++.old-deja/g++.pt/spec26.C <12> /home/akp/xscale/build-tools/gcc-4.0.3/gcc/testsuite/gfortran.dg/spec_expr_2.f90 <12> /home/akp/xscale/build-tools/gcc-4.0.3/gcc/testsuite/gfortran.dg/spec_expr_1.f90 <12> /home/akp/xscale/build-tools/gcc-4.0.3/gcc/cppspec.c <12> crap <12> sorry <12> i get an unrecognised emulation mode: armelf_linux <12> error, how in the hell do i fix this? <11> Shoooooot: lol
Return to
#gcc or Go to some related
logs:
Bianchi-Pinkall Flat Tori #lisp gaim dns nobody needs me debian cmipci joystick_port alsa 1800microsoft
#openzaurus #fedora #math #fedora unexpected T_ARRAY, expecting
|
|