News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 02 March 2007 build is out.

Started by killerbot, March 02, 2007, 09:53:28 PM

Previous topic - Next topic

AmR EiSa

OW can compile .lib for linux and .elf for linux too it's Application file for linux , OW make this for linux in windows

Biplab

Thanks for the informations.  :)

No, it doesn't support that at this point. But they will be added in future. :)

I'll update it to accept user-specified linker option today. Then you can manually specify the option to generate *.elf files. Once the support is added, this will less troublesome to do. :)

Regards,

Biplab
Be a part of the solution, not a part of the problem.

Poobah

Quote from: GTOnizuka on March 02, 2007, 10:32:53 PM
Thanks as always,but a little problem: the feed is not working more :( Please adjust it,it's very useful! ;)

Forget it,now it's seems to be OK :)
Speaking of which, is there a feed with only, say, the latest ten updates? It's become far too big.

killerbot

Quote from: Poobah on March 03, 2007, 11:37:12 AM
Quote from: GTOnizuka on March 02, 2007, 10:32:53 PM
Thanks as always,but a little problem: the feed is not working more :( Please adjust it,it's very useful! ;)

Forget it,now it's seems to be OK :)
Speaking of which, is there a feed with only, say, the latest ten updates? It's become far too big.

:-)


I could cut off N-10   ;-)

Alturin

Get a proper feed reader? :P
C'mon, most readers allow you to specify how many entries you want to see!

GTOnizuka

Quote from: Alturin on March 03, 2007, 03:01:07 PM
Get a proper feed reader? :P
C'mon, most readers allow you to specify how many entries you want to see!

For example i use google reader and i can see from 1 to 9 entries ;)

Alturin

Quote from: GTOnizuka on March 03, 2007, 03:17:05 PM
Quote from: Alturin on March 03, 2007, 03:01:07 PM
Get a proper feed reader? :P
C'mon, most readers allow you to specify how many entries you want to see!

For example i use google reader and i can see from 1 to 9 entries ;)

Exactly ;)
Google Reader + Google Homepage = ?

AmR EiSa

Quote from: Biplab on March 03, 2007, 07:33:19 AM
Thanks for the informations.  :)

you are welcome any time , and i mast say thanks for wxScript

Quote from: Biplab on March 03, 2007, 07:33:19 AM
But they will be added in future. :)

I hope so.

Quote from: Biplab on March 03, 2007, 07:33:19 AM
I'll update it to accept user-specified linker option today. Then you can manually specify the option to generate *.elf files. Once the support is added, this will less troublesome to do. :)

I hope that not for linux only but for anther OSs like OS2 & freebsd and ....

Regards,
AmR EiSa

Jan van den Borst

LS,
I was playing around with the precompiled header feature described in the  codeblocks wiki. However it doesn't work with the "flat objects" compiler option. Is this a bug or am I doing something wrong. This applies to the mingw compiler (win32)

However I got it to work using visual studio 2005. That is great.

Hope somebody knows a workaround for gcc and flat object compiler setting

Jan

Biplab

Quote from: AmR EiSa on March 03, 2007, 09:17:44 PM
and i mast say thanks for wxScript

Did you try the OW+wxWizard?

Quote from: AmR EiSa on March 03, 2007, 09:17:44 PM
I hope so.

Yes they will be. There might be some delay (I hope NO delay), but it will be added. ;)

Quote from: AmR EiSa on March 03, 2007, 09:17:44 PM
Quote from: Biplab on March 03, 2007, 07:33:19 AM
I'll update it to accept user-specified linker option today. Then you can manually specify the option to generate *.elf files. Once the support is added, this will less troublesome to do. :)

I hope that not for linux only but for anther OSs like OS2 & freebsd and ....

This is for OW only where you can specify any additional or advanced linker option to wlink.exe and this is already added. It was there in C::B, I turned it off during the first commit and turned it on in the second commit. Regarding other OS, we'll try; at least I'll add it for Linux (I use OpenSUSE). :)

Regards,

Biplab
Be a part of the solution, not a part of the problem.

AmR EiSa

Quote from: Biplab on March 04, 2007, 06:00:55 AM
Did you try the OW+wxWizard?
No i don't at this time i resetup my windows and i will setup RH9 soon , sorry for that  :?

Regards,
AmE EiSa

AmR EiSa

I can't build default App :(
see log files

[attachment deleted by admin]

Biplab

Quote from: AmR EiSa on March 04, 2007, 08:35:06 AM
I can't build default App :(
see log files

I can see from your log that Release Target is built successfully. Debug Target has failed as you are linking it against Release lib. Try linking it against Debug lib of wxWidgets (Means compiled with __WXDEBUG__ on). The error will not come up. :)

I've just retested it and wizard adds appropriate libs in appropriate target. :)

Regards,

Biplab
Be a part of the solution, not a part of the problem.

watt

nooooooooooo i can't believe ... i read the tutorials... but the codeblocks don't work ...
i get the codeblocks.rc2 from official website, and i get the files on svn.
i enter in the truck/
./bootstrap
(no errors)
./configure
(no errors)
./make
(no errors)
./make install
(no errors)

codeblocks nothing

Pecan

Quote from: watt on March 04, 2007, 11:09:43 PM
nooooooooooo i can't believe ... i read the tutorials... but the codeblocks don't work ...
i get the codeblocks.rc2 from official website, and i get the files on svn.
i enter in the truck/
./bootstrap
(no errors)
./configure
(no errors)
./make
(no errors)
./make install
(no errors)

codeblocks nothing

What do you mean "codeblocks nothing" ? Details please.

Did you cd .../src/codeblocks/devel
./run.sh