pasturryx / avesta74

Automatically exported from code.google.com/p/avesta74
0 stars 0 forks source link

Problem Compiling #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Followed wiki guide for installation
2. Pressed Start Build
3. Resulted in a build error

What is the expected output? What do you see instead?
Expected output is to see a completed build. Instead I am getting the 
following: 

1>------ Build started: Project: server, Configuration: Release Win32 ------
1>  otpch.cpp
1>c:\projects\server\server\otpch.h(18): fatal error C1083: Cannot open include 
file: 'libxml/xmlmemory.h': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

What version of the product are you using? On what operating system?
Connected to files using CompilingWithVisualCpp wiki guide 01/12/12. Windows 7 
Ultimate. 

Please provide any additional information below.

Original issue reported on code.google.com by ste...@steviewatts.com on 2 Dec 2012 at 6:18

GoogleCodeExporter commented 9 years ago
Also under 
Precompiled Headers
- set Precompiled Header to 'Use'
- set Precompiled Header File to 'otpch.h

There was not the option to select "otpch.h" so I just added it into it. Was 
there meant to be the option to select it and could this be causing the problem?

Original comment by ste...@steviewatts.com on 2 Dec 2012 at 6:26

GoogleCodeExporter commented 9 years ago
Right I resolved this problem with the help of Ferrus over at otland. There was 
an issue with the directory folder name in libraries. Basically the libaries 
folder in download goes to: libraries/lib/sqlite3 and needed to be changed to 
libraries/lib/sqlite3

Original comment by ste...@abstractavr.com on 3 Dec 2012 at 11:09

GoogleCodeExporter commented 9 years ago

Original comment by r...@ymail.com on 4 Dec 2012 at 8:45