U++ framework
Do not panic. Ask here before giving up.

Home » Community » U++ community news and announcements » Nigthly builds
Nigthly builds [message #20429] Wed, 18 March 2009 11:32 Go to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
Starting today, there should be nightly builds available here:

http://code.google.com/p/upp-mirror/downloads/list

For now, there is win32 build and rudimentary src build. I hope to extend and improve the portfolio soon Smile

Mirek
Re: Nigthly builds [message #20431 is a reply to message #20429] Wed, 18 March 2009 11:57 Go to previous messageGo to next message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

luzr wrote on Wed, 18 March 2009 12:32

Starting today, there should be nightly builds available here:

http://code.google.com/p/upp-mirror/downloads/list

For now, there is win32 build and rudimentary src build. I hope to extend and improve the portfolio soon Smile

Mirek


How about http://ultimatepp.org/svnbuilds/ ?

[Updated on: Wed, 18 March 2009 11:58]

Report message to a moderator

Re: Nigthly builds [message #20432 is a reply to message #20431] Wed, 18 March 2009 12:07 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
tojocky wrote on Wed, 18 March 2009 06:57

luzr wrote on Wed, 18 March 2009 12:32

Starting today, there should be nightly builds available here:

http://code.google.com/p/upp-mirror/downloads/list

For now, there is win32 build and rudimentary src build. I hope to extend and improve the portfolio soon Smile

Mirek


How about http://ultimatepp.org/svnbuilds/ ?


I think googlecode hosting is a better option. This all is work in progress, I hope to add .deb builds later to automated system.

Mirek
Re: Nigthly builds [message #20444 is a reply to message #20432] Thu, 19 March 2009 07:03 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Which version of win32 version posted on the google - MINGW with or without?

I suggest this is reflected in the title of the downloadable file.


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}

[Updated on: Thu, 19 March 2009 07:04]

Report message to a moderator

Re: Nigthly builds [message #20445 is a reply to message #20444] Thu, 19 March 2009 07:41 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
sergeynikitin wrote on Thu, 19 March 2009 02:03

Which version of win32 version posted on the google - MINGW with or without?

I suggest this is reflected in the title of the downloadable file.


In fact, I consider canceling Mingw version (though not U++'s ability to use mingw).

I think that providing mingw with U++ causes more trouble than gains...

Mirek
Re: Nigthly builds [message #20629 is a reply to message #20429] Fri, 27 March 2009 23:44 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3458
Registered: August 2008
Senior Veteran
Thank you luzr

For me that is good as I can update U++ in a system where is not posible for me to use svn.

About MinGW, I think it is good to maintain it in the Windows package as it lets you run the system immediately.

Installing MSC is very automated but more difficult as it is a very big package to download and I have always had to finish installing it in TheIde by hand.

Best regards
Koldo


Best regards
Iñaki
Re: Nigthly builds [message #20633 is a reply to message #20629] Sat, 28 March 2009 08:09 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
koldo wrote on Fri, 27 March 2009 18:44


Installing MSC is very automated but more difficult as it is a very big package to download and I have always had to finish installing it in TheIde by hand.


Then we should fix this, right? Smile

Mirek
Re: Nigthly builds [message #20635 is a reply to message #20429] Sat, 28 March 2009 11:36 Go to previous messageGo to next message
cocob is currently offline  cocob
Messages: 156
Registered: January 2008
Experienced Member
for your information, nightly build packaged can't be use on my windows vista laptop. It says that dbghelp.dll is not a valid win32 library.

By the way, think maintaining version with mingw is very important too.
Re: Nigthly builds [message #20638 is a reply to message #20635] Sat, 28 March 2009 17:17 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
cocob wrote on Sat, 28 March 2009 06:36

for your information, nightly build packaged can't be use on my windows vista laptop. It says that dbghelp.dll is not a valid win32 library.



More info please. 64 or 32 bit Vista?

You could/should also try to replace dbghelp.dll with file from SDK.

Mirek

P.S.: This is exactly why I think nightly builds are so important - to catch issues asap...
Re: Nigthly builds [message #20639 is a reply to message #20635] Sat, 28 March 2009 19:08 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
cocob wrote on Sat, 28 March 2009 06:36

for your information, nightly build packaged can't be use on my windows vista laptop. It says that dbghelp.dll is not a valid win32 library.

By the way, think maintaining version with mingw is very important too.


OK, it does not work in my XP either Smile

I only wonder why nobody reported the problem yet?

Mirek
Re: Nigthly builds [message #20640 is a reply to message #20639] Sat, 28 March 2009 19:20 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
luzr wrote on Sat, 28 March 2009 14:08

cocob wrote on Sat, 28 March 2009 06:36

for your information, nightly build packaged can't be use on my windows vista laptop. It says that dbghelp.dll is not a valid win32 library.

By the way, think maintaining version with mingw is very important too.


OK, it does not work in my XP either Smile

I only wonder why nobody reported the problem yet?

Mirek


Problem identified (these files were simply missing), rerunning the release.

What makes me sad is that this bug was there for a long time apparently and theide could not run with it...

So many downloads and nobody noticed?

Mirek

[Updated on: Sat, 28 March 2009 19:20]

Report message to a moderator

Re: Nigthly builds [message #20641 is a reply to message #20429] Sun, 29 March 2009 00:14 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3458
Registered: August 2008
Senior Veteran
Hello luzr

I use svn builds that update with svn and I have never found that problem.

Best regards
Koldo


Best regards
Iñaki
Re: Nigthly builds [message #20828 is a reply to message #20641] Sun, 12 April 2009 01:37 Go to previous messageGo to next message
kasome is currently offline  kasome
Messages: 78
Registered: July 2008
Location: Taiwan
Member
I have noticed this problem too(at first version). But I just simply(or lazily) copy the dll file (e.g.dbghelp.dll) from mdelfede's BUILD ( e.g.http://www.ultimatepp.org/svnbuilds/upp-svn_mingw_SVN.95 1_i386.exe), and it works on my win32 Windows XP. so,....

I guess many people do the same thing as me. Embarassed

[Updated on: Sun, 12 April 2009 01:54]

Report message to a moderator

Re: Nigthly builds [message #20933 is a reply to message #20429] Mon, 20 April 2009 07:13 Go to previous messageGo to next message
bonami is currently offline  bonami
Messages: 186
Registered: June 2007
Location: Beijing
Experienced Member
upp-win32-1078
upp\uppsrc\Core/Core.h(141) : fatal error C1083: Cannot open include file: 'windef.h': No such file or directory

why upp's own components cannot be built?
Re: Nigthly builds [message #20935 is a reply to message #20429] Mon, 20 April 2009 09:07 Go to previous messageGo to next message
cocob is currently offline  cocob
Messages: 156
Registered: January 2008
Experienced Member
same problem, i had to add Windows Platform SDKs include directory to MSC9 build method

cocob.
Re: Nigthly builds [message #20937 is a reply to message #20935] Mon, 20 April 2009 10:00 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
I have just tried and everything seems OK.

What include path you needed to add there?

In freshly installed, I have automatically added:

C:\Program Files\Microsoft SDKs\Windows\v6.1\Include

Mirek
Re: Nigthly builds [message #20938 is a reply to message #20429] Mon, 20 April 2009 10:30 Go to previous messageGo to next message
bonami is currently offline  bonami
Messages: 186
Registered: June 2007
Location: Beijing
Experienced Member
it did not auto detect MS SDK dir (only detected include dir as i remember). do i donno which dir i should configure. VS 9.0
now it's configured to be using
microsoft visual studio 9.0\vc\include
microsoft visual studio 9.0\vc\platformsdk\include
and corresponding lib dirs.

[Updated on: Mon, 20 April 2009 10:33]

Report message to a moderator

Re: Nigthly builds [message #20939 is a reply to message #20938] Mon, 20 April 2009 10:35 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
bonami wrote on Mon, 20 April 2009 04:30

it did not auto detect MS SDK dir (only detected include dir as i remember). do i donno which dir i should configure. VS 9.0


Ah, that means you have VS 9.0 installed, not Win32 SDK, right?

Well, I do not have VS 9.0.

Maybe you could try to fix the autodetection code?

It is not really complicated, it resides in ide/AutoSetup.cpp.

Mirek
Re: Nigthly builds [message #20940 is a reply to message #20429] Mon, 20 April 2009 11:42 Go to previous messageGo to next message
bonami is currently offline  bonami
Messages: 186
Registered: June 2007
Location: Beijing
Experienced Member
my SDK is in program files\microsoft sdks\windows\v6.0A
registry is InstallationFolder of HKEY_CURRENT_USER\Software\Microsoft\Microsoft SDKs\Windows\v6.0A
or CurrentInstallFolder of HKEY_CURRENT_USER\Software\Microsoft\Microsoft SDKs\Windows

but still cannot build. i'm using chinese XP.
d:\upp\uppsrc\CtrlLib/CtrlLib.t : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
d:\upp\uppsrc\CtrlLib/CtrlLib.t(125) : error C2001: newline in constant
d:\upp\uppsrc\CtrlLib/CtrlLib.t(200) : error C2001: newline in constant
Re: Nigthly builds [message #20941 is a reply to message #20940] Mon, 20 April 2009 12:16 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
bonami wrote on Mon, 20 April 2009 05:42

my SDK is in program files\microsoft sdks\windows\v6.0A
registry is InstallationFolder of HKEY_CURRENT_USER\Software\Microsoft\Microsoft SDKs\Windows\v6.0A
or CurrentInstallFolder of HKEY_CURRENT_USER\Software\Microsoft\Microsoft SDKs\Windows



Well, you have old SDK. Current version is 6.1a.

Quote:


but still cannot build. i'm using chinese XP.
d:\upp\uppsrc\CtrlLib/CtrlLib.t : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
d:\upp\uppsrc\CtrlLib/CtrlLib.t(125) : error C2001: newline in constant
d:\upp\uppsrc\CtrlLib/CtrlLib.t(200) : error C2001: newline in constant



This is a known but stupid problem.

Quick fix is to switch your Windows to English locale.

The problem is that MSC compiler tries to interpret strings as if they had multibyte encoding. It is most likely MSC bug.

We have

#pragma setlocale("C")

which should tell compiler not to do such thing, but it seems to be ignored...

Anyway, maybe you could try to put the pragma directly into .t file or maybe into Core/t.h.

(I do not have chinesse XP here to test).

Mirek
Re: Nigthly builds [message #20942 is a reply to message #20941] Mon, 20 April 2009 12:22 Go to previous messageGo to next message
bonami is currently offline  bonami
Messages: 186
Registered: June 2007
Location: Beijing
Experienced Member
i remember now this occurred on previous versions. and later corrected.
the pragma is already in .t and i tried to add it directly into t.h, but still failed.
Re: Nigthly builds [message #20943 is a reply to message #20942] Mon, 20 April 2009 12:39 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
Corrected? Are you sure?

AFAIK, the only known fix was ever to switch XP locale...

Mirek
Re: Nigthly builds [message #20951 is a reply to message #20429] Mon, 20 April 2009 18:06 Go to previous messageGo to next message
gxl117 is currently offline  gxl117
Messages: 71
Registered: March 2009
Location: China
Member
I fixed AutoSetup.cpp.
At 221 line have a conditional variable error:
if(IsNull(sdk9))

That should is:
if(IsNull(sdk))


recompile Theide,MSC9 automatic setup is correct.
Re: Nigthly builds [message #20952 is a reply to message #20951] Mon, 20 April 2009 18:10 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
gxl117 wrote on Mon, 20 April 2009 12:06

I fixed AutoSetup.cpp.
At 221 line have a conditional variable error:
if(IsNull(sdk9))

That should is:
if(IsNull(sdk))


recompile Theide,MSC9 automatic setup is correct.


Thanks a lot.

Mirek
Re: Nigthly builds [message #20954 is a reply to message #20943] Tue, 21 April 2009 05:31 Go to previous messageGo to next message
bonami is currently offline  bonami
Messages: 186
Registered: June 2007
Location: Beijing
Experienced Member
i probably remembered wrong.
but don't have XP CD, so cannot switch to english codepage as default now.
Re: Nigthly builds [message #20955 is a reply to message #20954] Tue, 21 April 2009 06:55 Go to previous messageGo to next message
gxl117 is currently offline  gxl117
Messages: 71
Registered: March 2009
Location: China
Member
That's simple.You don't need reinstall XP to English,just to do:
index.php?t=getfile&id=1687&private=0

All thing OK! But some Chinese application might have messy code.
  • Attachment: MSC9.jpg
    (Size: 41.32KB, Downloaded 1011 times)
Re: Nigthly builds [message #20961 is a reply to message #20955] Wed, 22 April 2009 04:50 Go to previous messageGo to next message
bonami is currently offline  bonami
Messages: 186
Registered: June 2007
Location: Beijing
Experienced Member
My system is PE version. i guess that's why changing default code page needs XP CD. i did not try to reinstall XP.
Re: Nigthly builds [message #20962 is a reply to message #20961] Wed, 22 April 2009 06:35 Go to previous messageGo to next message
gxl117 is currently offline  gxl117
Messages: 71
Registered: March 2009
Location: China
Member
I have solve that problem,you don't need chang XP codepage.just to replace "CtrlLib.t RichEdit.t Core.t" file by the attachment file.

  • Attachment: T.zip
    (Size: 48.23KB, Downloaded 334 times)
Re: Nigthly builds [message #20965 is a reply to message #20962] Wed, 22 April 2009 08:57 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
gxl117 wrote on Wed, 22 April 2009 00:35

I have solve that problem,you don't need chang XP codepage.just to replace "CtrlLib.t RichEdit.t Core.t" file by the attachment file.




What is the difference? (In files).

Mirek
Re: Nigthly builds [message #20967 is a reply to message #20965] Wed, 22 April 2009 09:30 Go to previous messageGo to next message
gxl117 is currently offline  gxl117
Messages: 71
Registered: March 2009
Location: China
Member
I simply add a space to some multibyte character string end of line.
for example:

zhCN("some chinese")
Change to
zhCN("some chinese ")

I know that not a "true" resolvent,but it work.
Re: Nigthly builds [message #20969 is a reply to message #20967] Wed, 22 April 2009 11:43 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
gxl117 wrote on Wed, 22 April 2009 03:30

I simply add a space to some multibyte character string end of line.
for example:

zhCN("some chinese")
Change to
zhCN("some chinese ")

I know that not a "true" resolvent,but it work.


Well, indeed. It is good to know, but it is not a fix Sad

Mirek
Re: Nigthly builds [message #21618 is a reply to message #20969] Fri, 29 May 2009 21:30 Go to previous messageGo to next message
lectus is currently offline  lectus
Messages: 329
Registered: September 2006
Location: Brazil
Senior Member
I have a question:
Have the official stable releases stopped? Or are these nightly builds just a temporary thing?
Re: Nigthly builds [message #21621 is a reply to message #21618] Sat, 30 May 2009 00:13 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
lectus wrote on Fri, 29 May 2009 15:30

I have a question:
Have the official stable releases stopped? Or are these nightly builds just a temporary thing?


Well, the reality is that 90% of nightly builds is more stable than "stable release"... (more bugs fixed)

You can consider "announced releases" (comes approximately each 14 days) to be the equivalent of "stable release", at least for now.

Mirek
Re: Nigthly builds [message #21624 is a reply to message #21621] Sat, 30 May 2009 04:16 Go to previous message
iksobert is currently offline  iksobert
Messages: 6
Registered: August 2007
Promising Member
Quote:

Well, the reality is that 90% of nightly builds is more stable than "stable release"... (more bugs fixed)

You can consider "announced releases" (comes approximately each 14 days) to be the equivalent of "stable release", at least for now.

Mirek


Ah! I have been wondering that for a while now! Thanks, Mirek!
Previous Topic: Nominate U++ for sf.net community choice awards!
Next Topic: U++ 1254 released
Goto Forum:
  


Current Time: Tue Apr 28 21:48:42 GMT+2 2026

Total time taken to generate the page: 0.01252 seconds