User forums > Using Code::Blocks
Installing the ACE Threads package on C::B
mtk:
--- Quote from: Michael on January 17, 2006, 02:03:14 pm ---Try to "other compiler options".
--- End quote ---
Can't find these settings...
--- Quote from: Michael on January 17, 2006, 02:03:14 pm ---Even if you just use already compiled libraries, you should always add the header files. Normally, they are stored into an include directory.
--- End quote ---
The ACE pack is installed directly to the INCLUDE folder, so nothing should be changed...
Michael:
--- Quote from: mtk on January 17, 2006, 02:16:47 pm ---
--- Quote from: Michael on January 17, 2006, 02:03:14 pm ---Try to "other compiler options".
--- End quote ---
Can't find these settings...
--- End quote ---
Project-->Build options-->Compiler-->Other options
Michael
mtk:
--- Quote from: Michael on January 17, 2006, 02:20:56 pm ---Project-->Build options-->Compiler-->Other options
--- End quote ---
Thanks...
I added:
--- Code: ----mthreads
--- End code ---
But nothing changed.
what exactly should I add to the includes?
Michael:
--- Quote from: mtk on January 17, 2006, 02:26:18 pm ---
--- Quote from: Michael on January 17, 2006, 02:20:56 pm ---Project-->Build options-->Compiler-->Other options
--- End quote ---
Thanks...
I added:
--- Code: ----mthreads
--- End code ---
But nothing changed.
--- End quote ---
C:B project has the same option included in the same place. Check if you should add other options.
--- Quote from: mtk on January 17, 2006, 02:26:18 pm ---what exactly should I add to the includes?
--- End quote ---
You should include the path where your include files are (normally inside an include directory). Include it here:
Project-->Build options-->Directories-->Compiler
Michael
mtk:
If you look at the txt file I added, you would see the the compiler is already looking for the files on:
--- Code: ---C:\Program Files\CodeBlocks\DevPacks\include\ace
--- End code ---
(which was added automaticly by installation)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version