[dev] Fw: Need Help, Problem on building with MinGW.
hi,all I have met some problems when I am building OOo_SRC680_m247 with MinGW on Windows XP. I just want to compile with mingw now. I got the information here: http://tools.openoffice.org/dev_docs/build_windows_mingw.html My problems are: 1. I cannot pass configure when I use mingw shell (there is only "sh" in the /bin ), and I will get the error information. So I have to turn to help from Cygwin, and I am not sure whether it is right or wrong. 2. When I am doing configure with Cygwin, the compiler is looking for "mspdb71.dll", but I want to use g++ instead of cl.exe, why does it still need this file? Error Information: * checking for friendly registry keys... done configure: error: You need a mspdb71.dll, make sure it's in the path or use --with-mspdb-path * 3. then, I copy "mspdb71.dll" into C: , and do configure again, and it is wrong. I don't know why does it look for cl.exe. Error information: * checking for friendly registry keys... Can't find MS Visual Studio / VC++ at ./o owintool line 176. done checking for mspdb71.dll... /cygdrive/c checking the Microsoft C/C++ Compiler... checking for cl.exe... no configure: error: Microsoft C/C++ Compiler not found. Use --with-cl-home or set path to cl.exe. ** Have you ever met/dealed such problem ? My Build Env is: 1. Windows XP SP2 2. CYGWIN_NT-5.1 1.5.24(0.156/4/2) 2007-01-31 10:57 3. MinGW , with gcc version 3.4.5 (mingw special r3) 4. msys 1.0.9, with: MSYS-1.0.9.exe, msysDTK-1.0.1.exe, binutils-2.18.50-20080109-2-src.tar.gz( I don't know how to patch it, so I didn't do that.) mingw-runtime-3.2-src.tar.gz, w32api-2.5-src.tar.gz, bison, flex. 5. MS 2005 Professional 6. Windows Software Development Kit (SDK) for Windows Server 2008 and .NET Framework 3.5 Release And My configure: * ./configure --with-mingwin=/cygdrive/c/MinGW --with-jdk-home=/cygdrive/c/OOENV/jdk1.5.0_16 --with-psdk-home="/cygdrive/c/OOENV/PSDK" --with-ant-home=/cygdrive/c/OOENV/ant1.7 --disable-odk --disable-activex --disable-directx --with-asm-home="/cygdrive/c/Program Files/Microsoft Visual Studio 8/VC/bin" --disable-mozilla --without-myspell-dicts --with-mspdb-path=/cygdrive/c ** P.S: I do not use "binutils-2.13.90-20030111-1-src.tar.gz", for I cannot "make install" it, with information: * ./arlex.l: line 11: syntax error near unexpected token `any' ./arlex.l: line 11: `(at your option) any later version.' make[3]: *** [arlex.c] Error 1 make[3]: Leaving directory `/usr/src/binutils-2.13.90-20030111-1-src/binutils' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/binutils-2.13.90-20030111-1-src/binutils' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/usr/src/binutils-2.13.90-20030111-1-src/binutils' make: *** [all-binutils] Error 2 * I have patched binutils-2.13 with this version. And I checked the flex and bison. I found yacc is in "C:\MinGW\bin" , and flex is in "C:\Program Files\GnuWin32\bin" on my mechine. Is there anything I have missed? Then I changed it to binutils-2.18.50-20080109-2. Any hint? Thank you in advance! Best Regards, Cynthia 2008-10-27
[dev] Need Help, Problem on building with MinGW.
hi,all I have met some problems when I am building OOo_SRC680_m247 with MinGW on Windows XP. I just want to compile with mingw now. I got the information here: http://tools.openoffice.org/dev_docs/build_windows_mingw.html My problems are: 1. I cannot pass configure when I use mingw shell (there is only "sh" in the /bin ), and I will get the error information. So I have to turn to help from Cygwin, and I am not sure whether it is right or wrong. 2. When I am doing configure with Cygwin, the compiler is looking for "mspdb71.dll", but I want to use g++ instead of cl.exe, why does it still need this file? Error Information: * checking for friendly registry keys... done configure: error: You need a mspdb71.dll, make sure it's in the path or use --with-mspdb-path * 3. then, I copy "mspdb71.dll" into C: , and do configure again, and it is wrong. I don't know why does it look for cl.exe. Error information: * checking for friendly registry keys... Can't find MS Visual Studio / VC++ at ./o owintool line 176. done checking for mspdb71.dll... /cygdrive/c checking the Microsoft C/C++ Compiler... checking for cl.exe... no configure: error: Microsoft C/C++ Compiler not found. Use --with-cl-home or set path to cl.exe. ** Have you ever met/dealed such problem ? My Build Env is: 1. Windows XP SP2 2. CYGWIN_NT-5.1 1.5.24(0.156/4/2) 2007-01-31 10:57 3. MinGW , with gcc version 3.4.5 (mingw special r3) 4. msys 1.0.9, with: MSYS-1.0.9.exe, msysDTK-1.0.1.exe, binutils-2.18.50-20080109-2-src.tar.gz( I don't know how to patch it, so I didn't do that.) mingw-runtime-3.2-src.tar.gz, w32api-2.5-src.tar.gz, bison, flex. 5. MS 2005 Professional 6. Windows Software Development Kit (SDK) for Windows Server 2008 and .NET Framework 3.5 Release And My configure: * ./configure --with-mingwin=/cygdrive/c/MinGW --with-jdk-home=/cygdrive/c/OOENV/jdk1.5.0_16 --with-psdk-home="/cygdrive/c/OOENV/PSDK" --with-ant-home=/cygdrive/c/OOENV/ant1.7 --disable-odk --disable-activex --disable-directx --with-asm-home="/cygdrive/c/Program Files/Microsoft Visual Studio 8/VC/bin" --disable-mozilla --without-myspell-dicts --with-mspdb-path=/cygdrive/c ** P.S: I do not use "binutils-2.13.90-20030111-1-src.tar.gz", for I cannot "make install" it, with information: * ./arlex.l: line 11: syntax error near unexpected token `any' ./arlex.l: line 11: `(at your option) any later version.' make[3]: *** [arlex.c] Error 1 make[3]: Leaving directory `/usr/src/binutils-2.13.90-20030111-1-src/binutils' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/binutils-2.13.90-20030111-1-src/binutils' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/usr/src/binutils-2.13.90-20030111-1-src/binutils' make: *** [all-binutils] Error 2 * I have patched binutils-2.13 with this version. And I checked the flex and bison. I found yacc is in "C:\MinGW\bin" , and flex is in "C:\Program Files\GnuWin32\bin" on my mechine. Is there anything I have missed? Then I changed it to binutils-2.18.50-20080109-2. Any hint? Thank you in advance! Best Regards, Cynthia 2008-10-27
Re: Re: [dev] Why can't I run the OOo2.4 installation on my mechine?
hi, all, Stephan, thank you very much for your reply! :) [...] >Maybe the Microsoft Visual C++ Redistributables (the msvcr DLL etc.) are >the problem: maybe you have them installed system-wide on your old XP >machine, do not bundle them with the OOo you built, and do not have them >installed system-wide on your new XP machine. Is that? I thought copying "msvcp80.dll" and "msvcr80.dll" into my source code $SRCDIR/external/msvcp80 dir is only needed in building. But to the pure users, who just want to use Office suit, it is weird for them to searching many things they don't care if they just want to install our product. And as we have copyed such dlls, why didn't we do somethings for that? Any hint? Thank you . Best Regards, Cynthia - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dev] Why can't I run the OOo2.4 installation on my mechine?
Hi,all, I have some problem on installing OOo on XP. I built the OOH680_m14 on XP, and created the installation. Then I installed it onto other mechines(Windows XP). My problem is : It only runs well on the mechines with old XP, on which the XP is there and used for a long time . But on a clean machine, which the XP is installed lately and without building env, it refused to run! ( Then I tried to install on another clean mechine, it happens again. ) And the error message is : "The application can't be started, for the configuration is wrong. Restart the setup to resolve the problem."(I translate it from chinese, and not sure whether it is correct.) When I press "OK", the setup scrolling back, and not install it yet. What's the problem? Have you anyone met such errors? Or do you have any suggestion? And I also wonder: 1. Why can't I pass building without the setting "WINDOWS_VISTA_PSDK=TRUE" , when I am building with .NET 2005? What is it used for? And where is it referred? 2. I also met another problem during installing with error message "Error: error writing to file policy.l.o.cli_basetypes.dll, verify that you have access to that directory" on another mechine(XP, with build env, .NET 2003). But on which, I can only install the OOo generated by the building environment on that mechine. Have you ever see such errors? I need your help. Thank you very much! :) P.S. My building information: 1.my configure: bash ./configure --with-cl-home="/cygdrive/c/Program Files/Microsoft Visual Studio 8/Vc" --with-jdk-home=/cygdrive/d/ooenv/j2sdk1.4.2_06 --with-asm-home="/cygdrive/c/Program Files/Microsoft Visual Studio 8/VC/bin" --with-frame-home="/cygdrive/c/Program Files/Microsoft Visual Studio 8/SDK/v2.0" --with-ant-home=/cygdrive/d/ooenv/apache-ant-1.7.0 --with-psdk-home=/cygdrive/d/ooenv/PSDK6.1 --with-midl-path="/cygdrive/d/ooenv/PSDK6.1/Bin" --with-csc-path="/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727" --disable-ldap --disable-build-mozilla --disable-qadevooo --disable-kdeab --disable-binfilter --with-package-format="foo bar" --with-use-shell=bash --with-lang="zh-CN" 2. And I have set environment variable WINDOWS_VISTA_PSDK=TRUE as it says here: http://wiki.services.openoffice.org/wiki/Windows Best Regards, Cynthia ^_^ 080908
[dev] Error message for the platform of ARM on the scratchbox environment]
Hi, all, I'm building OpenOffice.org(OOH680_m12) for the platform of ARM on the ScratchBox environment. And I have a problem and need your help. I got the following error messages when building the module of sal: mkdir ../unxlngr.pro/inc/sal /scratchbox/tools/bin/mkdir: cannot create directory `../unxlngr.pro/inc/sal': File exists ../unxlngr.pro/bin/typesconfig ../unxlngr.pro/inc/sal/typesizes.h Inconsistency detected by ld.so: ../sysdeps/unix/sysv/linux/dl-origin.c: 48: _dl_get_origin: Assertion `linkval[0] == '/'' failed! dmake: Error code 127, while making '../unxlngr.pro/inc/sal/typesizes.h' ---* tg_merge.mk *--- ERROR: Error 65280 occurred while making /home/arm/ooo_OOH680_m12_src/sal/typesconfig What shall I do? Could you give me any advice? Thank you so much for your help. Best regards. Cynthia - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dev] how to just install calc,impress and writer?
hi,all My problem is I just want to install calc,impress,and writer on fedora8, but I don't know how to do that. What switches shall I use during the installing process? As I have successfully compiled oo3.0 on fedora8. After intallating, I find out that base, business cards,draw,formula,labels,HTML document,XML form document, Master document all have been installed , besides calc,impress and writer. Is there anybody could give me a hint? Thank you very much in advance! Best Regards From BJ, China Cynthia Qu 2008-07-09
Re: [dev] Re: [tools-dev] Some questions on Repackage and Scp2 module.
hi, Ingo, Thank you very much for your kindness reply! :) And I am sorry not reply it earlier for some reason. As you wroter: >Hi Cynthia, > >first of all, you can find the documentation about scp2 here: > >http://installation.openoffice.org/How_to_scp_in_ooo.html > Thank you very much! :) I have already read it carefully. >[...] >No, you cannot simply remove the files, that are not defined in scp2. It >is possible to define files with flag ARCHIVE in scp2. Many files are >delivered into the solver as zip files, that are unpacked during >creation of installation sets. Your file msgbsutl.dll is included in the >file mozruntime.zip. In scp2 this is File gid_File_Mozilla_Runtime. Yes. But I also wonder what the "moz" used for OOo or OOo building? I cannot find more information on the site. It seems like that there are many files not needed in the installed package. And why is it still packed into the installation sets when I did configure with switch "--disable-build-mozilla" >[...] And I also have some questions about "Styles = " in scp files: : What's the flag "OOOIGNORE" assigned to "Styles" mean? like: Styles = (HIDDEN_ROOT, OOOIGNORE); (in Module gid_Module_Root_Fonts_OOo_Hidden) Styles = (HIDDEN_ROOT); (in Module gid_Module_Root_Files_7 ) What's the difference of the above lines? And what's the difference between : " Styles = (PACKED,PATCH); " and "Styles = (PACKED);" ? like: File gid_File_Registry_Spool_Oo_TypeDetection_Global_Filters_Xcu TXT_FILE_BODY; Styles = (PACKED, PATCH); Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Filter; Name = "/registry/spool/fcfg_global_filters.xcu"; End File gid_File_Registry_Spool_Oo_TypeDetection_UISort_Writer_Xcu TXT_FILE_BODY; Styles = (PACKED); Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_UISort; Name = "/registry/spool/org/openoffice/TypeDetection/UISort-writer.xcu"; End Thank you in advance. ^_^ Best Regards from BeiJing, Cynthia Qu 2008-05-05 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dev] (resend):Some questions on Repackage and Scp2 module.
Hi,dear all, This is re-sending. I am afraid the last one is missed. I am a RE in RedFlag2000, BeiJing, CHINA. I am doing something on Repackage and want to make it smaller. ut I have met some problems.I have some questions about scp2 project and repackge. As follows, 1. Is it possible to remove the files that without a gid defined in module scp2 ? For example, I can't find the gid of file "msgbsutl.dll" in scp2, and can only find the information in the output tree in "instsetoo_native" with the line: \OOo_m247\instsetoo_native\wntmsci10.pro\OpenOffice\msi\idt_files\en-US\en-US\File.idt(1623):msgbsutl.dll g_f_mozilla_runtime__program msgbsutl.dll 200704 8.4.0.9273 16384 2140 And in \OOo_m247\instsetoo_native\wntmsci10.pro\OpenOffice\msi\info_files\en-US\packorder.txt(2142):2140 openoffice.org-core07.cab msgbsutl.dll msgbsutl.dll What shall I do if I want to remove it, regardless whether it is useful or not? 2. How to read the "ddf" file ? Like in : \OOo_m247\instsetoo_native\wntmsci10.pro\OpenOffice\msi\ddf\en-US\openoffice.org-core07.ddf there is a line: "OpenOffice\msi\zip\en-US\00\mozruntime_zip\components\i18n.dll" i18n.dll what's the meaning of this line? And what the ddf files used for? 3. What's the meaning of item "Component_" in "idt" files? like: "\OOo_m247\instsetoo_native\wntmsci10.pro\OpenOffice\msi\idt_files\en-US\00\File.idt". 4. How does the file "packorder.txt" generated? And does the item "Filetable_Sequence" mean the module defined in module_xxx.scp? I can't find it in source, but in output tree instead. Is there anybody could give me some hint? Thank you very much in advance! :) Kind Regards from BJ, Cynthia Qu ^_^ 2008-04-23 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dev] Some questions on Repackage and Scp2 module.
Hi,dear all, I am a RE in RedFlag2000, CHINA. I am doing something on Repackage and want to make it smaller. But I have met some problems.I have some questions about scp2 project and repackge. As follows, 1. Is it possible to remove the files that without a gid defined in module scp2 ? For example, I can't find the gid of file "msgbsutl.dll" in scp2, and can only find the information in the output tree in "instsetoo_native" with the line: \OOo_m247\instsetoo_native\wntmsci10.pro\OpenOffice\msi\idt_files\en-US\en-US\File.idt(1623):msgbsutl.dll g_f_mozilla_runtime__programmsgbsutl.dll200704 8.4.0.9273 16384 2140 And in \OOo_m247\instsetoo_native\wntmsci10.pro\OpenOffice\msi\info_files\en-US\packorder.txt(2142):2140 openoffice.org-core07.cab msgbsutl.dllmsgbsutl.dll What shall I do if I want to remove it, regardless whether it is useful or not? 2. How to read the "ddf" file ? Like in : \OOo_m247\instsetoo_native\wntmsci10.pro\OpenOffice\msi\ddf\en-US\openoffice.org-core07.ddf there is a line: "OpenOffice\msi\zip\en-US\00\mozruntime_zip\components\i18n.dll" i18n.dll what's the meaning of this line? And what the ddf files used for? 3. What's the meaning of item "Component_" in "idt" files? like: "\OOo_m247\instsetoo_native\wntmsci10.pro\OpenOffice\msi\idt_files\en-US\00\File.idt". 4. How does the file "packorder.txt" generated? And does the item "Filetable_Sequence" mean the module defined in module_xxx.scp? I can't find it in source, but in output tree instead. Is there anybody could give me some hint? Thank you very much in advance! :) Kind Regards from BJ, Cynthia Qu ^_^ 2008-04-23 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dev] Some questions on Repackage and Scp2 module.
Hi,dear all, I am a RE in RedFlag2000, CHINA. I am doing something on Repackage and want to make it smaller. But I have met some problems.I have some questions about scp2 project and repackge. As follows, 1. Is it possible to remove the files that without a gid defined in module scp2 ? For example, I can't find the gid of file "msgbsutl.dll" in scp2, and can only find the information in the output tree in "instsetoo_native" with the line: \OOo_m247\instsetoo_native\wntmsci10.pro\OpenOffice\msi\idt_files\en-US\en-US\File.idt(1623):msgbsutl.dll g_f_mozilla_runtime__programmsgbsutl.dll200704 8.4.0.9273 16384 2140 And in \OOo_m247\instsetoo_native\wntmsci10.pro\OpenOffice\msi\info_files\en-US\packorder.txt(2142):2140 openoffice.org-core07.cab msgbsutl.dllmsgbsutl.dll What shall I do if I want to remove it, regardless whether it is useful or not? 2. How to read the "ddf" file ? Like in : \OOo_m247\instsetoo_native\wntmsci10.pro\OpenOffice\msi\ddf\en-US\openoffice.org-core07.ddf there is a line: "OpenOffice\msi\zip\en-US\00\mozruntime_zip\components\i18n.dll" i18n.dll what's the meaning of this line? And what the ddf files used for? 3. What's the meaning of item "Component_" in "idt" files? like: "\OOo_m247\instsetoo_native\wntmsci10.pro\OpenOffice\msi\idt_files\en-US\00\File.idt". 4. How does the file "packorder.txt" generated? And does the item "Filetable_Sequence" mean the module defined in module_xxx.scp? I can't find it in source, but in output tree instead. Is there anybody could give me some hint? Thank you very much in advance! :) Kind Regards from BJ, Cynthia Qu ^_^ 2008-04-23 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]