Welcome to NeoOffice developer notes and announcements
NeoOffice
Developer notes and announcements
 
 

This website is an archive and is no longer active
NeoOffice announcements have moved to the NeoOffice News website


Support
· Forums
· NeoOffice Support
· NeoWiki


Announcements
· Twitter @NeoOffice


Downloads
· Download NeoOffice


  
NeoOffice :: View topic - gcc4 porting
gcc4 porting
 
   NeoOffice Forum Index -> NeoOffice Development
View previous topic :: View next topic  
Author Message
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Mon Oct 10, 2005 3:17 pm    Post subject:

James,

FYI. I just merged the latest changes in the Neo/J 1.1 Performance Test Patch 1.4 into the OOo1_1_5_experimental_branch branch. So, if your build is still in the OOo phase of the build, you don't need to stop your build. Instead, you can just cd into the Neo/J vcl and setup2 directories and invoke "cvs update -d".

Of course, if you build is already done, you will need to delete the "build.neo_vcl_patch" and "build.neo_setup2_patch" patch files, cvs update the neojava directory, and invoke "make all".

Patrick
Back to top
jjmckenzie51
The Anomaly


Joined: Apr 01, 2005
Posts: 1055
Location: Southeastern Arizona

PostPosted: Mon Oct 10, 2005 4:07 pm    Post subject:

pluby wrote:
James,

FYI. I just merged the latest changes in the Neo/J 1.1 Performance Test Patch 1.4 into the OOo1_1_5_experimental_branch branch. So, if your build is still in the OOo phase of the build, you don't need to stop your build. Instead, you can just cd into the Neo/J vcl and setup2 directories and invoke "cvs update -d".


Thanks. Did you work back in the fixes from PP 1.5?

pluby wrote:

Of course, if you build is already done, you will need to delete the "build.neo_vcl_patch" and "build.neo_setup2_patch" patch files, cvs update the neojava directory, and invoke "make all".


Build already done. I updated on 10/08. A cvs -n update -d showed no new files.

James
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Mon Oct 10, 2005 4:57 pm    Post subject:

jjmckenzie51 wrote:
Thanks. Did you work back in the fixes from PP 1.5?


My post was incorrect. I meant to say that I merged the 1.5 test patch changes (the 1.4 test patch changes were merged last week).

jjmckenzie51 wrote:
Build already done. I updated on 10/08. A cvs -n update -d showed no new files.


I forgot that Ed doesn't sync the anonymous cvs server to the writable cvs server into late each night Pacific time. So, you probably won't be able to see the changes until tomorrow morning. Sad

Patrick
Back to top
jjmckenzie51
The Anomaly


Joined: Apr 01, 2005
Posts: 1055
Location: Southeastern Arizona

PostPosted: Mon Oct 10, 2005 5:01 pm    Post subject:

pluby wrote:

My post was incorrect. I meant to say that I merged the 1.5 test patch changes (the 1.4 test patch changes were merged last week).


Ok. I thought that was what you meant. I was just checking.

pluby wrote:
jjmckenzie51 wrote:
Build already done. I updated on 10/08. A cvs -n update -d showed no new files.


I forgot that Ed doesn't sync the anonymous cvs server to the writable cvs server into late each night Pacific time. So, you probably won't be able to see the changes until tomorrow morning. Sad


No problem. I have to study (actually rest) as I have a test for the training I'm attending here in the morning.

James
Back to top
OPENSTEP
The One
The One


Joined: May 25, 2003
Posts: 4752
Location: Santa Barbara, CA

PostPosted: Mon Oct 10, 2005 6:51 pm    Post subject:

(sorry for the delay...had an off the hook weekend winery hopping...and spending way too much money building a wine library of my own...)

The sync between anoncvs and cvs occurs at 3AM PST and is usually complete in about 7 minutes. My logic for choosing that time was that there's a good chance neither Patrick nor I will be awake then and doing CVS operations. Hopefully this means that the anoncvs will never get something that's halfway committed, stale file locks, or the like as it's doing a poor man's rsync via cron Smile

ed
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Mon Oct 10, 2005 9:37 pm    Post subject:

James,

FYI. I also merged the OOo 1.1.5 TypeDetection.xcu changes so be sure to delete "build.neo_writerperfect" and cvs update the writerperfect directory in addition to vcl and setup2 before you build.

I still need to add all of the new entries to Info.plist, but I'll do that later this week.

Patrick
Back to top
ovvldc
Captain Naiobi


Joined: Sep 13, 2004
Posts: 2352
Location: Zürich, CH

PostPosted: Mon Oct 10, 2005 10:25 pm    Post subject:

OPENSTEP wrote:
(sorry for the delay...had an off the hook weekend winery hopping...and spending way too much money building a wine library of my own...)


<experiences Sideways flashback>

_________________
"What do you think of Western Civilization?"
"I think it would be a good idea!"
- Mohandas Karamchand Gandhi
Back to top
sardisson
Town Crier
Town Crier


Joined: Feb 01, 2004
Posts: 4588

PostPosted: Mon Oct 10, 2005 10:55 pm    Post subject:

