[jdev] Any quick/ simple c/c++ libraries/tutorials?
Jack Moffitt
jack at chesspark.com
Sun Nov 2 22:21:28 CST 2008
> I am sorry jack but that didnt make sense to me at all.
>
> what is split? what is sources? do I have to learn scons before I can
> COMPILE libstrophe ? that doesnt sound like very easy to use and quick
> to get started with.
If SCons is installed you just type "scons" and you're done, on either
linux or windows. This is the first I've ever heard of someone
getting a crash in the installer or in scons.
Without scons, it is still easy to build. Just ignore "Split". I
gave you the list of files that comprise both expat and strophe, as
well as the compiler defines that you need to set when you compile.
Surely you can make a blank project, drag the files listed into it,
set the compiler defines in the project options, and hit build.
> Would you like me to ignore all the other files (remove them from a
> project and just include the ones you mention here?
Exactly. I have no idea how to build every file in the expat library.
Who knows what strange stuff that other stuff is for or what things
it depends on in order to build.
> I have installed scon somehow (using python's latest version as opposed
> to ibm's pre installed version) but it still doesnt recognize the term
> "scon" (something) when I type it on the command line.
The command is "scons" which I assume you did but typoed here. You
need to add the place where you installed it to your path. Try "set
PATH=%PATH%;C:\Where\You\Put\Scons" at the commandline. Alternative
you can just run it by typing in the full path:
\Where\You\Put\Scons\scons.exe
jack.
More information about the JDev
mailing list