(is that folder under codeblocks for boost 1.43 by chance - because I have such a directory there with boost files and I don't remember putting it there)
As for the build we have just done - I took the easy option - I left things as is and just added the search paths to CodeBlocks as follows:
(As my boost 1.47 stuff is at D:\Programming\boost_1_47_0)
Settings->Compiler and Debugger->Search Directories and on the compiler tab added D:\Programming\boost_1_47_0
and on the linker tab added D:\Programming\boost_1_47_0\stage\lib
ok, so I ran a program I made before this whole re-vamp that searches directories. It compiled with my old version, so it should compile with this one. these are the errors I get upon compilation:
In the test prog (which also used boost file system incidentally)
the libraries names I used (for a debug build) were boost_filesystem-mgw46-d-1_47 and boost_system-mgw46-d-1_47
and then it tells me it can';t find the FRAQKING DLL... BOOST Y U NO FREAKING WORK?! I'm about to rip my hair out.........Why do we even have to built the libraries anyway, can't they just be built and downloaded in the form of headers and .dlls?
It would save a lot of trouble...
it keeps compiling a 43-44kb program that is too small to be the program I wrote! And when I run it outside of Code::Blocks, it prompts a pop-up that says it can't find the .dll to the library. It isn't compiling my program correctly and I dont understand why.
You do know that windows starts a program that needs a DLL - it only look in certain places for DLLs - mainly - the directory the program was located in and c:\windows\system32
With regard to downloading just headers and dlls - you can do that - I applaud your persistence in trying to do it from source.
Personnaly I think you proabaly learnt a lot from it.
There is a way to downlaod the prebuild windows binaries - it
is called boost pro - but it is for Microsoft toolchain (*.lib).
I don't know of any prebuilt libraries for mingw/gcc toolchain.
I think I will go back to nuwen's distro... so much easier. If you think it is possible to install wxWidgets with his distro, please post with a link. I guess I will start GUI in college...