Click here to donate to keep PhreeqcUsers open
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
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 2018 times)
eeftekhari
Frequent Contributor
Posts: 20
PhreeqcRM on mac with xcode
«
on:
October 31, 2016, 04:15:02 PM »
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
Top Contributor
Posts: 3171
Re: PhreeqcRM on mac with xcode
«
Reply #1 on:
October 31, 2016, 04:54:35 PM »
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