Welcome
Guest
Forum Home
Login
Register
PhreeqcUsers Discussion Forum
»
Beginners
»
Installation questions
»
PhreeqcRM on mac with xcode
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: PhreeqcRM on mac with xcode (Read 3052 times)
eeftekhari
Frequent Contributor
Posts: 20
PhreeqcRM on mac with xcode
«
on:
31/10/16 16:15 »
Dear all,
I'm trying to build phreeqcrm on mac using xcode. I get an error in the prep.cpp that "token" is not declared.
Do you have any example/workflow of using phreeqcrm in xcode?
Thanks a lot!
Logged
dlparkhurst
Global Moderator
Posts: 3957
Re: PhreeqcRM on mac with xcode
«
Reply #1 on:
31/10/16 16:54 »
The only thing that I see, is if you have DEBUG defined as a #define, you would get that message from code following line 314. The code is left over from a debugging session and is not intended to be compiled. Try changing line 314 to #ifdef DEBUGxxx.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
PhreeqcUsers Discussion Forum
»
Beginners
»
Installation questions
»
PhreeqcRM on mac with xcode