User forums > Using Code::Blocks

Some C::B Suggestions...

<< < (4/7) > >>

tiwag:
if you dl cint5.16 there is no stdio.h file included,

but if you have installed cint5.15 before,

ftp://root.cern.ch/root/cint5.15.tar.gz

there is one and then it will work

 8)

takeshimiya:
And I wouldn't recommend doing that, the cint 5.15 is more than one year old. The 5.16 does come with stdio.h

It's just easier to do what the main page says:
* Source package for all platforms (1.3MB) (with auto-compile scripts for most of the platforms)
* Binary package for Windows-NT/95/98/2000 (1.2MB) (download the source package too)

Uncompress the binary and the sources in the same folder and that's it.

tiwag:

--- Quote from: takeshi miya on November 17, 2006, 07:37:53 pm --- The 5.16 does come with stdio.h

--- End quote ---

it didn't when i tried it, otherwise i wouldn't post it

takeshimiya:

--- Quote from: tiwag on November 17, 2006, 07:57:37 pm ---
--- Quote from: takeshi miya on November 17, 2006, 07:37:53 pm --- The 5.16 does come with stdio.h

--- End quote ---

it didn't when i tried it, otherwise i wouldn't post it

--- End quote ---
now that I look the original tar, that's true: the std* headers are "generated" when you compile, because in the new version they are generated when you make the rule include/iosenum.h, to match the compiler and platform configuration used (so it will work with compilers other than VC, like MinGW).

so then, if you want only the interpreter and don't care mixing interpreted code with compiled code, or don't care for compiling cint, do what tiwag suggests above. :)
otherwise, (you want to use makecint, want to compile cint, or want the latest ver.), do what I said above. :)

Shakes:
OMG that CINT thing is awesome. Its like running the iPython shell or equiv.

Can u say "Kicks Python around like never before!" *Smack*, *Smack*, *BASH*

Someone make a plugin quick! "GO, GO, GO!"  :P

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version