Hi Jorge,

this is a bug and it is interesting that nobody until now have detected this bug. Please submit an issue to me.
A workaround would be to install the SDK in a path without spaces.


Juergen


Jorge Marques Pelizzoni wrote:
Hi, all! First of all, I have to mention that I am bound to OOo version 1.1.4
due to clients' constraints and should stick to it unless you say my problem
can only be solved with newer versions.

I am trying to build some C++ SDK examples on Windows, using NextGeneration's
make, but am having a serious problem. It seems that idlc cannot handle windows
paths correctly. For example, when trying to build the counter example
(...\OpenOffice.org1.1_SDK\examples\cpp\counter) I receive the following
messages:

-------------------
..
idlc -I. -I../../../idl -O../../../WINexample.out/misc/counter XCountable.idl
idlc: compile 'XCountable.idl' ...
cpp: Can't open input file
Files\OpenOffice.org1.1.4\OpenOffice.org1.1_SDK\examples\cpp\counter
idlc: preprocessing "C:\Program
Files\OpenOffice.org1.1.4\OpenOffice.org1.1_SDK\examples\cpp\counter\XCountable.idl"
failed
..
-------------------

Notice the message from "cpp": the starting string "c:\Program " of the path is
missing due to the presence of a blank space. I suspect that idlc is not
handing the current directory correctly.

Any ideas?

Cheers,

Jorge.

---------------------------------------------------------------------
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]



Reply via email to