Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Building CodeBlocks source
Jenna:
You need to add the folder where the zip.exe resides to your systems (windows I guess) search path.
BlueHazzard:
i have updated the wiki a little bit. Can someone please check it?
greetings
ollydbg:
--- Quote from: BlueHazzard on July 21, 2013, 05:24:16 pm ---i have updated the wiki a little bit. Can someone please check it?
greetings
--- End quote ---
Good work, I think all your changes recently are OK, thanks.
sorinev:
Between google, the wiki, and this thread, I've been messing around with it for two days trying to get it to work and it's just not having it. I solve one thing, and another problem pops up. I solve that one, and the one I solved before comes back. Rinse and repeat.
I'm going to have to give up on this for now and come back when I'm more experienced with large projects and can actually figure out what the hell I'm doing and what needs to be done, through experience, and without tons of searching. Again, I appreciate the speedy replies and help you guys have offered.
LETARTARE:
@BlueHazzard
Okay, very good job.
Maybe we could replace
--- Quote ---CFLAGS ?= -fno-keep-inline-dllexport
--- End quote ---
--- Quote ---CXXFLAGS ?= -fno-keep-inline-dllexport
--- End quote ---
by
--- Quote ---CPPFLAGS ?= -fno-keep-inline-dllexport
--- End quote ---
I checked the Makefile, but we still control ...
and add after
--- Code: ---or
mingw32-make -fmakefile.gcc SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 CPPFLAGS=-fno-keep-inline-dllexport
--- End code ---
Thank you again
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version