Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » SVN UPDATE & .deb BUILD : Revision 307 - 2008-07-05
SVN UPDATE & .deb BUILD : Revision 224 - 2008-05-05 [message #15704 is a reply to message #15671] Mon, 05 May 2008 13:13 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Update on uvs2 versions :

uppsrc - 2531
reference - 112
examples - 140
tutorial - 38


As a solution for Ubuntu hardy bug, which turned out to be a compiler bug, the default optimization for release build has be changed adding -fno-inline-functions.

NOTE : If you build from svn source, please change build optimization accordingly; not doing so theide will crash.
Do so in SETUP-BUILD METHODS-OPTIMIZE FOR SPEED line, adding at end -fno-inline-functions

BYTEFIELD, please change your optimization too BEFORE building 32 bit package.

Debian 64 bit build available here :
http://www.ultimatepp.org/svnbuilds/upp-svn_SVN.224_amd64.de b

Debian 32 bit build available here :
http://www.ultimatepp.org/svnbuilds/upp-svn_SVN.224_i386.deb

Please test both to see if bug is completely gone !

Ciao

Max

[Updated on: Mon, 05 May 2008 17:35]

Report message to a moderator

Re: SVN UPDATE & .deb BUILD : Revision 224 - 2008-05-05 [message #15710 is a reply to message #13999] Mon, 05 May 2008 15:17 Go to previous messageGo to next message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

Latest BUILD 224 fails to compile [at least] under MSC8 compiler:
Quote:

----- CtrlLib ( GUI MT MSC8 DEBUG DEBUG_FULL BLITZ WIN32 MSC ) (1 / 9)
BLITZ: LabelBase.cpp Button.cpp Switch.cpp EditField.cpp Text.cpp LineEdit.cpp DocEdit.cpp ScrollBar.cpp HeaderCtrl.cpp ArrayCtrl.cpp MultiButton.cpp P
opupTable.cpp DropList.cpp DropChoice.cpp Static.cpp Splitter.cpp FrameSplitter.cpp SliderCtrl.cpp ColumnList.cpp Progress.cpp AKeys.cpp RichTextVi
ew.cpp Prompt.cpp Help.cpp DateTimeCtrl.cpp Bar.cpp ToolButton.cpp ToolBar.cpp ToolTip.cpp StatusBar.cpp TabCtrl.cpp TreeCtrl.cpp DlgColor.cpp Colo
rPopup.cpp ColorPusher.cpp FileList.cpp FileSel.cpp PrinterJob.cpp Windows.cpp Win32.cpp TrayIconWin32.cpp TrayIconX11.cpp CtrlUtil.cpp Update.cpp
LNGCtrl.cpp Ch.cpp ChGtk.cpp
$blitz.cpp
C:\upp\uppsrc\Core/Mt.h(226) : error C2065: 'Readsection' : undeclared identifier
MenuItem.cpp
C:\upp\uppsrc\Core/Mt.h(226) : error C2065: 'Readsection' : undeclared identifier
ChWin32.cpp
C:\upp\uppsrc\Core/Mt.h(226) : error C2065: 'Readsection' : undeclared identifier
MenuBar.cpp
C:\upp\uppsrc\Core/Mt.h(226) : error C2065: 'Readsection' : undeclared identifier
C:\upp\uppsrc\Core/Mt.h(226) : error C2065: 'Readsection' : undeclared identifier
CtrlLib.icpp
CtrlLib: 51 file(s) built in (0:14.16), 277 msecs / file, duration = 14625 msecs, parallelization 93%

Re: SVN UPDATE & .deb BUILD : Revision 224 - 2008-05-05 [message #15714 is a reply to message #15710] Mon, 05 May 2008 19:29 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Sorry about that, my fault.

Mirek
SVN UPDATE & .deb BUILD : Revision 226 - 2008-05-06 [message #15723 is a reply to message #15714] Tue, 06 May 2008 16:23 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Update on uvs2 versions :

uppsrc - 2532
reference - 112
examples - 140
tutorial - 38


Debian 64 bit build available here :
http://www.ultimatepp.org/svnbuilds/upp-svn_SVN.226_amd64.de b

Ciao

Max

Re: SVN UPDATE & .deb BUILD : Revision 226 - 2008-05-06 [message #15726 is a reply to message #15723] Tue, 06 May 2008 17:51 Go to previous messageGo to next message
bytefield is currently offline  bytefield
Messages: 210
Registered: December 2007
Experienced Member
Debian 32 bits build:
[removed]


cdabbd745f1234c2751ee1f932d1dd75

[Updated on: Thu, 15 May 2008 23:39]

Report message to a moderator

SVN UPDATE & .deb BUILD : Revision 228 - 2008-05-06 [message #15746 is a reply to message #15726] Tue, 06 May 2008 22:59 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Update on uvs2 versions :

uppsrc - 2534
reference - 112
examples - 140
tutorial - 38


plus some X11DHCtrl/GlCtrl fixes.

Debian 64 bit build available here :
http://www.ultimatepp.org/svnbuilds/upp-svn_SVN.228_amd64.de b

Ciao

Max

[Updated on: Tue, 06 May 2008 23:54]

Report message to a moderator

Re: SVN UPDATE & .deb BUILD : Revision 228 - 2008-05-06 [message #15749 is a reply to message #15746] Tue, 06 May 2008 23:56 Go to previous messageGo to next message
bytefield is currently offline  bytefield
Messages: 210
Registered: December 2007
Experienced Member
Debian 32 bits build (SVN.228)
[removed]


cdabbd745f1234c2751ee1f932d1dd75

[Updated on: Thu, 15 May 2008 23:40]

Report message to a moderator

Re: SVN UPDATE & .deb BUILD : Revision 224 - 2008-05-05 [message #15778 is a reply to message #15714] Wed, 07 May 2008 20:51 Go to previous messageGo to next message
captainc is currently offline  captainc
Messages: 278
Registered: December 2006
Location: New Jersey, USA
Experienced Member
luzr wrote on Mon, 05 May 2008 13:29

Sorry about that, my fault.

Mirek



If this is an easy fix, could you post to SVN soon so we can update? Thanks.
Re: SVN UPDATE & .deb BUILD : Revision 228 - 2008-05-06 [message #15780 is a reply to message #15749] Wed, 07 May 2008 22:03 Go to previous messageGo to next message
gertwin is currently offline  gertwin
Messages: 25
Registered: May 2007
Location: Netherlands
Promising Member
bytefield wrote on Tue, 06 May 2008 23:56

Debian 32 bits build (SVN.228) available here.


Hi,

FYI, this version does not run on my ubuntu 8.04 system.
Did you change your optimization settings as advised by Max?

Gertwin
Re: SVN UPDATE & .deb BUILD : Revision 228 - 2008-05-06 [message #15783 is a reply to message #15780] Wed, 07 May 2008 22:29 Go to previous messageGo to next message
bytefield is currently offline  bytefield
Messages: 210
Registered: December 2007
Experienced Member
Thanks for info Smile. I've used Massimo scripts, and first time when I've built SVN.224(I guess) I set the option, but now after scripts have been updated, the script take care about *.bm file, so it use -fno-inline-functions options by default and I've used SVN.226 build to make this last package and FYI on my Ubuntu 8.04 it works without problems. If you say so i will remake the package and upload it in few minutes.
Thanks,
Andrei

Edit: SVN.224 worked?
Have anyone else tried SVN.226 build?


cdabbd745f1234c2751ee1f932d1dd75

[Updated on: Wed, 07 May 2008 22:38]

Report message to a moderator

Re: SVN UPDATE & .deb BUILD : Revision 228 - 2008-05-06 [message #15787 is a reply to message #15783] Wed, 07 May 2008 22:46 Go to previous messageGo to next message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

How can i get svn repository and can compile this on win32.
From sourgeforce I can see in web browser... but i cannot download with TortoiseSVN. Maybe is other program can be download. And I use in kubunt too.. what program i can download svn.
Thank you!
Re: SVN UPDATE & .deb BUILD : Revision 228 - 2008-05-06 [message #15794 is a reply to message #15787] Wed, 07 May 2008 23:18 Go to previous messageGo to next message
bytefield is currently offline  bytefield
Messages: 210
Registered: December 2007
Experienced Member
Quote:

How can i get svn repository and can compile this on win32.

You need subversion (TortoiseSVN) and guess there is a Tortoise entry in explorer menu for checkout. Do not fill entry of dialog which appear with full svn command found on sourceforge, it is only for CLI clients, use only the url found in command.
Quote:

And I use in kubunt too..

For kubuntu you can use a SVN client with GUI or simple use svn from CLI, doing a simple checkout, like is described on sf or wiki.
CLI svn client is found in subversion package, so open a console, type
Quote:

sudo apt-get install subversion
and you get a CLI svn client, after that follow the steps described on wiki.

To compile it set an entry to new uppsrc directory from svn repository in assembly list from "Select main package" dialog, in theide.

P.S.: if you want latest svn package you can use mdelfede builds for a 64 bit machine, or mine for 32 bits. (Linux only)
P.P.S: if we speak same language please send me a pm and I give you detailed instructions, if you have trouble.


cdabbd745f1234c2751ee1f932d1dd75

[Updated on: Thu, 15 May 2008 23:40]

Report message to a moderator

Re: SVN UPDATE & .deb BUILD : Revision 228 - 2008-05-06 [message #15798 is a reply to message #15794] Wed, 07 May 2008 23:46 Go to previous messageGo to next message
gertwin is currently offline  gertwin
Messages: 25
Registered: May 2007
Location: Netherlands
Promising Member
[quote title=bytefield wrote on Wed, 07 May 2008 23:18]Ok, new 32 bit SVN.228 package is online.
It is available here.

Sorry, this package has the same problems.
The last version i used on 8.04 was (i think) the latest you build on 7.10, with an older gcc dependency.
I just upgraded that installation with this package.

Edit:
Problem solved, it is working now.
I renamed the upp-svn directory created by the previous version, SVN.228 created a new one, that solved my problem.

Thanks.

Gertwin

[Updated on: Thu, 08 May 2008 00:18]

Report message to a moderator

SVN UPDATE & .deb BUILD : Revision 232 - 2008-05-08 [message #15815 is a reply to message #15798] Thu, 08 May 2008 12:28 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Update on uvs2 versions :

uppsrc - 2538
reference - 113
examples - 141
tutorial - 38



Debian 64 bit build available here :
http://www.ultimatepp.org/svnbuilds/upp-svn_SVN.232_amd64.de b

Debian 32 bit build available here :
http://www.ultimatepp.org/svnbuilds/upp-svn_SVN.232_i386.deb

Ciao

Max

[Updated on: Thu, 08 May 2008 19:07]

Report message to a moderator

SVN UPDATE & .deb BUILD : Revision 237 - 2008-05-11 [message #15847 is a reply to message #15815] Sun, 11 May 2008 20:55 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Update on uvs2 versions :

uppsrc - 2542
reference - 113
examples - 141
tutorial - 38


Corrected Valgrind parameter

BAZAAR CONTRIBUTIONS ADDED

From this release, I've included Bazaar stuffs in ide setup; bazaar files get copied on user folder (on demand) and a new assembly is added, MyApps-Bazaar.
This new assembly contains all MyApps nests as before, plus Bazaar nest; selecting this assembly you can also test bazaar user contributions.
I kept separated from MyApps assembly just to not confuse people... bazaar files are non (yet) as stable as upp, and need some cleanup.

Please test this release and feel free to comment / suggest some better way to include bazaar.

NOTE : After enough testing and (when needed) bugfixes, bazaar contributions will probabily merged with upp sources.

Debian 64 bit build available here : http://www.ultimatepp.org/svnbuilds/upp-svn_SVN.237_amd64.de b

Debian 32 bit build available here : http://www.ultimatepp.org/svnbuilds/upp-svn_SVN.237_i386.deb

Ciao

Max

[Updated on: Sun, 11 May 2008 22:17]

Report message to a moderator

SVN UPDATE & .deb BUILD : Revision 243 - 2008-05-13 [message #15862 is a reply to message #15847] Tue, 13 May 2008 00:57 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Update on uvs2 versions :

uppsrc - 2543
reference - 113
examples - 141
tutorial - 38


Debian 64 bit build available here : http://www.ultimatepp.org/svnbuilds/upp-svn_SVN.243_amd64.de b

Debian 32 bit build available here : http://www.ultimatepp.org/svnbuilds/upp-svn_SVN.243_i386.deb

Ciao

Max

[Updated on: Tue, 13 May 2008 17:58]

Report message to a moderator

SVN UPDATE & .deb BUILD : Revision 249 - 2008-05-13 [message #15876 is a reply to message #15862] Tue, 13 May 2008 23:35 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Update on uvs2 versions :

uppsrc - 2545
reference - 113
examples - 141
tutorial - 38


Plus a fix on X11 DHCtrl/GLCtrl control
Plus Bazaar test setup
Plus small fix on Core/BiCont.h

Debian 64 bit build available here : http://www.ultimatepp.org/svnbuilds/upp-svn_SVN.249_amd64.de b

Ciao

Max
Re: SVN UPDATE & .deb BUILD : Revision 249 - 2008-05-13 [message #15879 is a reply to message #15876] Wed, 14 May 2008 01:49 Go to previous messageGo to next message
bytefield is currently offline  bytefield
Messages: 210
Registered: December 2007
Experienced Member
Debian 32 bit build available here: (package removed)

cdabbd745f1234c2751ee1f932d1dd75

[Updated on: Tue, 27 May 2008 16:34]

Report message to a moderator

SVN UPDATE & .deb BUILD : Revision 251 - 2008-05-15 [message #15898 is a reply to message #15879] Thu, 15 May 2008 00:07 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Update on uvs2 versions :

uppsrc - 2548
reference - 113
examples - 141
tutorial - 38


IMPORTANT : GCC version (and GCC build method) has been changed to g++-4.1 due to a g++-4.2 internal bug.

Bytefield, please update 'uppdeb' build script AND add 'g++-4.1' in compiler name field of GCC build method, BEFORE build new package.

Debian 64 bit build available here : http://www.ultimatepp.org/svnbuilds/upp-svn_SVN.251_amd64.de b

Ciao

Max
Re: SVN UPDATE & .deb BUILD : Revision 251 - 2008-05-15 [message #15901 is a reply to message #15898] Thu, 15 May 2008 01:39 Go to previous messageGo to previous message
bytefield is currently offline  bytefield
Messages: 210
Registered: December 2007
Experienced Member
Debian 32 bit build available here : (package removed)

cdabbd745f1234c2751ee1f932d1dd75

[Updated on: Tue, 27 May 2008 16:34]

Report message to a moderator

Previous Topic: gcc Error while compiling MySQL server.c program
Next Topic: Upp 2008.1rc2 released
Goto Forum:
  


Current Time: Thu Mar 28 18:24:30 CET 2024

Total time taken to generate the page: 0.01042 seconds