metajack / libstrophe

The libstrophe repository has moved to https://github.com/strophe/libstrophe
http://strophe.im/libstrophe
Other
135 stars 49 forks source link

"parser.c file is missing" error while building libstrophe solution #23

Closed DeepakDuggal closed 12 years ago

DeepakDuggal commented 12 years ago

while building libstrophe, its giving a compilation error that parser.c file is missing.

metajack commented 12 years ago

I'm guessing you are trying to build from Visual Studio? If so, you might need to update the VS project file as I haven't kept that up to date.

You can try renaming parser-expat.c to parser.c and see if that helps. The other platforms just include the file that is appropriate for the XML libriary dependency.

DeepakDuggal commented 12 years ago

thanks it is working now after renaming the parse-expat.c to parser.c.