User forums > Help
building problems
Ceniza:
"force compilation if can't read timestamp but file exists" is _NOT_ an option, it's in the compiler plugin's code. If it's not forcing a compilation then wxFileExists is failing (returning false), which is even more intriguing.
depslib is the library the compiler plugin uses to get the timestamp, and I suppose it checks all dependencies too.
Try compiling Code::Blocks adding the -fno-strict-aliasing flag and see if that solves the problem.
UnknownArtists:
i have created the
--- Code: ---/etc/portage/package.use
--- End code ---
and added the following line:
--- Code: ---dev-util/codeblocks -fno-strict-aliasing
--- End code ---
and after deleting the .codeblocks directory in my homefolder and the projects and unmerging codeblocks i recompiled it! but i still have the problem!
my make.conf has the following lines:
--- Code: ---USE="X alsa cdr crypt dri doc dvd encode gif gtk java javascript jpeg jpeg2k nvidia opengl qt3 sse sse2 ssl"
CFLAGS="-march=pentium4 -O3 -pipe"
--- End code ---
maybe there is a problem....
or have i understood anything wrong?
Ceniza:
Remove the line you added to /etc/portage/package.use, it's of no use there.
Try this in a shell:
--- Code: ---CFLAGS="-march=pentium4 -O3 -pipe -fno-strict-aliasing" emerge codeblocks
--- End code ---
Or, if you want, modify /etc/make.conf so it includes -fno-strict-aliasing in CFLAGS.
UnknownArtists:
yeah!!!!!! it works!!!!!!! great!!!!!! :lol:
thx for your help
edit:
only one question more: can i set this flags specific to this package, so that will work even after an update world?
Ceniza:
--- Quote from: UnknownArtists on August 27, 2007, 07:06:55 pm ---yeah!!!!!! it works!!!!!!! great!!!!!! :lol:
thx for your help
edit:
only one question more: can i set this flags specific to this package, so that will work even after an update world?
--- End quote ---
Check this link.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version