Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File missing #74

Closed
Karrar-Hussain opened this issue Dec 5, 2017 · 23 comments
Closed

File missing #74

Karrar-Hussain opened this issue Dec 5, 2017 · 23 comments
Labels
help wanted Issues that need assistance from volunteers

Comments

@Karrar-Hussain
Copy link

Three files are missing when i compile this in windows 10
PPTXFormat.lib link error
compiler in PPTXFormatLib project
option in PPTXFormatLib project

Any help will be appreciated.

@ShockwaveNN
Copy link
Contributor

Can you attach compilation log?

@Karrar-Hussain
Copy link
Author

okay

@Karrar-Hussain
Copy link
Author

1

@Karrar-Hussain
Copy link
Author

I am waiting for your response

@ShockwaveNN
Copy link
Contributor

For C1128 you should add /bigobj as compiler flag

@Karrar-Hussain
Copy link
Author

Okay thanks

@Karrar-Hussain
Copy link
Author

but what can i do for remaining errors

@ShockwaveNN
Copy link
Contributor

we currently have working solution only for qt creator

@Karrar-Hussain
Copy link
Author

thanks for responding. Now i have only one issue remaining. icuuc.lib not found while compiling.

@ShockwaveNN
Copy link
Contributor

Look for core\Common\3dParty\icu fetch.bat and build.bat files

@Karrar-Hussain
Copy link
Author

in above picture all 5 errors are resolved when i add /bigobj as compiler flag.

@Karrar-Hussain
Copy link
Author

I am double click on fetch and build than its download the icuuc.lib now please tell me the next step for resolving icuuc.lib missing issue.

@ShockwaveNN
Copy link
Contributor

ShockwaveNN commented Dec 5, 2017

you should place dll's in core\build\bin\icu\win_64 or core\build\bin\icu\win_32

@Karrar-Hussain
Copy link
Author

When i extract icu folder than its win_64 not win_32. and erros shows its need win_32/icuuc.li i will provide snapshot given below.
capture

@Karrar-Hussain
Copy link
Author

capture

@ShockwaveNN
Copy link
Contributor

Change

#if defined(_WIN64)
#pragma comment(lib, "../../build/bin/icu/win_64/icuuc.lib")
#elif defined (_WIN32)
#pragma comment(lib, "../../build/bin/icu/win_32/icuuc.lib")
#endif

to your absolute system paths

@Karrar-Hussain
Copy link
Author

thanks a lot. In witch file i am updating this code ?

@ShockwaveNN
Copy link
Contributor

In all files you find it

@Karrar-Hussain
Copy link
Author

I am did that. Now these errors occurred
capture

@ShockwaveNN
Copy link
Contributor

Sorry, mate, have no time for you questions any more, maybe someone else can help

@ShockwaveNN ShockwaveNN added the help wanted Issues that need assistance from volunteers label Dec 5, 2017
@Karrar-Hussain
Copy link
Author

okay thanks

@Karrar-Hussain
Copy link
Author

if you have any time Today than please help me to resolve these errors

@ShockwaveNN
Copy link
Contributor

I will close this issue because it's rather old and I think we completely change our compilation infrastructure
But currently we still have no 100% correct instruction for compiling windows version - so main issue is here ONLYOFFICE/build_tools#105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Issues that need assistance from volunteers
Projects
None yet
Development

No branches or pull requests

2 participants