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 324 - 2008-08-02
SVN UPDATE & .deb BUILD : Revision 324 - 2008-08-02 [message #16737] Wed, 09 July 2008 00:17 Go to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Update on uvs2 versions :

uppsrc - 2621
reference - 115
examples - 142
tutorial - 38


Builds available here : http://www.ultimatepp.org/svnbuilds

Tagged version 2008.1-rc2

Ciao

Max

[Updated on: Sat, 02 August 2008 16:56]

Report message to a moderator

SVN UPDATE & .deb BUILD : Revision 315 - 2008-07-10 [message #16775 is a reply to message #16737] Thu, 10 July 2008 23:14 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Update on uvs2 versions :

uppsrc - 2623
reference - 115
examples - 142
tutorial - 38


Builds available here : http://www.ultimatepp.org/svnbuilds

Updated debian build scripts
Removed dependency from gcc3
Fixed dependency on gcc-4.1

Please use new script to build debian packages.

Ciao

Max
Re: SVN UPDATE & .deb BUILD : Revision 315 - 2008-07-10 [message #16824 is a reply to message #16737] Tue, 15 July 2008 01:17 Go to previous messageGo to next message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

TheIDE 806.r125 built from new revision 315 sources: the same old problem with big system fonts. It was solved some builds ago and TheIDE shown normal system fonts, but it looks like it appeared again.
Platform: KDE 3.5.8, XFree86, FreeBSD 6.3
Re: SVN UPDATE & .deb BUILD : Revision 315 - 2008-07-10 [message #16825 is a reply to message #16824] Tue, 15 July 2008 09:37 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Mindtraveller wrote on Mon, 14 July 2008 19:17

TheIDE 806.r125 built from new revision 315 sources: the same old problem with big system fonts. It was solved some builds ago and TheIDE shown normal system fonts, but it looks like it appeared again.
Platform: KDE 3.5.8, XFree86, FreeBSD 6.3


Please check.

CtrlLib/ChGtk.cpp line 615 should be:

	String font_name = GtkStyleString("gtk-font-name");


Do you have String there?

Mirek
Re: SVN UPDATE & .deb BUILD : Revision 315 - 2008-07-10 [message #16826 is a reply to message #16825] Tue, 15 July 2008 10:36 Go to previous messageGo to next message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

No. It`s strange, I`ve got:
const char *font_name = ...;


Does it mean this is old version source? I wonder how could this happen after svn update...
Re: SVN UPDATE & .deb BUILD : Revision 315 - 2008-07-10 [message #16827 is a reply to message #16826] Tue, 15 July 2008 18:34 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Mindtraveller wrote on Tue, 15 July 2008 04:36

No. It`s strange, I`ve got:
const char *font_name = ...;


Does it mean this is old version source? I wonder how could this happen after svn update...


IMO, it did not made it to svn... Sad

Mirek
Re: SVN UPDATE & .deb BUILD : Revision 315 - 2008-07-10 [message #16828 is a reply to message #16827] Tue, 15 July 2008 20:40 Go to previous messageGo to next message
cocob is currently offline  cocob
Messages: 156
Registered: January 2008
Experienced Member
is the problem of libstdc++ dependency in debian corrected in current .deb svn releases ?

Thanks
Re: SVN UPDATE & .deb BUILD : Revision 315 - 2008-07-10 [message #16837 is a reply to message #16737] Wed, 16 July 2008 14:59 Go to previous messageGo to next message
mr_ped is currently offline  mr_ped
Messages: 825
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
I see the file .../bazaar/UnitTest++/COPYING has been deleted in SVN.
This is not legal, don't delete it please, it has to be there to fulfill the license.

Edit:
(or explain me please why we can delete it without breaking the license)

[Updated on: Wed, 16 July 2008 15:01]

Report message to a moderator

Re: SVN UPDATE & .deb BUILD : Revision 315 - 2008-07-10 [message #16838 is a reply to message #16837] Wed, 16 July 2008 15:18 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
COPYING files are not deleted, AFAIK... they were just renamed with first capital letter and following uncapitalized, due to FAT problem on Mirek side.

BTW... who does still use FAT filesystem ? After last BIG crash some 7 years ago, I dropped it completely from everywhere...

Max

EDIT : I think that this change of letter case will bring big headaches....

[Updated on: Wed, 16 July 2008 15:19]

Report message to a moderator

Re: SVN UPDATE & .deb BUILD : Revision 315 - 2008-07-10 [message #16839 is a reply to message #16737] Wed, 16 July 2008 15:27 Go to previous messageGo to next message
mr_ped is currently offline  mr_ped
Messages: 825
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
I'm sure the "COPYING", nor "Copying" file is not there.
( https://upp.svn.sourceforge.net/svnroot/upp/trunk/bazaar/Uni tTest++/COPYING I mean, this is the current trunk, right? )

I will commit them back, and Mirek should solve his problems with obsolete file system ... maybe operating system too *grin*. Very Happy

edit:
I will not commit them, I'm getting 403 Forbidden, I will look into that later. :/

[Updated on: Wed, 16 July 2008 16:14]

Report message to a moderator

Re: SVN UPDATE & .deb BUILD : Revision 315 - 2008-07-10 [message #16851 is a reply to message #16839] Thu, 17 July 2008 02:06 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Yep, you're right... I'll fix it on next days.

Max
Re: SVN UPDATE & .deb BUILD : Revision 315 - 2008-07-10 [message #16852 is a reply to message #16851] Thu, 17 July 2008 13:26 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
It should be fixed now.

Ciao

Max
SVN UPDATE & .deb BUILD : Revision 317 - 2008-07-17 [message #16853 is a reply to message #16775] Thu, 17 July 2008 13:40 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Update on uvs2 versions :

uppsrc - 2624
reference - 115
examples - 142
tutorial - 38


Builds available here : http://www.ultimatepp.org/svnbuilds

Please use new script to build debian packages.
(script in svn three)

Ciao

Max

SVN UPDATE & .deb BUILD : Revision 318 - 2008-07-24 [message #16973 is a reply to message #16853] Thu, 24 July 2008 00:10 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Update on uvs2 versions :

uppsrc - 2627
reference - 115
examples - 142
tutorial - 38


Builds available here : http://www.ultimatepp.org/svnbuilds

Ciao

Max


SVN UPDATE & .deb BUILD : Revision 324 - 2008-08-02 [message #17213 is a reply to message #16973] Sat, 02 August 2008 16:57 Go to previous message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Update on uvs2 versions :

uppsrc - 2630
reference - 115
examples - 142
tutorial - 38


Builds available here : http://www.ultimatepp.org/svnbuilds

Ciao

Max

Previous Topic: Upp 2008.1rc1 released
Next Topic: uvs2 down
Goto Forum:
  


Current Time: Thu Mar 28 13:03:05 CET 2024

Total time taken to generate the page: 0.01564 seconds