[dev] SDBC driver / Display data to user
Hello, I worked on writing an SDBC driver for LDAP for a bit. I was able to make the skeleton SDBC driver work for me. After I go through couple of steps of establishing a connection with the correct connection string there is this new Window that shows up which is supposed to show list of available tables and queries etc. Now I don't have any tables there as this is just a sample driver. What I want to do is extract some sample data from my LDAP directory and display it in a table to the user. But I can figure out how can I do that. Could someone give me any pointer about how can you show the data read from the underlying database, to the user in a table? thanks in advance. -Rohit -- - To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help
[dev] Re: OUString
Thank you for your reply. On Tue, Apr 26, 2011 at 1:16 PM, Mathias Bauer wrote: > On 26.04.2011 08:07, Rohit Kulkarni wrote: > >> How do I convert OUString to normal const char * in .cxx file. >> Because I am using ldap_open(const char*,int) function which has const >> char* as parameter. >> >> Regards, >> Rohit >> > > rtl::OUString objects contain UniCode strings. If you want to convert them > to a char* you need to provide an encoding that shall be used, e.g. > RTL_TEXTENCODING_UTF8. With this encoding you can do it this way: > > const char* p = rtl::OString( >myOUString.getStr(), myOUString.getLength(), >RTL_TEXTENCODING_UTF8 ).getStr(); > > Regards, > Mathias > > -- > Mathias Bauer (mba) - Project Lead OpenOffice.org Writer > OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS > Please don't reply to "nospamfor...@gmx.de". > I use it for the OOo lists and only rarely read other mails sent to it. > -- > - > To unsubscribe send email to dev-unsubscr...@openoffice.org > For additional commands send email to sy...@openoffice.org > with Subject: help > -- - To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help
[dev] OUString
How do I convert OUString to normal const char * in .cxx file. Because I am using ldap_open(const char*,int) function which has const char* as parameter. Regards, Rohit -- - To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help
[dev] OUString
How can I see the value of an OUString variable in gdb? Regards, Rohit -- - To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help
[dev] Re: Help: Build on Linux
Hello Sir, Sorry for the late reply , I am busy with my college schedule. I checked the log file. It tells me that -- Created directory: /tmp/ooopackaging/i_231461300204492/ unxlngi6.pro/OpenOffice/installed/uno/en-US/ Systemcall: unopkg add --shared --suppress-license --verbose ../share/extension/install/dict-en.oxt -env:UserInstallation=file:///tmp/ooopackaging/i_231461300204492/ unxlngi6.pro/OpenOffice/installed/uno/en-US 2>&1 | /home/rohitiskul/ooo/OOO320_m19/instsetoo_native/ unxlngi6.pro/OpenOffice/installed/install/en-US_inprogress/openoffice.org3/program/unopkg.bin: /home/rohitiskul/ooo/OOO320_m19/instsetoo_native/ unxlngi6.pro/OpenOffice/installed/install/en-US_inprogress/openoffice.org3/program/../basis-link/program/ *libfreebl3.so*: version `*NSSRAWHASH_3.12.3*' not found (required by /lib/libcrypt.so.1) (This was the error occured while building ooo module store and images which was solved when I copied the old version of libfreebl3.so file at required path I think in solver) ERROR: Could not execute "unopkg add --shared --suppress-license --verbose ../share/extension/install/dict-en.oxt -env:UserInstallation=file:///tmp/ooopackaging/i_231461300204492/ unxlngi6.pro/OpenOffice/installed/uno/en-US 2>&1 |"! Exitcode: '256' Moved directory from /home/rohitiskul/ooo/OOO320_m19/instsetoo_native/ unxlngi6.pro/OpenOffice/installed/install/en-US_inprogress to /home/rohitiskul/ooo/OOO320_m19/instsetoo_native/ unxlngi6.pro/OpenOffice/installed/install/en-US_witherror Removing directory /tmp/ooopackaging/i_231461300204492 Removing directory /home/rohitiskul/ooo/OOO320_m19/instsetoo_native/ unxlngi6.pro/OpenOffice/installed/stripped/en-US *** ERROR: unopkg add --shared --suppress-license --verbose ../share/extension/install/dict-en.oxt -env:UserInstallation=file:///tmp/ooopackaging/i_231461300204492/ unxlngi6.pro/OpenOffice/installed/uno/en-US 2>&1 | failed! in function: register_extensions *** Regards, Rohit On Thu, Mar 17, 2011 at 2:27 PM, Mathias Bauer wrote: > Hi Rohit, > > > On 15.03.2011 16:05, Rohit Kulkarni wrote: > >> Hello, >> >> When I build OOO, I have to run the installation step as >> cd instsetoo_native/util && dmake openoffice_en-US PKGFORMAT=installed >> to install the ooo build. >> While installing the ooo I am getting following error >> > > (snip) > > ... unopkg add --shared --suppress-license --verbose >> ../share/extension/install/dict-en.oxt >> -env:UserInstallation=file:///tmp/ooopackaging/i_231461300204492/ >> unxlngi6.pro/OpenOffice/installed/uno/en-US >> <http://unxlngi6.pro/OpenOffice/installed/uno/en-US> 2>&1 | ... >> > > Obviously this step tries to register the English dictionary. > I can only see two reasons how this can fail: > > - there is no english dictionary in your solver > - something is wrong somewhere else in your build > > *** > >> ERROR: Saved logfile: >> /home/rohitiskul/ooo/OOO320_m19/instsetoo_native/ >> unxlngi6.pro/OpenOffice/installed/logging/en-US/log_OOO320_en-US.log >> < >> http://unxlngi6.pro/OpenOffice/installed/logging/en-US/log_OOO320_en-US.log >> > >> >> ** >> Tue Mar 15 21:31:10 2011 (06:18 min.) >> dmake: Error code 255, while making 'openoffice_en-US.installed' >> > > Does this log file tell more? > > Regards, > Mathias > > -- > Mathias Bauer (mba) - Project Lead OpenOffice.org Writer > OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS > Please don't reply to "nospamfor...@gmx.de". > I use it for the OOo lists and only rarely read other mails sent to it. > -- > - > To unsubscribe send email to dev-unsubscr...@openoffice.org > For additional commands send email to sy...@openoffice.org > with Subject: help > -- - To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help
[dev] Help: Build on Linux
Hello, When I build OOO, I have to run the installation step as cd instsetoo_native/util && dmake openoffice_en-US PKGFORMAT=installed to install the ooo build. While installing the ooo I am getting following error ... merging files into registry database ... ... analyzing all directories for this product ... ... analyzing links ... ... analyzing unix links ... ... creating profiles ... ... analyzing modules ... ... creating installation directory ... ... creating installation set in /home/rohitiskul/ooo/OOO320_ m19/instsetoo_native/unxlngi6.pro/OpenOffice/installed/install/en-US ... ... removing old installation directories ... ... creating directories ... ... copying files ... ... creating links ... ... registering extensions ... ... current dir: /home/rohitiskul/ooo/OOO320_m19/instsetoo_native/ unxlngi6.pro/OpenOffice/installed/install/en-US_inprogress/openoffice.org3/program... ... unopkg add --shared --suppress-license --verbose ../share/extension/install/dict-en.oxt -env:UserInstallation=file:///tmp/ooopackaging/i_231461300204492/ unxlngi6.pro/OpenOffice/installed/uno/en-US 2>&1 | ... ... cleaning the output tree ... ... removing directory /tmp/ooopackaging/i_231461300204492 ... ... removing directory /home/rohitiskul/ooo/OOO320_m19/instsetoo_native/ unxlngi6.pro/OpenOffice/installed/stripped/en-US ... ** ERROR: ERROR: unopkg add --shared --suppress-license --verbose ../share/extension/install/dict-en.oxt -env:UserInstallation=file:///tmp/ooopackaging/i_231461300204492/ unxlngi6.pro/OpenOffice/installed/uno/en-US 2>&1 | failed! in function: register_extensions ** ** ERROR: Saved logfile: /home/rohitiskul/ooo/OOO320_m19/instsetoo_native/ unxlngi6.pro/OpenOffice/installed/logging/en-US/log_OOO320_en-US.log ** Tue Mar 15 21:31:10 2011 (06:18 min.) dmake: Error code 255, while making 'openoffice_en-US.installed' Any idea on how to solve this? Thanks, Rohit -- - To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help
[dev] Help Required In Writing a New SDBC Driver For LDAP
Currently I am writing an SDBC driver for LDAP directories. I am following the guidelines given at http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Database/SDBC_Driver This includes writing Driver, connection, statement and resultset services. I want to compile the skeleton driver code and have an entry in the list of available drivers. This driver will be a pseudo driver and will not have any functionality. This will help in developing the actual driver. I am not able to find skeleton driver related source files. I could locate a folder named skeleton in "/OOO320_m19/connectivity/workben/skeleton" but could not find actual source files. Could anyone please give me any pointers regarding 1. Where can I find the source files for the skeleton driver? 2. How to build a skeleton driver? 3. How to make an entry in available drivers list? Thanks for your time. I really appreciate the help. Regards, Rohit -- - To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help
[dev] Re: [www-dev] Re: build error
When I tried to open my OOO320_m19 or any module in it like connectivity, it shows a blue coloured question mark on that project saying "Some #include or #error directives failed". And when I tried to build the project connectivity it shows me following error -- "/usr/bin/gmake" -f nbproject/Makefile-Default.mk QMAKE= SUBPROJECTS= .build-conf gmake[1]: Entering directory `/home/rohitiskul/ooo/OOO320_m19/connectivity' cd . && /usr/bin/gmake -f Makefile gmake[2]: Entering directory `/home/rohitiskul/ooo/OOO320_m19/connectivity' gmake[2]: Leaving directory `/home/rohitiskul/ooo/OOO320_m19/connectivity' gmake[1]: Leaving directory `/home/rohitiskul/ooo/OOO320_m19/connectivity' gmake[2]: Makefile: No such file or directory gmake[2]: *** No rule to make target `Makefile'. Stop. gmake[1]: *** [.build-conf] Error 2 gmake: *** [.build-impl] Error 2 BUILD FAILED (exit value 2, total time: 160ms) I am not getting how to solve this error. Also when the project OOO320_m19 is opened, it shows a yellow exclamatory on it saying "Failed to load the project". And when I open openLDAP project in it, there is no problem for it, it can successfully build it. Any help would be appreciated. Regards, Rohit. On Mon, Feb 28, 2011 at 3:48 PM, Zongbo Zhang wrote: > did not notice your mail early, but, better late than never: I am aslo > using the NetBean 6.9, without encountering your problem, guess if you can > describe your probelm in more detail, maybe someone here can help. > good luck! > > BR > zongbo zhang > > From: Rohit Kulkarni [kulkarni.rohit...@gmail.com] > Sent: Monday, February 21, 2011 8:40 PM > To: dev@openoffice.org > Subject: [www-dev] Re: [dev] build error > > Hi Zongbo Zhang and Mathias, > > I have built OpenOffice source code. Now I am having trouble in navigating > source code. So I am using NetBeans 6.9.1 in Fedora 13. But , there are some > issues with netbeans regarding to running OpenOffice configure script and > configuring project for code assistance. So, if u know some IDE which can > help me navigate the code please let me know. > > Regards, > Rohit. > > On Sun, Feb 20, 2011 at 4:34 AM, Mathias Bauer <mailto:nospamfor...@gmx.de>> wrote: > Hi Zongbo Zhang, > > On 16.02.2011 10:24, Zongbo Zhang wrote: > Thanks for mathias's reply, I have worked that out, already have done > a full build now, but regret that did not use the ccoach stuff at the > first time, every time do a hack in the codes, have to wait for > around 20 minutes to rebuild the instsetoo to see the effect. Any > idea to speed this up? > You don't need to create a new installation set just to see the result of > your code changes. Just copy the changed libraries or other files to the > suitable location in the installation you created from the full build. > > Regards, > Mathias > > -- > Mathias Bauer (mba) - Project Lead OpenOffice.org Writer > OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS > Please don't reply to "nospamfor...@gmx.de<mailto:nospamfor...@gmx.de>". > I use it for the OOo lists and only rarely read other mails sent to it. > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.org dev-unsubscr...@openoffice.org> > For additional commands, e-mail: dev-h...@openoffice.org dev-h...@openoffice.org> > > > -- > > To unsubscribe, e-mail: dev-unsubscr...@openoffice.org > For additional commands, e-mail: sy...@openoffice.org with Subject: help > -- - To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help
[dev] SDBC
Hello, We are students studying in Pune University. We are group of 3 students. We are developing the SDBC driver for LDAP directories. We are using OpenOffice 3.2.1 source code for this ( OOO320_m19). We have successfully built OpenOffice and we found that currently some Mozilla component is used for this. I think the component named XPCOM is used. We also found some files related to LDAP connection. We want to know more on SDBC driver. Are there any functions that SDBC driver must implement? Architecture of SDBC ? Also, Is it possible to build only sbase? And, Is there anyone that is working on it...? Regards, Rohit -- To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: sy...@openoffice.org with Subject: help
[www-dev] Re: [dev] build error
Hi Zongbo Zhang and Mathias, I have built OpenOffice source code. Now I am having trouble in navigating source code. So I am using NetBeans 6.9.1 in Fedora 13. But , there are some issues with netbeans regarding to running OpenOffice configure script and configuring project for code assistance. So, if u know some IDE which can help me navigate the code please let me know. Regards, Rohit. On Sun, Feb 20, 2011 at 4:34 AM, Mathias Bauer wrote: > Hi Zongbo Zhang, > > On 16.02.2011 10:24, Zongbo Zhang wrote: > >> Thanks for mathias's reply, I have worked that out, already have done >> a full build now, but regret that did not use the ccoach stuff at the >> first time, every time do a hack in the codes, have to wait for >> around 20 minutes to rebuild the instsetoo to see the effect. Any >> idea to speed this up? >> > You don't need to create a new installation set just to see the result of > your code changes. Just copy the changed libraries or other files to the > suitable location in the installation you created from the full build. > > Regards, > Mathias > > -- > Mathias Bauer (mba) - Project Lead OpenOffice.org Writer > OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS > Please don't reply to "nospamfor...@gmx.de". > I use it for the OOo lists and only rarely read other mails sent to it. > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.org > For additional commands, e-mail: dev-h...@openoffice.org > > -- To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: sy...@openoffice.org with Subject: help
Re: [dev] Re: openoffice build
I am using OpenOffice 3.2.1 on Linux ( Fedora 13). I have openldap-2.4.23 installed on same machine (localhost). I have added some entries in it. Now I want to import this data in OpenOffice Base. So, I opened the OpenOffice Base and clicked on option in following way. Connect to an existing database -> LDAP address book -> Server : localhost , BaseDN : dc = example, dc = com , Port Number : 389 -> Test Connection (The connection was established successfully) -> Finish -> Save After this, in Table, there is table named LDAP Directory. When I open that table only the fields were displayed. No entries are present in it. Kindly provide me with the guidance regarding to import LDAP data in OpenOffice Base. On Fri, Feb 4, 2011 at 4:16 PM, Michael Stahl wrote: > On 04/02/2011 05:20, Rohit Kulkarni wrote: > > Hello, > > I patched the files suggested on that page. After patching files, the > error > > is still there. So, if you know how to upgrade my current DEV to latest > one > > , please help me. Because, now we have only 2 months to submit final > project > > to our university and we are yet to start our project coding. > > please have a look at the building guide; > i've just looked at the page and noticed that it was outdated and > have updated it. > > http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Getting_the_source > > i suggest you try either the latest DEV300 milestone, or the latest OOO330 > milestone. > > anything older than that has a high risk of build breakage on newer OSes, > as you have discovered already. > > -- > "Any time you're looking at [...] doing some things in a completely > different way, you know, never underestimate the power of ignorance." > -- Bill Moore > > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.org > For additional commands, e-mail: dev-h...@openoffice.org > >
[dev] LDAP data import problem
I am using OpenOffice 3.2.1 on Linux ( Fedora 13). I have openldap-2.4.23 installed on same machine (localhost). I have added some entries in it. Now I want to import this data in OpenOffice Base. So, I opened the OpenOffice Base and clicked on option in following way. Connect to an existing database -> LDAP address book -> Server : localhost , BaseDN : dc = example, dc = com , Port Number : 389 -> Test Connection (The connection was established successfully) -> Finish -> Save After this, in Table, there is table named LDAP Directory. When I open that table only the fields were displayed. No entries are present in it. Kindly provide me with the guidance regarding to import LDAP data in OpenOffice Base. Regards, Rohit.
Re: [dev] Re: openoffice build
Hello, I patched the files suggested on that page. After patching files, the error is still there. So, if you know how to upgrade my current DEV to latest one , please help me. Because, now we have only 2 months to submit final project to our university and we are yet to start our project coding. Regards, Rohit. On Thu, Feb 3, 2011 at 6:46 PM, Michael Stahl wrote: > On 03/02/2011 08:14, Rohit Kulkarni wrote: > > Thank you for quick reply. > > The patch you have given solved the roqet.o error but now the following > > error occured related to same redland module. > > Error is--> > > > > gcc -DLIBRDF_INTERNAL=1 -g -O2 -DLIBRDF_INTERNAL=1 -g -O2 -o > .libs/rdfproc > > rdfproc.o -Wl,-rpath -Wl,\$ORIGIN:\$ORIGIN/../ure-link/lib > > -Wl,-noinhibit-exec -Wl,-z -Wl,noexecstack > > -L/home/rohan/OOO/OOO320_m19/solver/320/ > unxlngi6.pro/lib../librdf/.libs/librdf.so > > -Wl,--rpath -Wl,/usr/local/lib > > > > /usr/bin/ld: warning: librasqal.so.1, needed by > ../librdf/.libs/librdf.so, > > not found (try using -rpath or -rpath-link) > > /usr/bin/ld: rdfproc.o: undefined reference to symbol > 'raptor_free_iostream' > > /usr/bin/ld: note: 'raptor_free_iostream' is defined in DSO > > /usr/lib/libraptor.so.1 so try adding it to the linker command line > > /usr/lib/libraptor.so.1: could not read symbols: Invalid operation > > collect2: ld returned 1 exit status > > make[1]: *** [rdfproc] Error 1 > > make[1]: Leaving directory `/home/rohan/OOO/OOO320_m19/redland/ > > unxlngi6.pro/misc/build/redland-1.0.8/utils' > > make: *** [all-recursive] Error 1 > > dmake: Error code 2, while making '../ > > unxlngi6.pro/misc/build/so_built_so_redland' > > ah ok, there was another change to the redland makefile. > if you really want to build such an ancient OOo version, > just take the whole patch from here: > http://hg.services.openoffice.org/hg/DEV300/raw-rev/5a3095bbb41b > > -- > Python: executable pseudocode. Perl: executable line noise. > > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.org > For additional commands, e-mail: dev-h...@openoffice.org > >
Re: [dev] Re: openoffice build
Thank you for quick reply. The patch you have given solved the roqet.o error but now the following error occured related to same redland module. Error is--> gcc -DLIBRDF_INTERNAL=1 -g -O2 -DLIBRDF_INTERNAL=1 -g -O2 -o .libs/rdfproc rdfproc.o -Wl,-rpath -Wl,\$ORIGIN:\$ORIGIN/../ure-link/lib -Wl,-noinhibit-exec -Wl,-z -Wl,noexecstack -L/home/rohan/OOO/OOO320_m19/solver/320/unxlngi6.pro/lib../librdf/.libs/librdf.so -Wl,--rpath -Wl,/usr/local/lib /usr/bin/ld: warning: librasqal.so.1, needed by ../librdf/.libs/librdf.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: rdfproc.o: undefined reference to symbol 'raptor_free_iostream' /usr/bin/ld: note: 'raptor_free_iostream' is defined in DSO /usr/lib/libraptor.so.1 so try adding it to the linker command line /usr/lib/libraptor.so.1: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[1]: *** [rdfproc] Error 1 make[1]: Leaving directory `/home/rohan/OOO/OOO320_m19/redland/ unxlngi6.pro/misc/build/redland-1.0.8/utils' make: *** [all-recursive] Error 1 dmake: Error code 2, while making '../ unxlngi6.pro/misc/build/so_built_so_redland' ERROR: Error 65280 occurred while making /home/rohan/OOO/OOO320_m19/redland/redland rmdir /tmp/9w4_7A0l8z Regards, Rohit On Wed, Feb 2, 2011 at 3:58 PM, Michael Stahl wrote: > On 24/01/2011 17:15, Rohit Kulkarni wrote: > > I am getting the error while building OpenOffice. > > I have done ./configure successfully. Then ./bootstrap also. > > And then when > > cd instsetoo_native && build --all > > is executed. After 1 hour, it gave me error-> > > > > /usr/bin/ld: roqet.o : undefined reference to symbol > 'raptor_serialize_end' > > /usr/bin/ld: note: 'raptor_serialize_end' is defined is DSO > > /usr/lib/libraptor.so.1 so try adding it to linker command line > > /usr/lib/libraptor.so.1: could not read symbols : Invalid operation > > collect2: ld returned 1 exit status > > apparently the GNU ld behavior with regard to missing symbols has changed > in recent linux distros. > > this particular rasqal problem was fixed by the CWS cmcfixes72 (rev > 5a3095bbb41b), by disabling the build of the unneeded utilities via the > following addition to the redland/rasqal/rasqal-0.9.16.patch.ooo_build: > > +--- misc/rasqal-0.9.16/Makefile.am 2010-02-12 08:43:21.0 + > misc/build/rasqal-0.9.16/Makefile.am 2010-02-12 08:43:56.0 > + > +@@ -22,7 +22,7 @@ > + > + noinst_SCRIPTS = rasqal-src-config > + > +-SUBDIRS=src utils tests docs data win32 > ++SUBDIRS=src tests docs data win32 > + > + pkgconfigdir = $(libdir)/pkgconfig > + pkgconfig_DATA = rasqal.pc > +--- misc/rasqal-0.9.16/Makefile.in 2010-02-12 08:43:19.0 + > misc/build/rasqal-0.9.16/Makefile.in 2010-02-12 08:44:03.0 > + > +@@ -242,7 +242,7 @@ > + with_raptor = @with_raptor@ > + with_redland = @with_redland@ > + noinst_SCRIPTS = rasqal-src-config > +-SUBDIRS = src utils tests docs data win32 > ++SUBDIRS = src tests docs data win32 > + pkgconfigdir = $(libdir)/pkgconfig > + pkgconfig_DATA = rasqal.pc > + EXTRA_DIST = ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 ChangeLog.4 \ > > > you should try again with a milestone that integrates this change > (DEV300m75 or newer). > > -- > "If your language's mechanisms for abstracting away accidental > complexity are so laborious that you cannot remove the useless, the > hard to read, and the tedious from your programs without introducing > code that is even more useless, harder to read, and more tedious to > your framework, then change languages." -- Reginald Braithwaite > > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.org > For additional commands, e-mail: dev-h...@openoffice.org > >
Re: [dev] openoffice build problem
I am using Fedora 13. I am getting the error while building OpenOffice. I have done ./configure successfully. Then ./bootstrap also. And then when cd instsetoo_native && build --all is executed. After 1 hour, it gave me error-> gcc -g -O2 -Wl,-rpath -Wl,\$ORIGIN:\$ORIGIN/../ure-link/lib -Wl,-noinhibit-exec -Wl,-z -Wl,noexecstack -o .libs/roqet roqet.o -L/home/rohitiskul/ooo/OOO320_m19/solver/320/unxlngi6.pro/lib ../src/.libs/librasqal.so -Wl,--rpath -Wl,/usr/local/lib /usr/bin/ld: roqet.o : undefined reference to symbol 'raptor_serialize_end' /usr/bin/ld: note: 'raptor_serialize_end' is defined is DSO /usr/lib/libraptor.so.1 so try adding it to linker command line /usr/lib/libraptor.so.1: could not read symbols : Invalid operation collect2: ld returned 1 exit status I am attaching screenshot of the error. Regards, Rohit On Wed, Feb 2, 2011 at 1:54 PM, Mathias Bauer wrote: > On 01.02.2011 15:10, Rohit Kulkarni wrote: > >> I am building OpenOffice but stuck with some linking error related to >> redland. >> I have OpenOffice source code which contains redland module with redland >> 1.0.8 , rasqal 0.9.16 and raptor 1.4.18. >> Kindly provide me with links or patches that can solve this issue >> >> > Please tell us the platform you are building on and also add the exact > error message to your mail. > > Regards, > Mathias > > -- > Mathias Bauer (mba) - Project Lead OpenOffice.org Writer > OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS > Please don't reply to "nospamfor...@gmx.de". > I use it for the OOo lists and only rarely read other mails sent to it. > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.org > For additional commands, e-mail: dev-h...@openoffice.org > > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org
[dev] openoffice build problem
I am building OpenOffice but stuck with some linking error related to redland. I have OpenOffice source code which contains redland module with redland 1.0.8 , rasqal 0.9.16 and raptor 1.4.18. Kindly provide me with links or patches that can solve this issue
[dev] openoffice build
I am getting the error while building OpenOffice. I have done ./configure successfully. Then ./bootstrap also. And then when cd instsetoo_native && build --all is executed. After 1 hour, it gave me error-> /usr/bin/ld: roqet.o : undefined reference to symbol 'raptor_serialize_end' /usr/bin/ld: note: 'raptor_serialize_end' is defined is DSO /usr/lib/libraptor.so.1 so try adding it to linker command line /usr/lib/libraptor.so.1: could not read symbols : Invalid operation collect2: ld returned 1 exit status