pluby wrote:
I still need to add all of the new entries to Info.plist, but I'll do that later this week.

I still need to do a patch for the stuff I found missing, too.

Are you going to want new/modified icons for the OpenDocument formats or just continue using the icons for the sx*/st* formats?

Smokey

_________________
"[...] whether the duck drinks hot chocolate or coffee is irrelevant." -- ovvldc and sardisson in the NeoWiki
Back to top
OPENSTEP
The One
The One


Joined: May 25, 2003
Posts: 4752
Location: Santa Barbara, CA

PostPosted: Mon Oct 10, 2005 11:35 pm    Post subject:

ovvldc wrote:
<experiences Sideways flashback>


<re-enacted...credit card hates me for it...>

As to document icons, I already "claimed" org.oasis.opendocument.* for the UTI types as pertains to neolight but didn't do any creator code registration or the like. AFAIK Apple's still doing the old 4 character type/creator codes but not the UTI types yet.

The types are somewhat bogus anyway as in reality it should be org.oasis-open....Wink In NeoLight the URLs and MIME types are solid, just not that root UTI type as I dropped the "-open".

ed
Back to top
jjmckenzie51
The Anomaly


Joined: Apr 01, 2005
Posts: 1055
Location: Southeastern Arizona

PostPosted: Tue Oct 11, 2005 2:42 am    Post subject:

OPENSTEP wrote:
(sorry for the delay...had an off the hook weekend winery hopping...and spending way too much money building a wine library of my own...)


Ah, that is a benefit. The wineries in Arizona are under the threat of the Glassy-Winged Sharpshooter which carries a virus that destroys the vines themselves.

OPENSTEP wrote:

The sync between anoncvs and cvs occurs at 3AM PST and is usually complete in about 7 minutes. My logic for choosing that time was that there's a good chance neither Patrick nor I will be awake then and doing CVS operations. Hopefully this means that the anoncvs will never get something that's halfway committed, stale file locks, or the like as it's doing a poor man's rsync via cron Smile


Well....Since I'm in on the East Coast, it would be at 6 a.m. Oh well..

BTW, I'm near the area affected by the flooding. It is a real mess here.

Update: Thanks Ed. Got the update and I'm building while I'm training.

James
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Tue Oct 11, 2005 10:30 pm    Post subject:

sardisson wrote:
Are you going to want new/modified icons for the OpenDocument formats or just continue using the icons for the sx*/st* formats?


I was just going to use the existing icons.

Patrick
Back to top
sardisson
Town Crier
Town Crier


Joined: Feb 01, 2004
Posts: 4588

PostPosted: Tue Oct 11, 2005 11:04 pm    Post subject:

pluby wrote:
sardisson wrote:
Are you going to want new/modified icons for the OpenDocument formats or just continue using the icons for the sx*/st* formats?

I was just going to use the existing icons.

Patrick

Sounds good.

Smokey

_________________
"[...] whether the duck drinks hot chocolate or coffee is irrelevant." -- ovvldc and sardisson in the NeoWiki
Back to top
jjmckenzie51
The Anomaly


Joined: Apr 01, 2005
Posts: 1055
Location: Southeastern Arizona

PostPosted: Wed Oct 12, 2005 3:28 am    Post subject:

pluby wrote:
James,

FYI. I also merged the OOo 1.1.5 TypeDetection.xcu changes so be sure to delete "build.neo_writerperfect" and cvs update the writerperfect directory in addition to vcl and setup2 before you build.


I found a new problem. When the first window in the "stack' is moved to the Dock (click on the yellow button on the upper left of the screen) the window does move, but the on-screen window is not closed. If I go to the Dock to re-open the window, the action to clear the screen and open the window happens. This does not happen for the second or other windows.

Do you want me to bug this or is this specific to my system?

James
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Wed Oct 12, 2005 6:23 am    Post subject:

I'm not seeing any redraw problems with my OOo 1.1.5 build on Panther. Maybe it is a Tiger-only bug? The JVM controls the minimizing and repainting notifications and I do know that the 1.4.2 JVM on Tiger has some differences from 1.4.2 on Panther.

Patrick
Back to top
jjmckenzie51
The Anomaly


Joined: Apr 01, 2005
Posts: 1055
Location: Southeastern Arizona

PostPosted: Wed Oct 12, 2005 7:39 am    Post subject:

pluby wrote:
I'm not seeing any redraw problems with my OOo 1.1.5 build on Panther. Maybe it is a Tiger-only bug? The JVM controls the minimizing and repainting notifications and I do know that the 1.4.2 JVM on Tiger has some differences from 1.4.2 on Panther.


Patrick:

I could not recreate the problem this morning, but I noticed that the Neo_Tag in the makefile was set to HEAD, not the experimental path. Was this deliberate or should this be changed?

Thank you.

James
Back to top
Display posts from previous:   
   NeoOffice Forum Index -> NeoOffice Development All times are GMT - 7 Hours
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Page 8 of 10

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001, 2005 phpBB Group

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © Planamesa Inc.
NeoOffice is a registered trademark of Planamesa Inc. and may not be used without permission.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.